Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhashtab.c136 static void htab_init_buckets(struct bpf_htab *htab) in htab_init_buckets()
185 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru()
271 static void htab_free_elems(struct bpf_htab *htab) in htab_free_elems()
317 static int prealloc_init(struct bpf_htab *htab) in prealloc_init()
478 struct bpf_htab *htab; in htab_map_alloc() local
801 struct bpf_htab *htab = arg; in htab_lru_map_delete_node() local
908 static bool is_map_full(struct bpf_htab *htab) in is_map_full()
916 static void inc_elem_count(struct bpf_htab *htab) in inc_elem_count()
926 static void dec_elem_count(struct bpf_htab *htab) in dec_elem_count()
1977 struct bpf_htab *htab; member
[all …]
/openbmc/u-boot/test/env/
H A Dhashtable.c18 struct hsearch_data *htab, size_t size) in htab_fill()
38 struct hsearch_data *htab, size_t size) in htab_check_fill()
61 struct hsearch_data *htab, size_t iterations) in htab_create_delete()
91 struct hsearch_data htab; in env_test_htab_fill() local
111 struct hsearch_data htab; in env_test_htab_deletes() local
/openbmc/u-boot/lib/
H A Dhashtable.c102 int hcreate_r(size_t nel, struct hsearch_data *htab) in hcreate_r()
141 void hdestroy_r(struct hsearch_data *htab) in hdestroy_r()
204 struct hsearch_data *htab) in hmatch_r()
228 ENTRY **retval, struct hsearch_data *htab, int flag, in _compare_and_overwrite_entry()
274 struct hsearch_data *htab, int flag) in hsearch_r()
434 static void _hdelete(const char *key, struct hsearch_data *htab, ENTRY *ep, in _hdelete()
448 int hdelete_r(const char *key, struct hsearch_data *htab, int flag) in hdelete_r()
595 ssize_t hexport_r(struct hsearch_data *htab, const char sep, int flag, in hexport_r()
785 int himport_r(struct hsearch_data *htab, in himport_r()
979 int hwalk_r(struct hsearch_data *htab, int (*callback)(ENTRY *)) in hwalk_r()
/openbmc/linux/net/core/
H A Dsock_map.c882 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in __sock_hash_lookup_elem() local
896 static void sock_hash_free_elem(struct bpf_shtab *htab, in sock_hash_free_elem()
906 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_from_link() local
930 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_elem() local
981 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_update_common() local
1046 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_get_next_key() local
1085 struct bpf_shtab *htab; in sock_hash_alloc() local
1133 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_free() local
1295 struct bpf_shtab *htab; member
1302 const struct bpf_shtab *htab = info->htab; in sock_hash_seq_find_next() local
[all …]
/openbmc/linux/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
/openbmc/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c410 static uint64_t new_hpte_load0(void *htab, uint64_t pteg, int slot) in new_hpte_load0()
419 static void new_hpte_store(void *htab, uint64_t pteg, int slot, in new_hpte_store()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c46 static ulong htab; variable
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c4130 struct xfrm_policy_hash *htab; in xfrm_policy_init() local
4161 struct xfrm_policy_hash *htab; in xfrm_policy_init() local
4186 struct xfrm_policy_hash *htab; in xfrm_policy_fini() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py1211 htab = maps[0] if maps[0]["type"] == "hash" else maps[1] variable
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h197 void *htab; member