Searched refs:bpf_task_storage_get (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | task_ls_recursion.c | 40 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()
|
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()
|
D | local_storage.c | 63 storage = bpf_task_storage_get(&task_storage_map, in BPF_PROG() 176 storage = bpf_task_storage_get(&task_storage_map, in BPF_PROG()
|
D | bprm_opts.c | 26 secureexec = bpf_task_storage_get(&secure_exec_task_map, in BPF_PROG()
|
D | task_local_storage_exit_creds.c | 25 ptr = bpf_task_storage_get(&task_storage, task, 0, in BPF_PROG()
|
D | local_storage_rcu_tasks_trace_bench.c | 31 s = bpf_task_storage_get(&task_storage, task, &idx, in get_local()
|
D | local_storage_bench.c | 69 bpf_task_storage_get(inner_map, lctx->task, &idx, in do_lookup()
|
/linux-6.1.9/tools/bpf/runqslower/ |
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()
|
/linux-6.1.9/tools/perf/util/bpf_skel/ |
D | lock_contention.bpf.c | 113 pelem = bpf_task_storage_get(&tstamp, curr, NULL, in contention_begin() 141 pelem = bpf_task_storage_get(&tstamp, curr, NULL, 0); in contention_end()
|
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()
|
/linux-6.1.9/kernel/bpf/ |
D | bpf_task_storage.c | 231 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,
|