Home
last modified time | relevance | path

Searched defs:htab (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dhtab.c32 static struct handle_table *htab = NULL; variable
[all...]
/third_party/elfutils/lib/
H A Ddynamicsizehash.c47 lookup (NAME *htab, HASHTYPE hval, TYPE val __attribute__ ((unused))) in lookup() argument
83 insert_entry_2(NAME *htab, HASHTYPE hval, size_t idx, TYPE data) insert_entry_2() argument
176 NAME(NAME *htab, size_t init_size) NAME() argument
199 NAME(NAME *htab) NAME() argument
210 NAME(NAME *htab, HASHTYPE hval, TYPE data) NAME() argument
234 NAME(NAME *htab, HASHTYPE hval, TYPE data) NAME() argument
254 NAME(NAME *htab, HASHTYPE hval, TYPE val) NAME() argument
275 NAME(NAME *htab, void **ptr) NAME() argument
[all...]
H A Ddynamicsizehash_concurrent.c43 lookup (NAME *htab, HASHTYPE hval) in lookup() argument
78 insert_helper (NAME *htab, HASHTYPE hval, TYPE val) in insert_helper() argument
184 resize_helper(NAME *htab, int blocking) resize_helper() argument
259 resize_coordinator(NAME *htab) resize_coordinator() argument
304 resize_worker(NAME *htab) resize_worker() argument
350 NAME(NAME *htab, size_t init_size) NAME() argument
386 NAME(NAME *htab) NAME() argument
398 NAME(NAME *htab, HASHTYPE hval, TYPE data) NAME() argument
471 NAME(NAME *htab, HASHTYPE hval) NAME() argument
[all...]
/third_party/musl/src/search/
H A Dhsearch.c24 static struct hsearch_data htab; variable
40 static int resize(size_t nel, struct hsearch_data *htab) in resize() argument
82 lookup(char *key, size_t hash, struct hsearch_data *htab) lookup() argument
103 __hcreate_r(size_t nel, struct hsearch_data *htab) __hcreate_r() argument
119 __hdestroy_r(struct hsearch_data *htab) __hdestroy_r() argument
127 __hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) __hsearch_r() argument
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_rw.c48 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) in sclp_make_buffer() argument
H A Dsclp_rw.h75 unsigned short htab; member
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_rw.c41 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) in sclp_make_buffer() argument
H A Dsclp_rw.h75 unsigned short htab; member
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c46 static ulong htab; variable
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c46 static ulong htab; variable
/third_party/mesa3d/src/gallium/frontends/va/
H A Dva_private.h249 struct handle_table *htab; member
/kernel/linux/linux-5.10/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() argument
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() argument
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); sock_hash_delete_elem() local
973 sock_hash_alloc_elem(struct bpf_shtab *htab, void *key, u32 key_size, u32 hash, struct sock *sk, struct bpf_shtab_elem *old) sock_hash_alloc_elem() argument
1002 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); sock_hash_update_common() local
1074 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); sock_hash_get_next_key() local
1113 struct bpf_shtab *htab; sock_hash_alloc() local
1175 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); sock_hash_free() local
1336 struct bpf_shtab *htab; global() member
1343 const struct bpf_shtab *htab = info->htab; sock_hash_seq_find_next() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dsock_map.c859 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket() argument
882 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() argument
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); sock_hash_delete_elem() local
951 sock_hash_alloc_elem(struct bpf_shtab *htab, void *key, u32 key_size, u32 hash, struct sock *sk, struct bpf_shtab_elem *old) sock_hash_alloc_elem() argument
981 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); sock_hash_update_common() local
1046 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); sock_hash_get_next_key() local
1085 struct bpf_shtab *htab; sock_hash_alloc() local
1133 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); sock_hash_free() local
1294 struct bpf_shtab *htab; global() member
1301 const struct bpf_shtab *htab = info->htab; sock_hash_seq_find_next() local
1411 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); sock_hash_mem_usage() local
[all...]
/kernel/linux/linux-5.10/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() argument
130 static inline bool htab_use_raw_lock(const struct bpf_htab *htab) in htab_use_raw_lock() argument
135 static void htab_init_buckets(struct bpf_htab *htab) in htab_init_buckets() argument
148 htab_lock_bucket(const struct bpf_htab *htab, struct bucket *b) htab_lock_bucket() argument
160 htab_unlock_bucket(const struct bpf_htab *htab, struct bucket *b, unsigned long flags) htab_unlock_bucket() argument
172 htab_is_lru(const struct bpf_htab *htab) htab_is_lru() argument
178 htab_is_percpu(const struct bpf_htab *htab) htab_is_percpu() argument
200 get_htab_elem(struct bpf_htab *htab, int i) get_htab_elem() argument
205 htab_free_elems(struct bpf_htab *htab) htab_free_elems() argument
235 prealloc_lru_pop(struct bpf_htab *htab, void *key, u32 hash) prealloc_lru_pop() argument
250 prealloc_init(struct bpf_htab *htab) prealloc_init() argument
308 prealloc_destroy(struct bpf_htab *htab) prealloc_destroy() argument
318 alloc_extra_elems(struct bpf_htab *htab) alloc_extra_elems() argument
424 struct bpf_htab *htab; htab_map_alloc() local
527 __select_bucket(struct bpf_htab *htab, u32 hash) __select_bucket() argument
532 select_bucket(struct bpf_htab *htab, u32 hash) select_bucket() argument
580 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); __htab_map_lookup_elem() local
688 struct bpf_htab *htab = (struct bpf_htab *)arg; htab_lru_map_delete_node() local
715 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_map_get_next_key() local
771 htab_elem_free(struct bpf_htab *htab, struct htab_elem *l) htab_elem_free() argument
781 struct bpf_htab *htab = l->htab; htab_elem_free_rcu() local
786 htab_put_fd_value(struct bpf_htab *htab, struct htab_elem *l) htab_put_fd_value() argument
797 free_htab_elem(struct bpf_htab *htab, struct htab_elem *l) free_htab_elem() argument
810 pcpu_copy_value(struct bpf_htab *htab, void __percpu *pptr, void *value, bool onallcpus) pcpu_copy_value() argument
828 pcpu_init_value(struct bpf_htab *htab, void __percpu *pptr, void *value, bool onallcpus) pcpu_init_value() argument
854 fd_htab_map_needs_adjust(const struct bpf_htab *htab) fd_htab_map_needs_adjust() argument
860 alloc_htab_elem(struct bpf_htab *htab, void *key, void *value, u32 key_size, u32 hash, bool percpu, bool onallcpus, struct htab_elem *old_elem) alloc_htab_elem() argument
944 check_flags(struct bpf_htab *htab, struct htab_elem *l_old, u64 map_flags) check_flags() argument
962 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_map_update_elem() local
1053 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_lru_map_update_elem() local
1117 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); __htab_percpu_map_update_elem() local
1169 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); __htab_lru_percpu_map_update_elem() local
1245 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_map_delete_elem() local
1277 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_lru_map_delete_elem() local
1308 delete_all_elements(struct bpf_htab *htab) delete_all_elements() argument
1327 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_map_free() local
1376 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); __htab_map_lookup_and_delete_batch() local
1653 struct bpf_htab *htab; global() member
1663 const struct bpf_htab *htab = info->htab; bpf_hash_map_seq_find_next() local
1931 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); bpf_percpu_hash_update() local
2018 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); fd_htab_map_free() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dhashtab.c131 static inline bool htab_is_prealloc(const struct bpf_htab *htab) in htab_is_prealloc() argument
136 static void htab_init_buckets(struct bpf_htab *htab) in htab_init_buckets() argument
149 static inline int htab_lock_bucket(const struct bpf_htab *htab, in htab_lock_bucket() argument
172 htab_unlock_bucket(const struct bpf_htab *htab, struct bucket *b, u32 hash, unsigned long flags) htab_unlock_bucket() argument
185 htab_is_lru(const struct bpf_htab *htab) htab_is_lru() argument
191 htab_is_percpu(const struct bpf_htab *htab) htab_is_percpu() argument
213 get_htab_elem(struct bpf_htab *htab, int i) get_htab_elem() argument
218 htab_has_extra_elems(struct bpf_htab *htab) htab_has_extra_elems() argument
223 htab_free_prealloced_timers(struct bpf_htab *htab) htab_free_prealloced_timers() argument
242 htab_free_prealloced_fields(struct bpf_htab *htab) htab_free_prealloced_fields() argument
271 htab_free_elems(struct bpf_htab *htab) htab_free_elems() argument
301 prealloc_lru_pop(struct bpf_htab *htab, void *key, u32 hash) prealloc_lru_pop() argument
317 prealloc_init(struct bpf_htab *htab) prealloc_init() argument
376 prealloc_destroy(struct bpf_htab *htab) prealloc_destroy() argument
386 alloc_extra_elems(struct bpf_htab *htab) alloc_extra_elems() argument
478 struct bpf_htab *htab; htab_map_alloc() local
623 __select_bucket(struct bpf_htab *htab, u32 hash) __select_bucket() argument
628 select_bucket(struct bpf_htab *htab, u32 hash) select_bucket() argument
676 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); __htab_map_lookup_elem() local
780 check_and_free_fields(struct bpf_htab *htab, struct htab_elem *elem) check_and_free_fields() argument
801 struct bpf_htab *htab = arg; htab_lru_map_delete_node() local
833 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_map_get_next_key() local
889 htab_elem_free(struct bpf_htab *htab, struct htab_elem *l) htab_elem_free() argument
897 htab_put_fd_value(struct bpf_htab *htab, struct htab_elem *l) htab_put_fd_value() argument
908 is_map_full(struct bpf_htab *htab) is_map_full() argument
916 inc_elem_count(struct bpf_htab *htab) inc_elem_count() argument
926 dec_elem_count(struct bpf_htab *htab) dec_elem_count() argument
937 free_htab_elem(struct bpf_htab *htab, struct htab_elem *l) free_htab_elem() argument
951 pcpu_copy_value(struct bpf_htab *htab, void __percpu *pptr, void *value, bool onallcpus) pcpu_copy_value() argument
968 pcpu_init_value(struct bpf_htab *htab, void __percpu *pptr, void *value, bool onallcpus) pcpu_init_value() argument
991 fd_htab_map_needs_adjust(const struct bpf_htab *htab) fd_htab_map_needs_adjust() argument
997 alloc_htab_elem(struct bpf_htab *htab, void *key, void *value, u32 key_size, u32 hash, bool percpu, bool onallcpus, struct htab_elem *old_elem) alloc_htab_elem() argument
1078 check_flags(struct bpf_htab *htab, struct htab_elem *l_old, u64 map_flags) check_flags() argument
1096 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_map_update_elem() local
1189 htab_lru_push_free(struct bpf_htab *htab, struct htab_elem *elem) htab_lru_push_free() argument
1199 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_lru_map_update_elem() local
1268 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); __htab_percpu_map_update_elem() local
1323 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); __htab_lru_percpu_map_update_elem() local
1405 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_map_delete_elem() local
1441 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_lru_map_delete_elem() local
1475 delete_all_elements(struct bpf_htab *htab) delete_all_elements() argument
1496 htab_free_malloced_timers(struct bpf_htab *htab) htab_free_malloced_timers() argument
1517 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_map_free_timers() local
1531 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_map_free() local
1588 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); __htab_map_lookup_and_delete_elem() local
1685 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); __htab_map_lookup_and_delete_batch() local
1977 struct bpf_htab *htab; global() member
1987 const struct bpf_htab *htab = info->htab; bpf_hash_map_seq_find_next() local
2163 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); bpf_for_each_hash_elem() local
2218 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); htab_map_mem_usage() local
2386 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); bpf_percpu_hash_update() local
2479 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); fd_htab_map_free() local
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_policy.c4085 struct xfrm_policy_hash *htab; in xfrm_policy_init() local
4116 struct xfrm_policy_hash *htab; in xfrm_policy_init() local
4141 struct xfrm_policy_hash *htab; xfrm_policy_fini() local
[all...]
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_policy.c4136 struct xfrm_policy_hash *htab; in xfrm_policy_init() local
4167 struct xfrm_policy_hash *htab; in xfrm_policy_init() local
4192 struct xfrm_policy_hash *htab; xfrm_policy_fini() local
[all...]

Completed in 23 milliseconds