Home
last modified time | relevance | path

Searched refs:cl_swapper (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sunrpc/
H A Dclnt.h73 atomic_t cl_swapper; /* swapfile count */ member
/linux/net/sunrpc/
H A Dclnt.c3391 if (atomic_inc_return(&clnt->cl_swapper) == 1) in rpc_clnt_swap_deactivate_callback()
3412 if (atomic_dec_if_positive(&clnt->cl_swapper) == 0)