Searched refs:task_ls_map (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
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()
|
D | map_kptr.c | 77 struct task_ls_map { struct 82 } task_ls_map SEC(".maps"); 238 v = bpf_task_storage_get(&task_ls_map, task, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 499 v = bpf_task_storage_get(&task_ls_map, current, NULL, 0); in test_ls_map_kptr_ref1() 502 v = bpf_task_storage_get(&task_ls_map, current, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in test_ls_map_kptr_ref1() 517 v = bpf_task_storage_get(&task_ls_map, current, NULL, 0); in test_ls_map_kptr_ref2() 532 v = bpf_task_storage_get(&task_ls_map, current, NULL, 0); in test_ls_map_kptr_ref_del() 537 return bpf_task_storage_delete(&task_ls_map, current); in test_ls_map_kptr_ref_del()
|