Searched refs:refcount (Results 1 – 8 of 8) sorted by relevance
62 int refcount; member73 int refcount; member468 ctx->refcount++; in xsk_get_ctx()482 if (--ctx->refcount) in xsk_put_ctx()528 ctx->refcount = 1; in xsk_create_ctx()568 if (umem->refcount++ > 0) { in xsk_socket__create_shared()672 if (umem->refcount > 1) { in xsk_socket__create_shared()701 if (--umem->refcount) in xsk_socket__create_shared()729 if (umem->refcount) in xsk_umem__delete()774 umem->refcount--; in xsk_socket__delete()
19 // The TCP listener refcount should be 2, but on buggy kernels it can be 0:
13 struct bpf_refcount refcount; member
23 struct bpf_refcount refcount; member
37 struct bpf_refcount refcount; member
85 struct bpf_refcount refcount; member
173 refcount_t refcount; member
192 Documentation/core-api/refcount-vs-atomic.rst
Completed in 18 milliseconds