Searched refs:nl_table_users (Results 1 – 1 of 1) sorted by relevance
98 static atomic_t nl_table_users = ATOMIC_INIT(0); variable815 if (atomic_read(&nl_table_users)) { in netlink_table_grab()821 if (atomic_read(&nl_table_users) == 0) in netlink_table_grab()846 atomic_inc(&nl_table_users); in netlink_lock_table()853 if (atomic_dec_and_test(&nl_table_users)) in netlink_unlock_table()