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

/linux-master/kernel/bpf/
H A Dhashtab.c132 static inline bool htab_is_prealloc(const struct bpf_htab *htab) function
942 if (htab_is_prealloc(htab)) {
1004 bool prealloc = htab_is_prealloc(htab);
1179 if (!htab_is_prealloc(htab))
1523 if (!htab_is_prealloc(htab))
1544 if (!htab_is_prealloc(htab)) {
2221 bool prealloc = htab_is_prealloc(htab);

Completed in 236 milliseconds