Home
last modified time | relevance | path

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

/linux-3.4.99/net/sunrpc/
Dsvc_xprt.c292 list_add(&rqstp->rq_list, &pool->sp_threads); in svc_thread_enqueue()
332 if (!list_empty(&pool->sp_threads) && in svc_xprt_enqueue()
351 if (!list_empty(&pool->sp_threads)) { in svc_xprt_enqueue()
352 rqstp = list_entry(pool->sp_threads.next, in svc_xprt_enqueue()
487 if (!list_empty(&pool->sp_threads)) { in svc_wake_up()
488 rqstp = list_entry(pool->sp_threads.next, in svc_wake_up()
Dsvc.c476 INIT_LIST_HEAD(&pool->sp_threads); in __svc_create()
/linux-3.4.99/include/linux/sunrpc/
Dsvc.h48 struct list_head sp_threads; /* idle server threads */ member