Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Drcu_read_lock.c70 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()
238 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in inproper_sleepable_helper()
[all …]
H A Dtask_ls_recursion.c56 ptr = bpf_task_storage_get(&map_a, task, 0, in BPF_PROG()
79 ptr = bpf_task_storage_get(&map_b, task, 0, in BPF_PROG()
97 ptr = bpf_task_storage_get(&map_a, task, 0, in BPF_PROG()
102 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.c232 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()
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.c69 (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()
/openbmc/linux/tools/bpf/runqslower/
H A Drunqslower.bpf.c36 ptr = bpf_task_storage_get(&start, t, 0, in trace_enqueue()
87 tsp = bpf_task_storage_get(&start, next, 0, 0); in handle__sched_switch()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c200 pelem = bpf_task_storage_get(&tstamp, prev, NULL, in off_cpu_stat()
210 pelem = bpf_task_storage_get(&tstamp, next, NULL, 0); in off_cpu_stat()
/openbmc/linux/kernel/bpf/
H A Dbpf_task_storage.c249 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() argument
348 .func = bpf_task_storage_get,