Home
last modified time | relevance | path

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

/net/tipc/
Duser_reg.c183 atomic_inc(&tipc_user_count); in tipc_attach()
217 atomic_dec(&tipc_user_count); in tipc_detach()
Dcore.h196 extern atomic_t tipc_user_count;
Dcore.c82 atomic_t tipc_user_count = ATOMIC_INIT(0); variable
Dsocket.c253 atomic_inc(&tipc_user_count); in tipc_create()
333 atomic_dec(&tipc_user_count); in release()