Searched refs:nwriters (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Drpc_pipe_fs.h49 int nwriters; member in struct:rpc_pipe
/linux-master/net/sunrpc/
H A Drpc_pipe.c179 need_release = pipe->nreaders != 0 || pipe->nwriters != 0;
187 pipe->nwriters = 0;
223 first_open = pipe->nreaders == 0 && pipe->nwriters == 0;
232 pipe->nwriters++;
259 pipe->nwriters --;
272 last_close = pipe->nwriters == 0 && pipe->nreaders == 0;
546 pipe->nwriters = 0;
1416 return pipe->nreaders || pipe->nwriters;
/linux-master/kernel/rcu/
H A Drcuscale.c57 * The intended use cases for the nreaders and nwriters module parameters
61 * set both nreaders and nwriters to the value specified by
65 * rcuscale.nreaders to zero. This will set nwriters to the
69 * rcuscale.nwriters to zero. This will set nreaders to the
92 torture_param(int, nwriters, -1, "Number of RCU updater threads");
569 "--- %s: gp_async=%d gp_async_max=%d gp_exp=%d holdoff=%d minruntime=%d nreaders=%d nwriters=%d writer_holdoff=%d writer_holdoff_jiffies=%d verbose=%d shutdown=%d\n",
987 nrealwriters = compute_real(nwriters);
/linux-master/fs/nfsd/
H A Dnfs4recover.c1524 return pipe->nreaders || pipe->nwriters;

Completed in 141 milliseconds