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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfsd/
H A Dnfsctl.c673 int newthreads; local
674 rv = get_int(&mesg, &newthreads);
677 if (newthreads < 0)
679 rv = nfsd_svc(NFS_PORT, newthreads);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dnfsctl.c673 int newthreads; local
674 rv = get_int(&mesg, &newthreads);
677 if (newthreads < 0)
679 rv = nfsd_svc(NFS_PORT, newthreads);

Completed in 177 milliseconds