Searched refs:BPF_MAP_TYPE_TASK_STORAGE (Results 1 - 25 of 27) sorted by last modified time

12

/linux-master/kernel/bpf/
H A Dverifier.c8979 case BPF_MAP_TYPE_TASK_STORAGE:
9100 if (map->map_type != BPF_MAP_TYPE_TASK_STORAGE)
18177 case BPF_MAP_TYPE_TASK_STORAGE:
H A Dsyscall.c1111 map->map_type != BPF_MAP_TYPE_TASK_STORAGE &&
1137 map->map_type != BPF_MAP_TYPE_TASK_STORAGE &&
1291 case BPF_MAP_TYPE_TASK_STORAGE:
/linux-master/tools/lib/bpf/
H A Dlibbpf.c184 [BPF_MAP_TYPE_TASK_STORAGE] = "task_storage",
H A Dlibbpf_probes.c314 case BPF_MAP_TYPE_TASK_STORAGE:
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtype_cast.c10 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dtask_ls_recursion.c17 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
24 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Drcu_read_lock.c13 __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 Dmap_kptr.c78 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Drcu_tasks_trace_gp.c7 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dread_bpf_task_storage_busy.c16 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dbench_local_storage_create.c26 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dtask_storage_nodeadlock.c18 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dtask_local_storage_exit_creds.c11 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dlocal_storage_bench.c16 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Dlocal_storage_rcu_tasks_trace_bench.c9 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1008 BPF_MAP_TYPE_TASK_STORAGE, enumerator in enum:bpf_map_type
4961 * be a **BPF_MAP_TYPE_TASK_STORAGE**.
/linux-master/include/uapi/linux/
H A Dbpf.h1008 BPF_MAP_TYPE_TASK_STORAGE, enumerator in enum:bpf_map_type
4961 * be a **BPF_MAP_TYPE_TASK_STORAGE**.
/linux-master/include/linux/
H A Dbpf_types.h112 BPF_MAP_TYPE(BPF_MAP_TYPE_TASK_STORAGE, task_storage_map_ops)
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c919 case BPF_MAP_TYPE_TASK_STORAGE:
/linux-master/tools/perf/util/bpf_skel/
H A Dkwork_top.bpf.c51 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
H A Doff_cpu.bpf.c43 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c52 storage_type = BPF_MAP_TYPE_TASK_STORAGE;
H A Dbench_local_storage.c150 fd = bpf_map_create(BPF_MAP_TYPE_TASK_STORAGE, NULL, sizeof(int),
/linux-master/tools/bpf/runqslower/
H A Drunqslower.bpf.c14 __uint(type, BPF_MAP_TYPE_TASK_STORAGE);

Completed in 614 milliseconds

12