Home
last modified time | relevance | path

Searched refs:queue_head (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/ntp/tests/ntpd/
HDntp_prio_q.c51 TEST_ASSERT_NULL(queue_head(q)); in test_EmptyQueue()
71 TEST_ASSERT_NOT_NULL(queue_head(q)); in test_OneElementQueue()
151 TEST_ASSERT_EQUAL(((element*)queue_head(q))->number, 100); in test_CustomOrderQueue()
154 TEST_ASSERT_EQUAL(((element*)queue_head(q))->number, 100); in test_CustomOrderQueue()
157 TEST_ASSERT_EQUAL(((element*)queue_head(q))->number, 10); in test_CustomOrderQueue()
160 TEST_ASSERT_EQUAL(((element*)queue_head(q))->number, 10); in test_CustomOrderQueue()
163 TEST_ASSERT_EQUAL(((element*)queue_head(q))->number, 1); in test_CustomOrderQueue()
166 TEST_ASSERT_EQUAL(((element*)queue_head(q))->number, 1); in test_CustomOrderQueue()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-pow.c598 head[0] = dump->sindexload[0][4].sindexload1_cn68xx.queue_head; in __cvmx_pow_display_v2()
599 head[1] = dump->sindexload[0][5].sindexload1_cn68xx.queue_head; in __cvmx_pow_display_v2()
600 head[2] = dump->sindexload[0][6].sindexload1_cn68xx.queue_head; in __cvmx_pow_display_v2()
694 dump->sindexload[0][3].sindexload0_cn68xx.queue_head, in __cvmx_pow_display_v2()
701 dump->sindexload[index][2].sindexload0_cn68xx.queue_head, in __cvmx_pow_display_v2()
711 dump->sindexload[index][1].sindexload0_cn68xx.queue_head, in __cvmx_pow_display_v2()
719 if (dump->sindexload[index][1].sindexload0_cn68xx.queue_head) in __cvmx_pow_display_v2()
726 dump->sindexload[index][1].sindexload0_cn68xx.queue_head, in __cvmx_pow_display_v2()
728 if (dump->sindexload[index+8][1].sindexload0_cn68xx.queue_head) in __cvmx_pow_display_v2()
735 dump->sindexload[index+8][1].sindexload0_cn68xx.queue_head, in __cvmx_pow_display_v2()
HDcvmx-pow.h1087 uint64_t queue_head : 11; /**< - Index of entry at the head of the queue. */ member
1093 uint64_t queue_head : 11;
1150 uint64_t queue_head : 11; /**< - Index of entry at the head of the queue. */ member
1156 uint64_t queue_head : 11;
/NextBSD/contrib/ntp/include/
HDntp_prio_q.h48 void *queue_head(queue *my_queue);
/NextBSD/contrib/ntp/ntpd/
HDntp_prio_q.c134 queue_head( in queue_head() function
/NextBSD/contrib/gcc/
HDread-rtl.c1391 static rtx queue_head, queue_next; in read_rtx() local
1396 if (queue_head == 0) in read_rtx()
1400 queue_head = rtx_alloc (EXPR_LIST); in read_rtx()
1427 queue_next = queue_head; in read_rtx()