Home
last modified time | relevance | path

Searched defs:htab (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/kernel/bpf/
H A Dhashtab.c136 static void htab_init_buckets(struct bpf_htab *htab) in htab_init_buckets()
166 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru()
255 static void htab_free_elems(struct bpf_htab *htab) in htab_free_elems()
301 static int prealloc_init(struct bpf_htab *htab) in prealloc_init()
465 struct bpf_htab *htab; in htab_map_alloc() local
777 struct bpf_htab *htab = arg; in htab_lru_map_delete_node() local
886 static bool is_map_full(struct bpf_htab *htab) in is_map_full()
894 static void inc_elem_count(struct bpf_htab *htab) in inc_elem_count()
904 static void dec_elem_count(struct bpf_htab *htab) in dec_elem_count()
1978 struct bpf_htab *htab; member
[all …]
/linux-6.15/tools/testing/selftests/bpf/
H A Dbpf_arena_htab.h13 struct htab { struct
14 htab_bucket_t *buckets; argument
17 typedef struct htab __arena htab_t; argument
19 static inline htab_bucket_t *__select_bucket(htab_t *htab, __u32 hash) in __select_bucket()
27 static inline arena_list_head_t *select_bucket(htab_t *htab, __u32 hash) in select_bucket()
93 void htab_init(htab_t *htab) in htab_init()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Darena_htab.c16 static void test_arena_htab_common(struct htab *htab) in test_arena_htab_common()
37 struct htab *htab; in test_arena_htab_llvm() local
69 struct htab *htab; in test_arena_htab_asm() local
/linux-6.15/net/core/
H A Dsock_map.c895 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in __sock_hash_lookup_elem() local
909 static void sock_hash_free_elem(struct bpf_shtab *htab, in sock_hash_free_elem()
919 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_from_link() local
943 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_elem() local
994 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_update_common() local
1059 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_get_next_key() local
1098 struct bpf_shtab *htab; in sock_hash_alloc() local
1146 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_free() local
1312 struct bpf_shtab *htab; member
1319 const struct bpf_shtab *htab = info->htab; in sock_hash_seq_find_next() local
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Darena_htab.c29 struct htab __arena *htab; in arena_htab_llvm() local
/linux-6.15/drivers/s390/char/
H A Dsclp_rw.c41 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) in sclp_make_buffer()
H A Dsclp_rw.h75 unsigned short htab; member
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c46 static ulong htab; variable
/linux-6.15/net/xfrm/
H A Dxfrm_policy.c4226 struct xfrm_policy_hash *htab; in xfrm_policy_init() local
4256 struct xfrm_policy_hash *htab; in xfrm_policy_init() local
4281 struct xfrm_policy_hash *htab; in xfrm_policy_fini() local
/linux-6.15/tools/testing/selftests/net/
H A Dbpf_offload.py1163 htab = maps[0] if maps[0]["type"] == "hash" else maps[1] variable