Searched refs:queue_head (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | beep.c | 127 beep_state.queue_head = 0; in beep_init() 166 beep_state.queue_head = 0; in beep_fini() 203 beep_state.queue_head = 0; in beeper_off() 373 if (next != beep_state.queue_head) { in beep_mktone() 458 if (beep_state.queue_head != beep_state.queue_tail) { in beep_timeout() 460 next = beep_state.queue_head; in beep_timeout() 470 beep_state.queue_head = next; in beep_timeout()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | beep.h | 84 int queue_head; member
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | synch.c | 486 udp->queue_head = qp = (queue_head_t *)data; in queue_alloc() 517 ASSERT(qp >= udp->queue_head && (qp - udp->queue_head) < 2 * QHASHSIZE); in QVERIFY() 525 qtype = ((qp - udp->queue_head) < QHASHSIZE)? MX : CV; in QVERIFY() 542 ASSERT(&udp->queue_head[index] == qp); in QVERIFY() 571 if ((qp = udp->queue_head) == NULL) { in queue_lock() 573 qp = udp->queue_head; in queue_lock() 4085 if (udp->queue_head == NULL || thread_queue_dump == 0) in dump_queue_statistics() 4091 for (qn = 0, qp = udp->queue_head; qn < QHASHSIZE; qn++, qp++) { in dump_queue_statistics()
|
H A D | thr.c | 1589 if (udp->queue_head == NULL) in finish_init() 1681 if ((qp = udp->queue_head) != NULL) { in postfork1_child()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhciutil.c | 919 queue_head_t *queue_head; in uhci_alloc_queue_head() local 960 queue_head = &uhcip->uhci_qh_pool_addr[index]; in uhci_alloc_queue_head() 963 (void *)queue_head); in uhci_alloc_queue_head() 965 bzero((void *)queue_head, sizeof (queue_head_t)); in uhci_alloc_queue_head() 966 SetQH32(uhcip, queue_head->link_ptr, HC_END_OF_LIST); in uhci_alloc_queue_head() 967 SetQH32(uhcip, queue_head->element_ptr, HC_END_OF_LIST); in uhci_alloc_queue_head() 968 queue_head->prev_qh = NULL; in uhci_alloc_queue_head() 969 queue_head->qh_flag = QUEUE_HEAD_FLAG_BUSY; in uhci_alloc_queue_head() 972 queue_head->td_tailp = dummy_td; in uhci_alloc_queue_head() 973 SetQH32(uhcip, queue_head->element_ptr, TD_PADDR(dummy_td)); in uhci_alloc_queue_head() [all …]
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 963 queue_head_t *queue_head; member 1179 caddr32_t queue_head; member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/ |
H A D | libc.c | 840 OFFSET(queue_head), in d_uberdata() 841 prt_addr(uberdata.queue_head, 1), in d_uberdata()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_mbx.h | 727 uint16_t queue_head; member
|