Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt_sim.h44 void xpt_release_simq(struct cam_sim *sim, int run_queue);
47 u_int count, int run_queue);
H A Dcam_xpt.c246 int run_queue);
4396 xpt_release_devq(struct cam_path *path, u_int count, int run_queue) in xpt_release_devq() argument
4402 count, run_queue)); in xpt_release_devq()
4406 if (xpt_release_devq_device(dev, count, run_queue)) in xpt_release_devq()
4412 xpt_release_devq_device(struct cam_ed *dev, u_int count, int run_queue) in xpt_release_devq_device() argument
4417 ("xpt_release_devq_device(%d, %d) %u->%u\n", count, run_queue, in xpt_release_devq_device()
4448 run_queue = 0; in xpt_release_devq_device()
4449 return (run_queue); in xpt_release_devq_device()
4453 xpt_release_simq(struct cam_sim *sim, int run_queue) in xpt_release_simq() argument
4467 if (run_queue) { in xpt_release_simq()
/freebsd/contrib/dma/
H A Ddma.c376 run_queue(struct queue *queue) in run_queue() function
594 run_queue(&queue); in main()
634 run_queue(&queue); in main()
H A Ddma.h221 void run_queue(struct queue *);
H A Dmail.c135 run_queue(&bounceq); in bounce()
/freebsd/usr.sbin/camdd/
H A Dcamdd.c373 STAILQ_HEAD(,camdd_buf) run_queue;
590 STAILQ_INIT(&dev->run_queue); in camdd_alloc_dev()
1732 buf = STAILQ_FIRST(&dev->run_queue);
2394 buf = STAILQ_FIRST(&dev->run_queue);
2401 STAILQ_REMOVE(&dev->run_queue, buf, camdd_buf, links);
2421 STAILQ_REMOVE(&dev->run_queue, buf, camdd_buf, links);
2578 STAILQ_FOREACH(buf2, &dev->run_queue, links)
2608 buf = STAILQ_FIRST(&dev->run_queue);
2627 STAILQ_REMOVE(&dev->run_queue, buf, camdd_buf, links);
2853 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
[all …]
/freebsd/share/examples/scsi_target/
H A Dscsi_target.c92 static int run_queue(struct ccb_accept_tio *);
470 oo += run_queue(c_descr->atio); in request_loop()
597 run_queue(c_descr->atio); in handle_read()
725 run_queue(struct ccb_accept_tio *atio) in run_queue() function