Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvc.c775 int svc_new_thread(struct svc_serv *serv, struct svc_pool *pool) in svc_new_thread() function
809 EXPORT_SYMBOL_GPL(svc_new_thread);
817 err = svc_new_thread(serv, pool); in svc_start_kthreads()
/linux/fs/nfsd/
H A Dnfssvc.c930 ret = svc_new_thread(rqstp->rq_server, pool); in nfsd()