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
817 ret = htab_lock_bucket(htab, b, tgt_l->hash, &flags);
1144 ret = htab_lock_bucket(htab, b, hash, &flags);
1236 ret = htab_lock_bucket(htab, b, hash, &flags);
1294 ret = htab_lock_bucket(htab, b, hash, &flags);
1360 ret = htab_lock_bucket(htab, b, hash, &flags);
1426 ret = htab_lock_bucket(htab, b, hash, &flags);
1462 ret = htab_lock_bucket(htab, b, hash, &flags);
1612 ret = htab_lock_bucket(htab, b, hash, &bflags);
1768 ret = htab_lock_bucket(hta
[all...]

Completed in 146 milliseconds