Searched refs:run_queue (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt_sim.h | 44 void xpt_release_simq(struct cam_sim *sim, int run_queue); 47 u_int count, int run_queue);
|
H A D | cam_xpt.c | 246 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 D | dma.c | 376 run_queue(struct queue *queue) in run_queue() function 594 run_queue(&queue); in main() 634 run_queue(&queue); in main()
|
H A D | dma.h | 221 void run_queue(struct queue *);
|
H A D | mail.c | 135 run_queue(&bounceq); in bounce()
|
/freebsd/usr.sbin/camdd/ |
H A D | camdd.c | 373 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 D | scsi_target.c | 92 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
|