Home
last modified time | relevance | path

Searched refs:fifo_len (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/tools/ctf/cvt/
H A Dctfmerge.c320 fifo_len(wq->wq_donequeue)); in finalize_phase_one()
336 wq->wq_ninqueue = num = fifo_len(wq->wq_donequeue); in init_phase_two()
346 assert(fifo_len(wq->wq_queue) == 0); in init_phase_two()
461 if (fifo_len(wq->wq_queue) < 2) { in worker_runphase2()
496 pthread_self(), (void *)pow2, fifo_len(wq->wq_queue), in worker_runphase2()
523 wq->wq_ninqueue, fifo_len(wq->wq_queue)); in worker_thread()
547 while (fifo_len(wq->wq_queue) > wq->wq_ithrottle) { in merge_ctf_cb()
549 fifo_len(wq->wq_queue), wq->wq_ithrottle); in merge_ctf_cb()
922 assert(fifo_len(wq.wq_queue) == 1); in main()
H A Dfifo.h46 extern int fifo_len(fifo_t *);
H A Dfifo.c123 fifo_len(fifo_t *f) in fifo_len() function
/titanic_44/usr/src/uts/common/io/
H A Dasy.c2320 int fifo_len; in async_txint() local
2331 fifo_len = asy->asy_fifo_buf; /* with FIFO buffers */ in async_txint()
2332 if (fifo_len > asy_max_tx_fifo) in async_txint()
2333 fifo_len = asy_max_tx_fifo; in async_txint()
2336 fifo_len--; in async_txint()
2338 if (async->async_ocnt > 0 && fifo_len > 0 && in async_txint()
2341 while (fifo_len-- > 0 && async->async_ocnt-- > 0) { in async_txint()
2348 if (fifo_len <= 0) in async_txint()
3034 int fifo_len = 1; in async_nstart() local
3044 fifo_len = asy->asy_fifo_buf; /* with FIFO buffers */ in async_nstart()
[all …]
/titanic_44/usr/src/uts/sun4/io/
H A Dsu_driver.c1738 int fifo_len; in async_txint() local
1750 fifo_len = asy->asy_fifo_buf; /* with FIFO buffers */ in async_txint()
1762 while (fifo_len > 0 && async->async_ocnt > 0) { in async_txint()
1765 fifo_len--; in async_txint()
1781 if (fifo_len == 0) { in async_txint()
2494 int fifo_len = 1; in async_nstart() local
2502 fifo_len = asy->asy_fifo_buf; /* with FIFO buffers */ in async_nstart()
2718 while (fifo_len-- && async->async_ocnt) { in async_nstart()