Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/
HDcam_xpt.c3029 int runq; in xpt_action() local
3043 runq = xpt_schedule_dev_sendq(path->bus, path->device); in xpt_action()
3045 runq = 0; in xpt_action()
3046 if (runq != 0) in xpt_action()
3604 int runq; in xpt_schedule() local
3619 runq = 0; in xpt_schedule()
3636 runq = xpt_schedule_dev_allocq(perph->path->bus, device); in xpt_schedule()
3638 if (runq != 0) { in xpt_schedule()
7412 int runq; in camisr_runqueue() local
7423 runq = FALSE; in camisr_runqueue()
[all …]