Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Drcu_read_lock.c66 ptr = bpf_task_storage_get(&map_a, real_parent, &init_val, in task_succ()
70 ptr = bpf_task_storage_get(&map_a, real_parent, 0, 0); in task_succ()
87 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in no_lock()
104 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in two_regions()
120 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in non_sleepable_1()
139 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in non_sleepable_2()
166 (void)bpf_task_storage_get(&map_a, gparent, 0, 0); in task_acquire()
181 (void)bpf_task_storage_get(&map_a, task, 0, 0); in miss_lock()
195 (void)bpf_task_storage_get(&map_a, task, 0, 0); in miss_unlock()
210 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in non_sleepable_rcu_mismatch()
[all …]
H A Dtask_ls_recursion.c39 ptr = bpf_task_storage_get(&map_a, task, 0, in BPF_PROG()
62 ptr = bpf_task_storage_get(&map_b, task, 0, in BPF_PROG()
80 ptr = bpf_task_storage_get(&map_a, task, 0, in BPF_PROG()
85 ptr = bpf_task_storage_get(&map_b, task, 0, in BPF_PROG()
H A Dtask_local_storage.c34 ptr = bpf_task_storage_get(&enter_id, task, 0, in BPF_PROG()
55 ptr = bpf_task_storage_get(&enter_id, task, 0, in BPF_PROG()
H A Dlocal_storage.c79 storage = bpf_task_storage_get(&task_storage_map, task, 0, 0); in BPF_PROG()
86 storage = bpf_task_storage_get(&task_storage_map2, task, 0, in BPF_PROG()
216 storage = bpf_task_storage_get(&task_storage_map, in BPF_PROG()
H A Dmap_kptr.c238 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()
H A Dbprm_opts.c26 secureexec = bpf_task_storage_get(&secure_exec_task_map, in BPF_PROG()
H A Dtask_local_storage_exit_creds.c26 ptr = bpf_task_storage_get(&task_storage, task, 0, in BPF_PROG()
H A Drcu_tasks_trace_gp.c22 v = bpf_task_storage_get(&task_ls_map, current, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in do_call_rcu_tasks_trace()
H A Dtask_storage_nodeadlock.c36 value = bpf_task_storage_get(&task_storage, task, &zero, in BPF_PROG()
H A Dlocal_storage_rcu_tasks_trace_bench.c31 s = bpf_task_storage_get(&task_storage, task, &idx, in get_local()
H A Dbench_local_storage_create.c50 stg = bpf_task_storage_get(&task_storage_map, child, NULL, in BPF_PROG()
H A Dtype_cast.c66 (void)bpf_task_storage_get(&enter_id, task_dup, 0, 0); in BPF_PROG()
H A Dlocal_storage_bench.c69 bpf_task_storage_get(inner_map, lctx->task, &idx, in do_lookup()
/linux/tools/testing/selftests/sched_ext/
H A Dselect_cpu_dfl_nodispatch.bpf.c40 tctx = bpf_task_storage_get(&task_ctx_stor, p, 0, 0); in BPF_STRUCT_OPS()
58 tctx = bpf_task_storage_get(&task_ctx_stor, p, 0, 0); in BPF_STRUCT_OPS()
76 if (bpf_task_storage_get(&task_ctx_stor, p, 0, in BPF_STRUCT_OPS()
/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c201 pelem = bpf_task_storage_get(&tstamp, prev, NULL, in off_cpu_stat()
211 pelem = bpf_task_storage_get(&tstamp, next, NULL, 0); in off_cpu_stat()
H A Dkwork_top.bpf.c146 pelem = bpf_task_storage_get(&kwork_top_task_time, task, NULL, 0); in on_sched_out()
166 pelem = bpf_task_storage_get(&kwork_top_task_time, task, NULL, in on_sched_in()
/linux/kernel/bpf/
H A Dbpf_task_storage.c250 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() argument
349 .func = bpf_task_storage_get,