Home
last modified time | relevance | path

Searched refs:task_ls_map (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dmap_kptr.c89 struct task_ls_map { struct
94 } task_ls_map SEC(".maps");
250 v = bpf_task_storage_get(&task_ls_map, task, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
612 v = bpf_task_storage_get(&task_ls_map, current, NULL, 0); in DEFINE_HASH_UPDATE_KPTR_TEST()
615 v = bpf_task_storage_get(&task_ls_map, current, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in DEFINE_HASH_UPDATE_KPTR_TEST()
630 v = bpf_task_storage_get(&task_ls_map, current, NULL, 0); in test_ls_map_kptr_ref2()
645 v = bpf_task_storage_get(&task_ls_map, current, NULL, 0); in test_ls_map_kptr_ref_del()
650 return bpf_task_storage_delete(&task_ls_map, current); in test_ls_map_kptr_ref_del()