Searched refs:prev_storage (Results 1 – 1 of 1) sorted by relevance
479 struct bpf_local_storage *prev_storage, *storage; in bpf_local_storage_alloc() local521 prev_storage = cmpxchg(owner_storage_ptr, NULL, storage); in bpf_local_storage_alloc()522 if (unlikely(prev_storage)) { in bpf_local_storage_alloc()