Home
last modified time | relevance | path

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

/linux/include/net/page_pool/
H A Dtypes.h240 refcount_t user_cnt; member
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c198 static u32 user_cnt, kernel_cnt; in BPF_STRUCT_OPS() local
212 if (stall_user_nth && !(++user_cnt % stall_user_nth)) in BPF_STRUCT_OPS()
/linux/net/core/
H A Dpage_pool.c273 refcount_set(&pool->user_cnt, 1); in page_pool_init()
1237 refcount_inc(&pool->user_cnt);