Home
last modified time | relevance | path

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

/linux-6.15/include/net/page_pool/
H A Dtypes.h234 refcount_t user_cnt; member
H A Dhelpers.h486 return refcount_dec_and_test(&pool->user_cnt); in page_pool_put()
/linux-6.15/tools/sched_ext/
H A Dscx_qmap.bpf.c196 static u32 user_cnt, kernel_cnt; in BPF_STRUCT_OPS() local
207 if (stall_user_nth && !(++user_cnt % stall_user_nth)) in BPF_STRUCT_OPS()
/linux-6.15/net/core/
H A Dpage_pool.c277 refcount_set(&pool->user_cnt, 1); in page_pool_init()
1139 refcount_inc(&pool->user_cnt); in page_pool_use_xdp_mem()