Searched refs:hmap (Results 1 – 2 of 2) sorted by relevance
18 } hmap SEC(".maps");59 val = bpf_map_lookup_elem(&hmap, &key); in bpf_sping_lock_test()61 bpf_map_update_elem(&hmap, &key, &zero, 0); in bpf_sping_lock_test()62 val = bpf_map_lookup_elem(&hmap, &key); in bpf_sping_lock_test()
1775 struct sisl_host_map __iomem *hmap; in init_global() local1793 hmap = hwq->host_map; in init_global()1795 writeq_be((u64) hwq->hrrq_start, &hmap->rrq_start); in init_global()1796 writeq_be((u64) hwq->hrrq_end, &hmap->rrq_end); in init_global()1800 writeq_be((u64)hwq->hsq_start, &hmap->sq_start); in init_global()1801 writeq_be((u64)hwq->hsq_end, &hmap->sq_end); in init_global()