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

/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_htab.h19 static inline htab_bucket_t *__select_bucket(htab_t *htab, __u32 hash) function
29 return &__select_bucket(htab, hash)->head;
/linux-master/kernel/bpf/
H A Dhashtab.c624 static inline struct bucket *__select_bucket(struct bpf_htab *htab, u32 hash) function
631 return &__select_bucket(htab, hash)->head;
811 b = __select_bucket(htab, tgt_l->hash);
1116 b = __select_bucket(htab, hash);
1219 b = __select_bucket(htab, hash);
1288 b = __select_bucket(htab, hash);
1343 b = __select_bucket(htab, hash);
1420 b = __select_bucket(htab, hash);
1456 b = __select_bucket(htab, hash);
1600 b = __select_bucket(hta
[all...]

Completed in 240 milliseconds