Searched refs:nl_table_users (Results 1 – 1 of 1) sorted by relevance
106 static atomic_t nl_table_users = ATOMIC_INIT(0); variable145 if (atomic_read(&nl_table_users)) { in netlink_table_grab()151 if (atomic_read(&nl_table_users) == 0) in netlink_table_grab()175 atomic_inc(&nl_table_users); in netlink_lock_table()182 if (atomic_dec_and_test(&nl_table_users)) in netlink_unlock_table()