Home
last modified time | relevance | path

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

/freebsd-14.2/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.c249 int run_queue);
4401 xpt_release_devq(struct cam_path *path, u_int count, int run_queue) in xpt_release_devq() argument
4407 count, run_queue)); in xpt_release_devq()
4411 if (xpt_release_devq_device(dev, count, run_queue)) in xpt_release_devq()
4417 xpt_release_devq_device(struct cam_ed *dev, u_int count, int run_queue) in xpt_release_devq_device() argument
4422 ("xpt_release_devq_device(%d, %d) %u->%u\n", count, run_queue, in xpt_release_devq_device()
4453 run_queue = 0; in xpt_release_devq_device()
4454 return (run_queue); in xpt_release_devq_device()
4458 xpt_release_simq(struct cam_sim *sim, int run_queue) in xpt_release_simq() argument
4472 if (run_queue) { in xpt_release_simq()
/freebsd-14.2/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-14.2/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);
2578 STAILQ_FOREACH(buf2, &dev->run_queue, links)
2608 buf = STAILQ_FIRST(&dev->run_queue);
2853 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
2977 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
3008 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
3045 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
[all …]
/freebsd-14.2/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