Home
last modified time | relevance | path

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

/NextBSD/sys/cam/
HDcam_xpt.c234 static void xpt_run_allocq_task(void *context, int pending);
976 TASK_INIT(&periph->periph_run_task, 0, xpt_run_allocq_task, periph); in xpt_add_periph()
3138 xpt_run_allocq_task(void *context, int pending) in xpt_run_allocq_task() function