Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtask_ls_recursion.c40 ptr = bpf_task_storage_get(&map_a, task, 0, in BPF_PROG()
45 ptr = bpf_task_storage_get(&map_b, task, 0, in BPF_PROG()
60 ptr = bpf_task_storage_get(&map_a, task, 0, in BPF_PROG()
65 ptr = bpf_task_storage_get(&map_b, task, 0, in BPF_PROG()
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()
Dlocal_storage.c63 storage = bpf_task_storage_get(&task_storage_map, in BPF_PROG()
176 storage = bpf_task_storage_get(&task_storage_map, in BPF_PROG()
Dbprm_opts.c26 secureexec = bpf_task_storage_get(&secure_exec_task_map, in BPF_PROG()
Dtask_local_storage_exit_creds.c25 ptr = bpf_task_storage_get(&task_storage, task, 0, in BPF_PROG()
Dlocal_storage_rcu_tasks_trace_bench.c31 s = bpf_task_storage_get(&task_storage, task, &idx, in get_local()
Dlocal_storage_bench.c69 bpf_task_storage_get(inner_map, lctx->task, &idx, in do_lookup()
/linux-6.1.9/tools/bpf/runqslower/
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()
/linux-6.1.9/tools/perf/util/bpf_skel/
Dlock_contention.bpf.c113 pelem = bpf_task_storage_get(&tstamp, curr, NULL, in contention_begin()
141 pelem = bpf_task_storage_get(&tstamp, curr, NULL, 0); in contention_end()
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()
/linux-6.1.9/kernel/bpf/
Dbpf_task_storage.c231 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() argument
326 .func = bpf_task_storage_get,