Searched refs:cells_outstanding (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/afs/
H A Dcell.c28 if (atomic_dec_and_test(&net->cells_outstanding))
29 wake_up_var(&net->cells_outstanding);
39 atomic_inc(&net->cells_outstanding);
203 atomic_inc(&net->cells_outstanding);
517 int outstanding = atomic_inc_return(&net->cells_outstanding);
526 * Cell management timer. We have an increment on cells_outstanding that we
842 * Note also that we were given an increment on net->cells_outstanding by
909 * cells_outstanding in the namespace that we are in to the timer or
917 atomic_inc(&net->cells_outstanding);
924 _leave(" [%d]", atomic_read(&net->cells_outstanding));
[all...]
H A Dinternal.h307 atomic_t cells_outstanding; member in struct:afs_net

Completed in 288 milliseconds