Home
last modified time | relevance | path

Searched refs:tq (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/kern/
H A Dtty.c1260 struct clist tq; in ttioctl_locked() local
1263 tq = tp->t_rawq; in ttioctl_locked()
1265 tp->t_canq = tq; in ttioctl_locked()
1965 struct clist tq; in ttypend() local
1972 tq = tp->t_rawq; in ttypend()
1975 while ((c = getc(&tq)) >= 0) { in ttypend()
/xnu-8796.141.3/osfmk/kern/
H A Dmpsc_queue.c245 __unused mpsc_daemon_queue_t tq) in mpsc_daemon_queue_nested_invoke() argument
/xnu-8796.141.3/osfmk/vm/
H A Dvm_resident.c7010 struct vm_pageout_queue *tq; in hibernate_flush_queue() local
7120 tq = NULL; in hibernate_flush_queue()
7124 tq = iq; in hibernate_flush_queue()
7127 tq = eq; in hibernate_flush_queue()
7130 if (tq != NULL) { in hibernate_flush_queue()
7140 tq->pgo_throttled = TRUE; in hibernate_flush_queue()
7142 … assert_wait_timeout((event_t) &tq->pgo_laundry, THREAD_INTERRUPTIBLE, 1000, 1000 * NSEC_PER_USEC); in hibernate_flush_queue()
7153 if (!VM_PAGE_Q_THROTTLED(tq)) { in hibernate_flush_queue()
7164 if (tq == eq) { in hibernate_flush_queue()