Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dsvc.c276 SVCPOOL *svc_pools;
333 static void svc_xprt_qinit(SVCPOOL *, size_t);
334 static void svc_xprt_qdestroy(SVCPOOL *);
335 static void svc_thread_creator(SVCPOOL *);
336 static void svc_creator_signal(SVCPOOL *);
337 static void svc_creator_signalexit(SVCPOOL *);
338 static void svc_pool_unregister(struct svc_globals *, SVCPOOL *);
339 static int svc_run(SVCPOOL *);
358 SVCPOOL *pool; in svc_zoneshutdown()
397 svc_pool_cleanup(SVCPOOL *pool) in svc_pool_cleanup()
[all …]
H A Dsvc.h84 typedef struct __svcpool SVCPOOL; /* Kernel thread pool */ typedef
264 SVCPOOL *p_next; /* Next pool in the list */
265 SVCPOOL *p_prev; /* Prev pool in the list */
420 SVCPOOL *xp_pool; /* Pointer to the pool */