Searched refs:bpf_htab (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/bpf/ |
| A D | hashtab.c | 87 struct bpf_htab { struct 683 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_map_lookup_elem() 840 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_get_next_key() 1104 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_update_elem() 1207 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_lru_map_update_elem() 1276 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_percpu_map_update_elem() 1331 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_lru_percpu_map_update_elem() 1413 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_delete_elem() 1449 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_lru_map_delete_elem() 1531 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_free_timers_and_wq() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | map_ptr_kern.c | 91 struct bpf_htab { struct 110 struct bpf_htab *hash = (struct bpf_htab *)&m_hash; in check_hash() 215 struct bpf_htab *percpu_hash = (struct bpf_htab *)&m_percpu_hash; in check_percpu_hash() 289 struct bpf_htab *lru_hash = (struct bpf_htab *)&m_lru_hash; in check_lru_hash() 306 struct bpf_htab *lru_percpu_hash = (struct bpf_htab *)&m_lru_percpu_hash; in check_lru_percpu_hash() 395 struct bpf_htab *hash_of_maps = (struct bpf_htab *)&m_hash_of_maps; in check_hash_of_maps() 397 struct bpf_htab *inner_map; in check_hash_of_maps()
|
Completed in 15 milliseconds