Home
last modified time | relevance | path

Searched refs:owner_storage_ptr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/
H A Dbpf_local_storage.c270 struct bpf_local_storage **owner_storage_ptr; in bpf_local_storage_alloc() local
290 owner_storage_ptr = in bpf_local_storage_alloc()
302 prev_storage = cmpxchg(owner_storage_ptr, NULL, storage); in bpf_local_storage_alloc()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_local_storage.c480 struct bpf_local_storage **owner_storage_ptr; in bpf_local_storage_alloc() local
509 owner_storage_ptr = in bpf_local_storage_alloc()
521 prev_storage = cmpxchg(owner_storage_ptr, NULL, storage); in bpf_local_storage_alloc()

Completed in 3 milliseconds