Searched refs:nr_outstanding_calls (Results 1 – 2 of 2) sorted by relevance
118 _debug("outstanding %u", atomic_read(&net->nr_outstanding_calls)); in afs_close_socket()119 wait_var_event(&net->nr_outstanding_calls, in afs_close_socket()120 !atomic_read(&net->nr_outstanding_calls)); in afs_close_socket()154 o = atomic_inc_return(&net->nr_outstanding_calls); in afs_alloc_call()167 int o = atomic_read(&net->nr_outstanding_calls); in afs_put_call()192 o = atomic_dec_return(&net->nr_outstanding_calls); in afs_put_call()194 wake_up_var(&net->nr_outstanding_calls); in afs_put_call()204 atomic_read(&call->net->nr_outstanding_calls), in afs_get_call()376 atomic_read(&call->net->nr_outstanding_calls)); in afs_make_call()712 atomic_read(&call->net->nr_outstanding_calls), in afs_wake_up_async_call()
261 atomic_t nr_outstanding_calls; member