/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | rcu_read_lock.c | 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() 238 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in inproper_sleepable_helper() [all …]
|
H A D | task_ls_recursion.c | 56 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 D | task_local_storage.c | 34 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 D | local_storage.c | 79 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 D | map_kptr.c | 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()
|
H A D | bprm_opts.c | 26 secureexec = bpf_task_storage_get(&secure_exec_task_map, in BPF_PROG()
|
H A D | task_local_storage_exit_creds.c | 26 ptr = bpf_task_storage_get(&task_storage, task, 0, in BPF_PROG()
|
H A D | rcu_tasks_trace_gp.c | 22 v = bpf_task_storage_get(&task_ls_map, current, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in do_call_rcu_tasks_trace()
|
H A D | task_storage_nodeadlock.c | 36 value = bpf_task_storage_get(&task_storage, task, &zero, in BPF_PROG()
|
H A D | local_storage_rcu_tasks_trace_bench.c | 31 s = bpf_task_storage_get(&task_storage, task, &idx, in get_local()
|
H A D | bench_local_storage_create.c | 50 stg = bpf_task_storage_get(&task_storage_map, child, NULL, in BPF_PROG()
|
H A D | type_cast.c | 69 (void)bpf_task_storage_get(&enter_id, task_dup, 0, 0); in BPF_PROG()
|
H A D | local_storage_bench.c | 69 bpf_task_storage_get(inner_map, lctx->task, &idx, in do_lookup()
|
/openbmc/linux/tools/bpf/runqslower/ |
H A D | runqslower.bpf.c | 36 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 D | off_cpu.bpf.c | 200 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 D | bpf_task_storage.c | 249 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,
|