Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Dtty.c1370 struct clist tq; in ttioctl_locked() local
1373 tq = tp->t_rawq; in ttioctl_locked()
1375 tp->t_canq = tq; in ttioctl_locked()
2075 struct clist tq; in ttypend() local
2082 tq = tp->t_rawq; in ttypend()
2085 while ((c = getc(&tq)) >= 0) { in ttypend()
/xnu-11417.140.69/osfmk/kern/
H A Dmpsc_queue.c233 __unused mpsc_daemon_queue_t tq) in mpsc_daemon_queue_nested_invoke() argument
/xnu-11417.140.69/osfmk/vm/
H A Dvm_resident.c7994 struct vm_pageout_queue *tq; in hibernate_flush_queue() local
8104 tq = NULL; in hibernate_flush_queue()
8108 tq = iq; in hibernate_flush_queue()
8111 tq = eq; in hibernate_flush_queue()
8114 if (tq != NULL) { in hibernate_flush_queue()
8124 tq->pgo_throttled = TRUE; in hibernate_flush_queue()
8126 … assert_wait_timeout((event_t) &tq->pgo_laundry, THREAD_INTERRUPTIBLE, 1000, 1000 * NSEC_PER_USEC); in hibernate_flush_queue()
8137 if (!VM_PAGE_Q_THROTTLED(tq)) { in hibernate_flush_queue()
8148 if (tq == eq) { in hibernate_flush_queue()