Home
last modified time | relevance | path

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

12

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dlocal_storage.c87 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 Dtask_ls_recursion.c40 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
63 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
81 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
86 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
H A Duptr_failure.c26 BPF_LOCAL_STORAGE_GET_F_CREATE); in uptr_write()
43 BPF_LOCAL_STORAGE_GET_F_CREATE); in uptr_write_nested()
60 BPF_LOCAL_STORAGE_GET_F_CREATE); in uptr_no_null_check()
78 BPF_LOCAL_STORAGE_GET_F_CREATE); in uptr_kptr_xchg()
H A Dcgrp_ls_recursion.c34 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in __on_update()
38 ptr = bpf_cgrp_storage_get(&map_b, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in __on_update()
67 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in __on_enter()
71 ptr = bpf_cgrp_storage_get(&map_b, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in __on_enter()
H A Dcgrp_ls_sleepable.c37 BPF_LOCAL_STORAGE_GET_F_CREATE); in cgroup_iter()
51 BPF_LOCAL_STORAGE_GET_F_CREATE); in __no_rcu_lock()
109 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in yes_rcu_lock()
120 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in yes_rcu_lock()
H A Dcgrp_ls_tp_btf.c43 BPF_LOCAL_STORAGE_GET_F_CREATE); in __on_enter()
59 BPF_LOCAL_STORAGE_GET_F_CREATE); in __on_enter()
95 BPF_LOCAL_STORAGE_GET_F_CREATE); in __on_exit()
H A Dtask_local_storage.c35 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
56 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
H A Dbench_local_storage_create.c51 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
73 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
H A Dmap_kptr.c223 v = bpf_cgrp_storage_get(&cgrp_ls_map, cgrp, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
238 v = bpf_task_storage_get(&task_ls_map, task, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
249 v = bpf_inode_storage_get(&inode_ls_map, inode, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
264 v = bpf_sk_storage_get(&sk_ls_map, sk, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in test_sk_map_kptr()
502 v = bpf_task_storage_get(&task_ls_map, current, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in test_ls_map_kptr_ref1()
H A Dcgrp_ls_negative.c24 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
H A Dbprm_opts.c28 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
H A Dtask_local_storage_exit_creds.c27 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
H A Drcu_tasks_trace_gp.c22 v = bpf_task_storage_get(&task_ls_map, current, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in do_call_rcu_tasks_trace()
H A Dtask_storage_nodeadlock.c37 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
H A Dlocal_storage_rcu_tasks_trace_bench.c32 BPF_LOCAL_STORAGE_GET_F_CREATE); in get_local()
H A Dcgrp_ls_attach_cgroup.c43 BPF_LOCAL_STORAGE_GET_F_CREATE); in set_cookie()
H A Dpercpu_alloc_cgrp_local_storage.c31 BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
H A Dlocal_storage_bench.c70 BPF_LOCAL_STORAGE_GET_F_CREATE); in do_lookup()
/linux-6.15/kernel/bpf/
H A Dbpf_task_storage.c220 (flags & BPF_LOCAL_STORAGE_GET_F_CREATE) && nobusy) { in __bpf_task_storage_get()
238 if (flags & ~BPF_LOCAL_STORAGE_GET_F_CREATE || !task) in BPF_CALL_5()
256 if (flags & ~BPF_LOCAL_STORAGE_GET_F_CREATE || !task) in BPF_CALL_5()
H A Dbpf_inode_storage.c136 if (flags & ~(BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_CALL_5()
154 if (flags & BPF_LOCAL_STORAGE_GET_F_CREATE) { in BPF_CALL_5()
H A Dbpf_cgrp_storage.c167 if (flags & ~(BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_CALL_5()
181 (flags & BPF_LOCAL_STORAGE_GET_F_CREATE) && nobusy) in BPF_CALL_5()
/linux-6.15/Documentation/bpf/
H A Dmap_sk_storage.rst38 ``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 Dmap_cgrp_storage.rst25 ``flags`` could be 0 or ``BPF_LOCAL_STORAGE_GET_F_CREATE`` which indicates that
57 BPF_LOCAL_STORAGE_GET_F_CREATE);
/linux-6.15/tools/testing/selftests/sched_ext/
H A Dselect_cpu_dfl_nodispatch.bpf.c77 BPF_LOCAL_STORAGE_GET_F_CREATE)) in BPF_STRUCT_OPS()
/linux-6.15/tools/bpf/runqslower/
H A Drunqslower.bpf.c37 BPF_LOCAL_STORAGE_GET_F_CREATE); in trace_enqueue()

12