Home
last modified time | relevance | path

Searched refs:BPF_MAP_TYPE_TASK_STORAGE (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtask_ls_recursion.c17 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
24 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dbprm_opts.c15 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dread_bpf_task_storage_busy.c16 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dtask_local_storage_exit_creds.c11 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Drcu_tasks_trace_gp.c7 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dlocal_storage.c48 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
55 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dtask_storage_nodeadlock.c18 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dlocal_storage_rcu_tasks_trace_bench.c9 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dtask_local_storage.c11 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dbench_local_storage_create.c26 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dtype_cast.c9 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dlocal_storage_bench.c16 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Drcu_read_lock.c13 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dmap_kptr.c78 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
/openbmc/linux/tools/bpf/runqslower/
H A Drunqslower.bpf.c14 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
/openbmc/linux/include/linux/
H A Dbpf_types.h112 BPF_MAP_TYPE(BPF_MAP_TYPE_TASK_STORAGE, task_storage_map_ops)
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c150 fd = bpf_map_create(BPF_MAP_TYPE_TASK_STORAGE, NULL, sizeof(int), in __setup()
H A Dbench_local_storage_create.c52 storage_type = BPF_MAP_TYPE_TASK_STORAGE; in parse_arg()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c43 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c309 case BPF_MAP_TYPE_TASK_STORAGE: in probe_map_create()
H A Dlibbpf.c173 [BPF_MAP_TYPE_TASK_STORAGE] = "task_storage",
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h943 BPF_MAP_TYPE_TASK_STORAGE, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h943 BPF_MAP_TYPE_TASK_STORAGE, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c1061 map->map_type != BPF_MAP_TYPE_TASK_STORAGE && in map_check_btf()
1086 map->map_type != BPF_MAP_TYPE_TASK_STORAGE && in map_check_btf()
1208 case BPF_MAP_TYPE_TASK_STORAGE: in map_create()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c888 case BPF_MAP_TYPE_TASK_STORAGE: in fixup_obj()