Searched defs:htab (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_arena_htab.h | 13 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/tools/testing/selftests/bpf/prog_tests/ |
| H A D | arena_htab.c | 16 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/net/core/ |
| H A D | sock_map.c | 872 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket() 895 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 964 static struct bpf_shtab_elem *sock_hash_alloc_elem(struct bpf_shtab *htab, in sock_hash_alloc_elem() 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 [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | arena_htab.c | 29 struct htab __arena *htab; in arena_htab_llvm() local
|
| /linux/drivers/s390/char/ |
| H A D | sclp_rw.c | 41 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) in sclp_make_buffer()
|
| H A D | sclp_rw.h | 75 unsigned short htab; member
|
| /linux/tools/testing/selftests/net/ |
| H A D | bpf_offload.py | 1163 htab = maps[0] if maps[0]["type"] == "hash" else maps[1] variable
|