/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | local_storage.c | 87 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 120 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 160 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 168 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 195 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 218 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 223 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
|
H A D | cgrp_ls_recursion.c | 41 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()
|
H A D | task_ls_recursion.c | 57 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 80 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 98 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 103 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
|
H A D | cgrp_ls_sleepable.c | 34 BPF_LOCAL_STORAGE_GET_F_CREATE); in cgroup_iter() 54 BPF_LOCAL_STORAGE_GET_F_CREATE); in no_rcu_lock() 74 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in yes_rcu_lock()
|
H A D | cgrp_ls_tp_btf.c | 44 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 60 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 80 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
|
H A D | task_local_storage.c | 35 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 56 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
|
H A D | bench_local_storage_create.c | 51 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 73 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
|
H A D | map_kptr.c | 217 v = bpf_cgrp_storage_get(&cgrp_ls_map, cgrp, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 232 v = bpf_task_storage_get(&task_ls_map, task, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 243 v = bpf_inode_storage_get(&inode_ls_map, inode, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG() 258 v = bpf_sk_storage_get(&sk_ls_map, sk, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in test_sk_map_kptr() 492 v = bpf_task_storage_get(&task_ls_map, current, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in test_ls_map_kptr_ref1()
|
H A D | cgrp_ls_negative.c | 24 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
|
H A D | bprm_opts.c | 28 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
|
H A D | task_local_storage_exit_creds.c | 27 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
|
H A D | rcu_tasks_trace_gp.c | 22 v = bpf_task_storage_get(&task_ls_map, current, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in do_call_rcu_tasks_trace()
|
H A D | task_storage_nodeadlock.c | 37 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
|
H A D | local_storage_rcu_tasks_trace_bench.c | 32 BPF_LOCAL_STORAGE_GET_F_CREATE); in get_local()
|
H A D | cgrp_ls_attach_cgroup.c | 43 BPF_LOCAL_STORAGE_GET_F_CREATE); in set_cookie()
|
H A D | local_storage_bench.c | 70 BPF_LOCAL_STORAGE_GET_F_CREATE); in do_lookup()
|
H A D | rcu_read_lock.c | 67 BPF_LOCAL_STORAGE_GET_F_CREATE); in task_succ()
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_task_storage.c | 219 (flags & BPF_LOCAL_STORAGE_GET_F_CREATE) && nobusy) { in __bpf_task_storage_get() 237 if (flags & ~BPF_LOCAL_STORAGE_GET_F_CREATE || !task) in BPF_CALL_5() 255 if (flags & ~BPF_LOCAL_STORAGE_GET_F_CREATE || !task) in BPF_CALL_5()
|
H A D | bpf_inode_storage.c | 144 if (flags & ~(BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_CALL_5() 162 if (flags & BPF_LOCAL_STORAGE_GET_F_CREATE) { in BPF_CALL_5()
|
H A D | bpf_cgrp_storage.c | 167 if (flags & ~(BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_CALL_5() 182 (flags & BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_CALL_5()
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_sk_storage.rst | 38 ``bpf_sk_storage_get()`` helper. If the ``BPF_LOCAL_STORAGE_GET_F_CREATE`` 41 ``BPF_LOCAL_STORAGE_GET_F_CREATE`` to initialize the storage value, otherwise 143 BPF_LOCAL_STORAGE_GET_F_CREATE);
|
H A D | map_cgrp_storage.rst | 25 ``flags`` could be 0 or ``BPF_LOCAL_STORAGE_GET_F_CREATE`` which indicates that 57 BPF_LOCAL_STORAGE_GET_F_CREATE);
|
/openbmc/linux/tools/bpf/runqslower/ |
H A D | runqslower.bpf.c | 37 BPF_LOCAL_STORAGE_GET_F_CREATE); in trace_enqueue()
|
/openbmc/linux/tools/perf/util/bpf_skel/ |
H A D | off_cpu.bpf.c | 201 BPF_LOCAL_STORAGE_GET_F_CREATE); in off_cpu_stat()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 6005 BPF_LOCAL_STORAGE_GET_F_CREATE = (1ULL << 0), enumerator 6009 BPF_SK_STORAGE_GET_F_CREATE = BPF_LOCAL_STORAGE_GET_F_CREATE,
|