Searched defs:htab (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/kernel/bpf/ |
D | hashtab.c | 47 struct bpf_htab *htab; member 62 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru() 68 static bool htab_is_percpu(const struct bpf_htab *htab) in htab_is_percpu() 74 static bool htab_is_prealloc(const struct bpf_htab *htab) in htab_is_prealloc() 95 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i) in get_htab_elem() 100 static void htab_free_elems(struct bpf_htab *htab) in htab_free_elems() 119 static struct htab_elem *prealloc_lru_pop(struct bpf_htab *htab, void *key, in prealloc_lru_pop() 134 static int prealloc_init(struct bpf_htab *htab) in prealloc_init() 192 static void prealloc_destroy(struct bpf_htab *htab) in prealloc_destroy() 202 static int alloc_extra_elems(struct bpf_htab *htab) in alloc_extra_elems() [all …]
|
/Linux-v5.4/net/core/ |
D | sock_map.c | 537 static struct bpf_htab_bucket *sock_hash_select_bucket(struct bpf_htab *htab, in sock_hash_select_bucket() 560 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __sock_hash_lookup_elem() local 574 static void sock_hash_free_elem(struct bpf_htab *htab, in sock_hash_free_elem() 584 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_hash_delete_from_link() local 608 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_hash_delete_elem() local 629 static struct bpf_htab_elem *sock_hash_alloc_elem(struct bpf_htab *htab, in sock_hash_alloc_elem() 658 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_hash_update_common() local 756 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_hash_get_next_key() local 795 struct bpf_htab *htab; in sock_hash_alloc() local 852 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in sock_hash_free() local
|
/Linux-v5.4/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-v5.4/arch/powerpc/kvm/ |
D | book3s_32_mmu_host.c | 46 static ulong htab; variable
|
/Linux-v5.4/net/xfrm/ |
D | xfrm_policy.c | 4030 struct xfrm_policy_hash *htab; in xfrm_policy_init() local 4061 struct xfrm_policy_hash *htab; in xfrm_policy_init() local 4086 struct xfrm_policy_hash *htab; in xfrm_policy_fini() local
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_offload.py | 1193 htab = maps[0] if maps[0]["type"] == "hash" else maps[1] variable
|