Home
last modified time | relevance | path

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

/net/sunrpc/
Dxprt.c1787 unsigned int num_prealloc, in xprt_alloc() argument
1801 for (i = 0; i < num_prealloc; i++) { in xprt_alloc()
1807 if (max_alloc > num_prealloc) in xprt_alloc()
1810 xprt->max_reqs = num_prealloc; in xprt_alloc()
1811 xprt->min_reqs = num_prealloc; in xprt_alloc()
1812 xprt->num_reqs = num_prealloc; in xprt_alloc()