Searched refs:sp_callouts (Results 1 – 2 of 2) sorted by relevance
99 TAILQ_INIT(&pool->sp_callouts); in svcpool_create()210 while ((s = TAILQ_FIRST(&pool->sp_callouts)) != NULL) { in svcpool_cleanup()545 TAILQ_INSERT_TAIL(&pool->sp_callouts, s, sc_link); in svc_reg()578 TAILQ_REMOVE(&pool->sp_callouts, s, sc_link); in svc_unreg()647 TAILQ_FOREACH(s, &pool->sp_callouts, sc_link) { in svc_find()1045 TAILQ_FOREACH(s, &pool->sp_callouts, sc_link) { in svc_executereq()
370 struct svc_callout_list sp_callouts; /* (prog,vers)->dispatch list */ member