Searched refs:nl_table_users (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/netlink/
H A Daf_netlink.c110 static atomic_t nl_table_users = ATOMIC_INIT(0); variable
962 if (atomic_read(&nl_table_users)) { __acquires()
968 if (atomic_read(&nl_table_users) == 0) __acquires()
993 atomic_inc(&nl_table_users); netlink_lock_table()
1000 if (atomic_dec_and_test(&nl_table_users)) netlink_unlock_table()

Completed in 50 milliseconds