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

/linux-master/tools/testing/selftests/bpf/progs/
H A Darena_htab.c26 struct htab __arena *htab; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Darena_htab.c16 static void test_arena_htab_common(struct htab *htab) argument
37 struct htab *htab; local
69 struct htab *htab; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_htab.h13 struct htab { struct
19 static inline htab_bucket_t *__select_bucket(htab_t *htab, __u32 hash) argument
27 static inline arena_list_head_t *select_bucket(htab_t *htab, __u32 hash) argument
93 htab_init(htab_t *htab) argument
[all...]
/linux-master/drivers/s390/char/
H A Dsclp_rw.c41 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) argument
H A Dsclp_rw.h75 unsigned short htab; member in struct:sclp_buffer
/linux-master/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c46 static ulong htab; variable
/linux-master/net/core/
H A Dsock_map.c862 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, argument
885 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); local
899 static void sock_hash_free_elem(struct bpf_shtab *htab, argument
909 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); local
933 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); local
957 sock_hash_alloc_elem(struct bpf_shtab *htab, void *key, u32 key_size, u32 hash, struct sock *sk, struct bpf_shtab_elem *old) argument
987 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); local
1052 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); local
1091 struct bpf_shtab *htab; local
1139 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); local
1300 struct bpf_shtab *htab; member in struct:sock_hash_seq_info
1307 const struct bpf_shtab *htab = info->htab; local
1417 struct bpf_shtab *htab = container_of(map, struct bpf_shtab, map); local
[all...]
/linux-master/kernel/bpf/
H A Dhashtab.c132 static inline bool htab_is_prealloc(const struct bpf_htab *htab) argument
137 static void htab_init_buckets(struct bpf_htab *htab) argument
150 static inline int htab_lock_bucket(const struct bpf_htab *htab, argument
173 htab_unlock_bucket(const struct bpf_htab *htab, struct bucket *b, u32 hash, unsigned long flags) argument
186 htab_is_lru(const struct bpf_htab *htab) argument
192 htab_is_percpu(const struct bpf_htab *htab) argument
214 get_htab_elem(struct bpf_htab *htab, int i) argument
219 htab_has_extra_elems(struct bpf_htab *htab) argument
224 htab_free_prealloced_timers(struct bpf_htab *htab) argument
243 htab_free_prealloced_fields(struct bpf_htab *htab) argument
272 htab_free_elems(struct bpf_htab *htab) argument
302 prealloc_lru_pop(struct bpf_htab *htab, void *key, u32 hash) argument
318 prealloc_init(struct bpf_htab *htab) argument
377 prealloc_destroy(struct bpf_htab *htab) argument
387 alloc_extra_elems(struct bpf_htab *htab) argument
479 struct bpf_htab *htab; local
624 __select_bucket(struct bpf_htab *htab, u32 hash) argument
629 select_bucket(struct bpf_htab *htab, u32 hash) argument
677 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
781 check_and_free_fields(struct bpf_htab *htab, struct htab_elem *elem) argument
802 struct bpf_htab *htab = arg; local
834 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
890 htab_elem_free(struct bpf_htab *htab, struct htab_elem *l) argument
898 htab_put_fd_value(struct bpf_htab *htab, struct htab_elem *l) argument
909 is_map_full(struct bpf_htab *htab) argument
917 inc_elem_count(struct bpf_htab *htab) argument
927 dec_elem_count(struct bpf_htab *htab) argument
938 free_htab_elem(struct bpf_htab *htab, struct htab_elem *l) argument
952 pcpu_copy_value(struct bpf_htab *htab, void __percpu *pptr, void *value, bool onallcpus) argument
969 pcpu_init_value(struct bpf_htab *htab, void __percpu *pptr, void *value, bool onallcpus) argument
992 fd_htab_map_needs_adjust(const struct bpf_htab *htab) argument
998 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) argument
1079 check_flags(struct bpf_htab *htab, struct htab_elem *l_old, u64 map_flags) argument
1097 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
1190 htab_lru_push_free(struct bpf_htab *htab, struct htab_elem *elem) argument
1200 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
1269 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
1324 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
1406 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
1442 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
1476 delete_all_elements(struct bpf_htab *htab) argument
1497 htab_free_malloced_timers(struct bpf_htab *htab) argument
1518 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
1532 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
1589 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
1686 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
1978 struct bpf_htab *htab; member in struct:bpf_iter_seq_hash_map_info
1988 const struct bpf_htab *htab = info->htab; local
2164 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
2219 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
2387 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
2480 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); local
[all...]
/linux-master/net/xfrm/
H A Dxfrm_policy.c4183 struct xfrm_policy_hash *htab; local
4214 struct xfrm_policy_hash *htab; local
4239 struct xfrm_policy_hash *htab; local
[all...]

Completed in 302 milliseconds