Searched refs:task_ls_map (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | rcu_tasks_trace_gp.c | 6 struct task_ls_map { struct 11 } task_ls_map SEC(".maps"); 22 v = bpf_task_storage_get(&task_ls_map, current, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in do_call_rcu_tasks_trace() 26 return bpf_task_storage_delete(&task_ls_map, current); in do_call_rcu_tasks_trace()
|
H A D | map_kptr.c | 77 struct task_ls_map { struct 82 } task_ls_map SEC(".maps"); 232 v = bpf_task_storage_get(&task_ls_map, task, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 489 v = bpf_task_storage_get(&task_ls_map, current, NULL, 0); in test_ls_map_kptr_ref1() 492 v = bpf_task_storage_get(&task_ls_map, current, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in test_ls_map_kptr_ref1() 507 v = bpf_task_storage_get(&task_ls_map, current, NULL, 0); in test_ls_map_kptr_ref2() 522 v = bpf_task_storage_get(&task_ls_map, current, NULL, 0); in test_ls_map_kptr_ref_del() 527 return bpf_task_storage_delete(&task_ls_map, current); in test_ls_map_kptr_ref_del()
|