Searched defs:dtab (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | devmap.c | 104 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab, in dev_map_index_hash() 110 static int dev_map_init_map(struct bpf_dtab *dtab, union bpf_attr *attr) in dev_map_init_map() 160 struct bpf_dtab *dtab; in dev_map_alloc() local 182 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_free() local 245 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_get_next_key() local 266 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_hash_lookup_elem() local 281 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_hash_get_next_key() local 431 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_lookup_elem() local 598 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_enqueue_multi() local 715 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_redirect_multi() local [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 961 double dtab[8]; in test_fenv() local
|