Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cam/
H A Dcam_xpt_sim.h46 void xpt_release_simq(struct cam_sim *sim, int run_queue);
49 u_int count, int run_queue);
H A Dcam_xpt.c264 int run_queue);
4567 xpt_release_devq(struct cam_path *path, u_int count, int run_queue) in xpt_release_devq() argument
4573 count, run_queue)); in xpt_release_devq()
4577 if (xpt_release_devq_device(dev, count, run_queue)) in xpt_release_devq()
4583 xpt_release_devq_device(struct cam_ed *dev, u_int count, int run_queue) in xpt_release_devq_device() argument
4588 ("xpt_release_devq_device(%d, %d) %u->%u\n", count, run_queue, in xpt_release_devq_device()
4619 run_queue = 0; in xpt_release_devq_device()
4620 return (run_queue); in xpt_release_devq_device()
4624 xpt_release_simq(struct cam_sim *sim, int run_queue) in xpt_release_simq() argument
4647 if (run_queue) { in xpt_release_simq()
/freebsd-12.1/contrib/dma/
H A Ddma.c376 run_queue(struct queue *queue) in run_queue() function
592 run_queue(&queue); in main()
629 run_queue(&queue); in main()
H A Ddma.h209 void run_queue(struct queue *);
H A Dmail.c133 run_queue(&bounceq); in bounce()
/freebsd-12.1/usr.sbin/camdd/
H A Dcamdd.c382 STAILQ_HEAD(,camdd_buf) run_queue;
595 STAILQ_INIT(&dev->run_queue); in camdd_alloc_dev()
1637 buf = STAILQ_FIRST(&dev->run_queue);
2285 buf = STAILQ_FIRST(&dev->run_queue);
2469 STAILQ_FOREACH(buf2, &dev->run_queue, links)
2499 buf = STAILQ_FIRST(&dev->run_queue);
2734 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
2858 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
2889 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
2926 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
[all …]
/freebsd-12.1/share/examples/scsi_target/
H A Dscsi_target.c92 static int run_queue(struct ccb_accept_tio *);
468 oo += run_queue(c_descr->atio); in request_loop()
595 oo += run_queue(c_descr->atio); in handle_read()
723 run_queue(struct ccb_accept_tio *atio) in run_queue() function
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c723 svn_boolean_t run_queue = FALSE; in revert() local
763 revert_restore(&run_queue, db, local_abspath, depth, metadata_only, in revert()
769 if (run_queue) in revert()