Searched refs:nr_outstanding_calls (Results 1 – 2 of 2) sorted by relevance
112 _debug("outstanding %u", atomic_read(&net->nr_outstanding_calls)); in afs_close_socket()113 wait_var_event(&net->nr_outstanding_calls, in afs_close_socket()114 !atomic_read(&net->nr_outstanding_calls)); in afs_close_socket()147 o = atomic_inc_return(&net->nr_outstanding_calls); in afs_alloc_call()160 int o = atomic_read(&net->nr_outstanding_calls); in afs_put_call()185 o = atomic_dec_return(&net->nr_outstanding_calls); in afs_put_call()187 wake_up_var(&net->nr_outstanding_calls); in afs_put_call()199 atomic_read(&call->net->nr_outstanding_calls), in afs_queue_call_work()359 atomic_read(&call->net->nr_outstanding_calls)); in afs_make_call()658 atomic_read(&call->net->nr_outstanding_calls), in afs_wake_up_async_call()
233 atomic_t nr_outstanding_calls; member