Home
last modified time | relevance | path

Searched refs:BPF_LOCAL_STORAGE_GET_F_CREATE (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dlocal_storage.c89 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
118 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
129 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
155 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
178 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
183 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
Dtask_ls_recursion.c41 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
46 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
61 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
66 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
Dtask_local_storage.c35 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
56 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
Dbprm_opts.c28 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
Dtask_local_storage_exit_creds.c26 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
Dlocal_storage_rcu_tasks_trace_bench.c32 BPF_LOCAL_STORAGE_GET_F_CREATE); in get_local()
Dlocal_storage_bench.c70 BPF_LOCAL_STORAGE_GET_F_CREATE); in do_lookup()
/Linux-v6.1/kernel/bpf/
Dbpf_inode_storage.c179 if (flags & ~(BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_CALL_5()
197 if (flags & BPF_LOCAL_STORAGE_GET_F_CREATE) { in BPF_CALL_5()
Dbpf_task_storage.c237 if (flags & ~(BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_CALL_5()
252 (flags & BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_CALL_5()
/Linux-v6.1/tools/bpf/runqslower/
Drunqslower.bpf.c37 BPF_LOCAL_STORAGE_GET_F_CREATE); in trace_enqueue()
/Linux-v6.1/tools/perf/util/bpf_skel/
Dlock_contention.bpf.c114 BPF_LOCAL_STORAGE_GET_F_CREATE); in contention_begin()
Doff_cpu.bpf.c201 BPF_LOCAL_STORAGE_GET_F_CREATE); in off_cpu_stat()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h5767 BPF_LOCAL_STORAGE_GET_F_CREATE = (1ULL << 0), enumerator
5771 BPF_SK_STORAGE_GET_F_CREATE = BPF_LOCAL_STORAGE_GET_F_CREATE,
/Linux-v6.1/include/uapi/linux/
Dbpf.h5767 BPF_LOCAL_STORAGE_GET_F_CREATE = (1ULL << 0), enumerator
5771 BPF_SK_STORAGE_GET_F_CREATE = BPF_LOCAL_STORAGE_GET_F_CREATE,