Searched refs:newthreads (Results 1 – 1 of 1) sorted by relevance
406 int newthreads; in write_threads() local 407 rv = get_int(&mesg, &newthreads); in write_threads() 410 if (newthreads < 0) in write_threads() 412 trace_nfsd_ctl_threads(net, newthreads); in write_threads() 414 rv = nfsd_svc(1, &newthreads, net, file->f_cred, NULL); in write_threads()