Searched refs:htab_lock_bucket (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dhashtab.c150 static inline int htab_lock_bucket(const struct bpf_htab *htab, function
814 ret = htab_lock_bucket(htab, b, tgt_l->hash, &flags);
1141 ret = htab_lock_bucket(htab, b, hash, &flags);
1233 ret = htab_lock_bucket(htab, b, hash, &flags);
1291 ret = htab_lock_bucket(htab, b, hash, &flags);
1357 ret = htab_lock_bucket(htab, b, hash, &flags);
1423 ret = htab_lock_bucket(htab, b, hash, &flags);
1459 ret = htab_lock_bucket(htab, b, hash, &flags);
1603 ret = htab_lock_bucket(htab, b, hash, &bflags);
1759 ret = htab_lock_bucket(hta
[all...]

Completed in 115 milliseconds