Searched refs:hmap (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/progs/ ! |
D | timer.c | 21 } hmap SEC(".maps"); 229 val = bpf_map_lookup_elem(&hmap, &key); in bpf_timer_test() 231 if (bpf_timer_init(&val->timer, &hmap, CLOCK_BOOTTIME) != 0) in bpf_timer_test() 253 bpf_map_update_elem(&hmap, &key, &init, 0); in BPF_PROG2() 254 val = bpf_map_lookup_elem(&hmap, &key); in BPF_PROG2() 256 bpf_timer_init(&val->timer, &hmap, CLOCK_BOOTTIME); in BPF_PROG2() 258 bpf_map_update_elem(&hmap, &key, &init, 0); in BPF_PROG2() 271 bpf_map_update_elem(&hmap, &key, &init, 0); in BPF_PROG2() 272 val = bpf_map_lookup_elem(&hmap, &key); in BPF_PROG2() 274 bpf_timer_init(&val->timer, &hmap, CLOCK_BOOTTIME); in BPF_PROG2() [all …]
|
D | test_spin_lock.c | 19 } hmap SEC(".maps"); 60 val = bpf_map_lookup_elem(&hmap, &key); in bpf_spin_lock_test() 62 bpf_map_update_elem(&hmap, &key, &zero, 0); in bpf_spin_lock_test() 63 val = bpf_map_lookup_elem(&hmap, &key); in bpf_spin_lock_test()
|
D | async_stack_depth.c | 16 } hmap SEC(".maps"); 39 elem = bpf_map_lookup_elem(&hmap, &(int){0}); in pseudo_call_check() 54 elem = bpf_map_lookup_elem(&hmap, &(int){0}); in async_call_root_check()
|
D | timer_crash.c | 24 } hmap SEC(".maps"); 33 void *map = crash_map ? (void *)&hmap : (void *)&amap; in sys_enter()
|
/linux-6.6.21/drivers/scsi/cxlflash/ ! |
D | main.c | 1747 struct sisl_host_map __iomem *hmap; in init_global() local 1765 hmap = hwq->host_map; in init_global() 1767 writeq_be((u64) hwq->hrrq_start, &hmap->rrq_start); in init_global() 1768 writeq_be((u64) hwq->hrrq_end, &hmap->rrq_end); in init_global() 1772 writeq_be((u64)hwq->hsq_start, &hmap->sq_start); in init_global() 1773 writeq_be((u64)hwq->hsq_end, &hmap->sq_end); in init_global()
|