Symbol: BPF_MAP_TYPE_TASK_STORAGE
include/linux/bpf_types.h
112
BPF_MAP_TYPE(BPF_MAP_TYPE_TASK_STORAGE, task_storage_map_ops)
kernel/bpf/syscall.c
1294
map->map_type != BPF_MAP_TYPE_TASK_STORAGE &&
kernel/bpf/syscall.c
1322
map->map_type != BPF_MAP_TYPE_TASK_STORAGE &&
kernel/bpf/syscall.c
1329
if (map->map_type != BPF_MAP_TYPE_TASK_STORAGE) {
kernel/bpf/syscall.c
1477
case BPF_MAP_TYPE_TASK_STORAGE:
kernel/bpf/verifier.c
10286
case BPF_MAP_TYPE_TASK_STORAGE:
kernel/bpf/verifier.c
10409
if (map->map_type != BPF_MAP_TYPE_TASK_STORAGE)
kernel/bpf/verifier.c
21685
case BPF_MAP_TYPE_TASK_STORAGE:
tools/lib/bpf/libbpf.c
189
[BPF_MAP_TYPE_TASK_STORAGE] = "task_storage",
tools/lib/bpf/libbpf_probes.c
314
case BPF_MAP_TYPE_TASK_STORAGE:
tools/perf/util/bpf_skel/kwork_top.bpf.c
51
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/perf/util/bpf_skel/off_cpu.bpf.c
70
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/sched_ext/scx_flatcg.bpf.c
126
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/sched_ext/scx_qmap.bpf.c
109
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/sched_ext/scx_sdt.bpf.c
524
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/sched_ext/scx_userland.bpf.c
89
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/benchs/bench_local_storage.c
150
fd = bpf_map_create(BPF_MAP_TYPE_TASK_STORAGE, NULL, sizeof(int),
tools/testing/selftests/bpf/benchs/bench_local_storage_create.c
52
storage_type = BPF_MAP_TYPE_TASK_STORAGE;
tools/testing/selftests/bpf/progs/bench_local_storage_create.c
26
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/bprm_opts.c
15
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/local_storage.c
48
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/local_storage.c
55
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/local_storage_bench.c
16
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/local_storage_rcu_tasks_trace_bench.c
9
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/map_kptr.c
78
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/rcu_read_lock.c
23
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/task_local_data.bpf.h
121
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/task_local_data.bpf.h
128
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/task_local_storage.c
11
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/task_local_storage_exit_creds.c
11
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/task_ls_recursion.c
17
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/task_ls_recursion.c
24
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/task_ls_uptr.c
13
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/task_storage_nodeadlock.c
15
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/type_cast.c
10
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/uptr_failure.c
11
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/uptr_map_failure.c
16
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/uptr_map_failure.c
23
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/uptr_map_failure.c
9
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/progs/uptr_update_failure.c
9
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);
tools/testing/selftests/bpf/veristat.c
1250
case BPF_MAP_TYPE_TASK_STORAGE:
tools/testing/selftests/sched_ext/select_cpu_dfl_nodispatch.bpf.c
24
__uint(type, BPF_MAP_TYPE_TASK_STORAGE);