Searched refs:sp_threads (Results 1 – 3 of 3) sorted by relevance
292 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()
476 INIT_LIST_HEAD(&pool->sp_threads); in __svc_create()
48 struct list_head sp_threads; /* idle server threads */ member