Home
last modified time | relevance | path

Searched refs:bpf_storage (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/ !
H A Dbpf_task_storage.c27 return &task->bpf_storage; in bpf_task_storage_lock()
38 rcu_dereference_check(task->bpf_storage, bpf_rcu_lock_held()); in bpf_task_storage_trylock()
52 local_storage = rcu_dereference(task->bpf_storage);
/linux/tools/testing/selftests/bpf/progs/ !
H A Dlocal_storage.c
/linux/include/linux/ !
H A Dsched.h1581 struct bpf_local_storage __rcu *bpf_storage; member
/linux/kernel/ !
H A Dfork.c2186 RCU_INIT_POINTER(p->bpf_storage, NULL); in copy_process()