Searched refs:wait_count (Results 1 – 2 of 2) sorted by relevance
20 atomic_t wait_count; member109 if (atomic_read(&port->wait_count) == 0) { in port_accept()192 .wait_count = ATOMIC_INIT(0), in port_data()230 atomic_inc(&port->wait_count); in port_wait()267 atomic_dec(&port->wait_count); in port_wait()
159 module_param_named(wait_count, uv_nmi_wait_count, int, 0644);