Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dsvc.c408 __svc_create(struct svc_program *prog, unsigned int bufsize, int npools, in __svc_create() function
474 return __svc_create(prog, bufsize, /*npools*/1, ops); in svc_create()
485 serv = __svc_create(prog, bufsize, npools, ops); in svc_create_pooled()