Searched refs:prev_storage (Results 1 – 1 of 1) sorted by relevance
265 struct bpf_local_storage *prev_storage, *storage; in bpf_local_storage_alloc() local299 prev_storage = cmpxchg(owner_storage_ptr, NULL, storage); in bpf_local_storage_alloc()300 if (unlikely(prev_storage)) { in bpf_local_storage_alloc()
Completed in 3 milliseconds