Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvc.c720 int svc_new_thread(struct svc_serv *serv, struct svc_pool *pool) in svc_new_thread() function
762 EXPORT_SYMBOL_GPL(svc_new_thread);
770 err = svc_new_thread(serv, pool); in svc_start_kthreads()
/linux/include/linux/sunrpc/
H A Dsvc.h459 int svc_new_thread(struct svc_serv *serv, struct svc_pool *pool);
/linux/fs/nfsd/
H A Dnfssvc.c942 ret = svc_new_thread(rqstp->rq_server, pool); in nfsd()