Searched refs:bpf_storage (Results 1 – 3 of 3) sorted by relevance
53 return &task->bpf_storage; in task_storage_ptr()64 rcu_dereference_check(task->bpf_storage, bpf_rcu_lock_held()); in task_storage_lookup()82 local_storage = rcu_dereference(task->bpf_storage); in bpf_task_storage_free()
1465 struct bpf_local_storage __rcu *bpf_storage; member
2206 RCU_INIT_POINTER(p->bpf_storage, NULL); in copy_process()