Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c1320 struct bpf_async_cb *cb, *old_cb; in __bpf_async_init()
1337 old_cb = READ_ONCE(async->cb); in __bpf_async_init()
1338 if (old_cb) in __bpf_async_init()
1370 old_cb = cmpxchg(&async->cb, NULL, cb); in __bpf_async_init()
1371 if (old_cb) { in __bpf_async_init()
1305 struct bpf_async_cb *cb, *old_cb; __bpf_async_init() local