Home
last modified time | relevance | path

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

/freebsd-13.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.c253 int run_queue);
4480 xpt_release_devq(struct cam_path *path, u_int count, int run_queue) in xpt_release_devq() argument
4486 count, run_queue)); in xpt_release_devq()
4490 if (xpt_release_devq_device(dev, count, run_queue)) in xpt_release_devq()
4496 xpt_release_devq_device(struct cam_ed *dev, u_int count, int run_queue) in xpt_release_devq_device() argument
4501 ("xpt_release_devq_device(%d, %d) %u->%u\n", count, run_queue, in xpt_release_devq_device()
4532 run_queue = 0; in xpt_release_devq_device()
4533 return (run_queue); in xpt_release_devq_device()
4537 xpt_release_simq(struct cam_sim *sim, int run_queue) in xpt_release_simq() argument
4560 if (run_queue) { in xpt_release_simq()
/freebsd-13.1/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.c134 run_queue(&bounceq); in bounce()
/freebsd-13.1/usr.sbin/camdd/
H A Dcamdd.c382 STAILQ_HEAD(,camdd_buf) run_queue;
603 STAILQ_INIT(&dev->run_queue); in camdd_alloc_dev()
1746 buf = STAILQ_FIRST(&dev->run_queue);
2408 buf = STAILQ_FIRST(&dev->run_queue);
2592 STAILQ_FOREACH(buf2, &dev->run_queue, links)
2622 buf = STAILQ_FIRST(&dev->run_queue);
2874 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
2998 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
3029 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
3066 STAILQ_INSERT_TAIL(&dev->run_queue, buf, links);
[all …]
/freebsd-13.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-13.1/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c748 svn_boolean_t run_queue = FALSE; in revert() local
788 revert_restore(&run_queue, db, local_abspath, depth, metadata_only, in revert()
795 if (run_queue) in revert()