Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhashtab.h95 struct htab { struct
97 htab_hash hash_f; argument
100 htab_eq eq_f; argument
103 htab_del del_f; argument
118 of all calls of `htab_find_slot' for the hash table. */ argument
126 htab_alloc alloc_f; argument
127 htab_free free_f; argument
131 htab_alloc_with_arg alloc_with_arg_f; argument
132 htab_free_with_arg free_with_arg_f; argument
139 typedef struct htab *htab_t; argument
H A Dvaltrack.h71 hash_table<dead_debug_hash_descr> *htab; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhashtab.h95 struct htab { struct
97 htab_hash hash_f; argument
100 htab_eq eq_f; argument
103 htab_del del_f; argument
118 of all calls of `htab_find_slot' for the hash table. */ argument
126 htab_alloc alloc_f; argument
127 htab_free free_f; argument
131 htab_alloc_with_arg alloc_with_arg_f; argument
132 htab_free_with_arg free_with_arg_f; argument
139 typedef struct htab *htab_t; argument
H A Dvaltrack.h71 hash_table<dead_debug_hash_descr> *htab; member
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhashtab.c111 struct bpf_htab *htab; member
125 static inline bool htab_is_prealloc(const struct bpf_htab *htab) in htab_is_prealloc()
130 static inline bool htab_use_raw_lock(const struct bpf_htab *htab) in htab_use_raw_lock()
135 static void htab_init_buckets(struct bpf_htab *htab) in htab_init_buckets()
148 static inline unsigned long htab_lock_bucket(const struct bpf_htab *htab, in htab_lock_bucket()
160 static inline void htab_unlock_bucket(const struct bpf_htab *htab, in htab_unlock_bucket()
172 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru()
178 static bool htab_is_percpu(const struct bpf_htab *htab) in htab_is_percpu()
200 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i) in get_htab_elem()
205 static void htab_free_elems(struct bpf_htab *htab) in htab_free_elems()
[all …]
/OK3568_Linux_fs/u-boot/lib/
H A Dhashtable.c100 int hcreate_r(size_t nel, struct hsearch_data *htab) in hcreate_r()
139 void hdestroy_r(struct hsearch_data *htab) in hdestroy_r()
202 struct hsearch_data *htab) in hmatch_r()
226 ENTRY **retval, struct hsearch_data *htab, int flag, in _compare_and_overwrite_entry()
272 struct hsearch_data *htab, int flag) in hsearch_r()
428 static void _hdelete(const char *key, struct hsearch_data *htab, ENTRY *ep, in _hdelete()
442 int hdelete_r(const char *key, struct hsearch_data *htab, int flag) in hdelete_r()
590 ssize_t hexport_r(struct hsearch_data *htab, const char sep, int flag, in hexport_r()
777 int himport_r(struct hsearch_data *htab, in himport_r()
973 int hwalk_r(struct hsearch_data *htab, int (*callback)(ENTRY *)) in hwalk_r()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_map.c881 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket()
904 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in __sock_hash_lookup_elem() local
918 static void sock_hash_free_elem(struct bpf_shtab *htab, in sock_hash_free_elem()
928 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_from_link() local
952 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_delete_elem() local
973 static struct bpf_shtab_elem *sock_hash_alloc_elem(struct bpf_shtab *htab, in sock_hash_alloc_elem()
1002 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_update_common() local
1074 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_get_next_key() local
1113 struct bpf_shtab *htab; in sock_hash_alloc() local
1175 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); in sock_hash_free() local
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_rw.c48 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) in sclp_make_buffer()
H A Dsclp_rw.h75 unsigned short htab; member
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c46 static ulong htab; variable
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c4073 struct xfrm_policy_hash *htab; in xfrm_policy_init() local
4104 struct xfrm_policy_hash *htab; in xfrm_policy_init() local
4129 struct xfrm_policy_hash *htab; in xfrm_policy_fini() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_offload.py1209 htab = maps[0] if maps[0]["type"] == "hash" else maps[1] variable