Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvc_xprt.c355 int nrqsts = atomic_read(&xprt->xpt_nr_rqsts); in svc_xprt_slots_in_range() local
357 return limit == 0 || (nrqsts >= 0 && nrqsts < limit); in svc_xprt_slots_in_range()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsvc_xprt.c396 int nrqsts = atomic_read(&xprt->xpt_nr_rqsts); in svc_xprt_slots_in_range() local
398 return limit == 0 || (nrqsts >= 0 && nrqsts < limit); in svc_xprt_slots_in_range()

Completed in 5 milliseconds