Searched defs:htab (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/bpf/ |
| A D | hashtab.c | 116 struct bpf_htab *htab; member 140 static void htab_init_buckets(struct bpf_htab *htab) in htab_init_buckets() 198 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru() 257 static void htab_free_elems(struct bpf_htab *htab) in htab_free_elems() 306 static int prealloc_init(struct bpf_htab *htab) in prealloc_init() 365 static void prealloc_destroy(struct bpf_htab *htab) in prealloc_destroy() 475 struct bpf_htab *htab; in htab_map_alloc() local 741 struct bpf_htab *htab = (struct bpf_htab *)arg; in htab_lru_map_delete_node() local 839 struct bpf_htab *htab = l->htab; in htab_elem_free_rcu() local 1871 struct bpf_htab *htab; member [all …]
|
| /linux/net/core/ |
| A D | sock_map.c | 858 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in __sock_hash_lookup_elem() local 872 static void sock_hash_free_elem(struct bpf_shtab *htab, in sock_hash_free_elem() 882 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_from_link() local 906 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_elem() local 927 static struct bpf_shtab_elem *sock_hash_alloc_elem(struct bpf_shtab *htab, in sock_hash_alloc_elem() 957 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_update_common() local 1022 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_get_next_key() local 1061 struct bpf_shtab *htab; in sock_hash_alloc() local 1111 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_free() local 1270 struct bpf_shtab *htab; member [all …]
|
| /linux/drivers/s390/char/ |
| A D | sclp_rw.c | 41 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) in sclp_make_buffer()
|
| A D | sclp_rw.h | 75 unsigned short htab; member
|
| /linux/arch/powerpc/kvm/ |
| A D | book3s_32_mmu_host.c | 46 static ulong htab; variable
|
| /linux/net/xfrm/ |
| A D | xfrm_policy.c | 4015 struct xfrm_policy_hash *htab; in xfrm_policy_init() local 4046 struct xfrm_policy_hash *htab; in xfrm_policy_init() local 4071 struct xfrm_policy_hash *htab; in xfrm_policy_fini() local
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_offload.py | 1209 htab = maps[0] if maps[0]["type"] == "hash" else maps[1] variable
|
Completed in 26 milliseconds