Searched defs:htab (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | hashtab.c | 55 struct bpf_htab *htab; member 70 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru() 76 static bool htab_is_percpu(const struct bpf_htab *htab) in htab_is_percpu() 82 static bool htab_is_prealloc(const struct bpf_htab *htab) in htab_is_prealloc() 103 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i) in get_htab_elem() 108 static void htab_free_elems(struct bpf_htab *htab) in htab_free_elems() 127 static struct htab_elem *prealloc_lru_pop(struct bpf_htab *htab, void *key, in prealloc_lru_pop() 142 static int prealloc_init(struct bpf_htab *htab) in prealloc_init() 200 static void prealloc_destroy(struct bpf_htab *htab) in prealloc_destroy() 210 static int alloc_extra_elems(struct bpf_htab *htab) in alloc_extra_elems() [all …]
|
D | sockmap.c | 281 static inline struct bucket *__select_bucket(struct bpf_htab *htab, u32 hash) in __select_bucket() 286 static inline struct hlist_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() 291 static void free_htab_elem(struct bpf_htab *htab, struct htab_elem *l) in free_htab_elem() 344 struct bpf_htab *htab = container_of(e->map, struct bpf_htab, map); in bpf_tcp_remove() local 2054 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_map_prog() local 2153 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_map_release() local 2172 struct bpf_htab *htab; in sock_hash_alloc() local 2241 struct bpf_htab *htab; in __bpf_htab_free() local 2250 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_hash_free() local 2294 static struct htab_elem *alloc_sock_hash_elem(struct bpf_htab *htab, in alloc_sock_hash_elem() [all …]
|
/Linux-v4.19/drivers/s390/char/ |
D | sclp_rw.c | 48 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) in sclp_make_buffer() 352 sclp_set_htab(struct sclp_buffer *buffer, unsigned short htab) in sclp_set_htab()
|
D | sclp_rw.h | 75 unsigned short htab; member
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_32_mmu_host.c | 58 static ulong htab; variable
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 311 static unsigned int htab[][2] = { in bsd_alloc() local
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_policy.c | 2836 struct xfrm_policy_hash *htab; in xfrm_policy_init() local 2866 struct xfrm_policy_hash *htab; in xfrm_policy_init() local 2890 struct xfrm_policy_hash *htab; in xfrm_policy_fini() local
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_offload.py | 1093 htab = maps[0] if maps[0]["type"] == "hash" else maps[1] variable
|