Searched refs:nr_outstanding_calls (Results 1 – 2 of 2) sorted by relevance
121 _debug("outstanding %u", atomic_read(&net->nr_outstanding_calls)); in afs_close_socket()122 wait_var_event(&net->nr_outstanding_calls, in afs_close_socket()123 !atomic_read(&net->nr_outstanding_calls)); in afs_close_socket()157 o = atomic_inc_return(&net->nr_outstanding_calls); in afs_alloc_call()170 int o = atomic_read(&net->nr_outstanding_calls); in afs_put_call()196 o = atomic_dec_return(&net->nr_outstanding_calls); in afs_put_call()198 wake_up_var(&net->nr_outstanding_calls); in afs_put_call()208 atomic_read(&call->net->nr_outstanding_calls), in afs_get_call()378 atomic_read(&call->net->nr_outstanding_calls)); in afs_make_call()739 atomic_read(&call->net->nr_outstanding_calls), in afs_wake_up_async_call()
284 atomic_t nr_outstanding_calls; member