Searched refs:qe (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/lib/libthr/thread/ |
| D | thr_stack.c | 46 LIST_ENTRY(stack) qe; /* Stack queue linkage. */ 179 LIST_FOREACH(st, &mstackq, qe) in __thr_map_stacks_exec() 182 LIST_FOREACH(st, &dstackq, qe) in __thr_map_stacks_exec() 227 LIST_REMOVE(spare_stack, qe); in _thr_stack_alloc() 237 LIST_FOREACH(spare_stack, &mstackq, qe) { in _thr_stack_alloc() 240 LIST_REMOVE(spare_stack, qe); in _thr_stack_alloc() 313 LIST_INSERT_HEAD(&dstackq, spare_stack, qe); in _thr_stack_free() 316 LIST_INSERT_HEAD(&mstackq, spare_stack, qe); in _thr_stack_free()
|
| D | thr_fork.c | 99 TAILQ_INSERT_TAIL(&_thr_atfork_list, af, qe); in _thr_atfork() 117 TAILQ_FOREACH_SAFE(af, &_thr_atfork_list, qe, af1) { in __pthread_cxa_finalize() 121 TAILQ_REMOVE(&_thr_atfork_list, af, qe); in __pthread_cxa_finalize() 122 TAILQ_INSERT_TAIL(&temp_list, af, qe); in __pthread_cxa_finalize() 128 TAILQ_REMOVE(&temp_list, af, qe); in __pthread_cxa_finalize() 174 TAILQ_FOREACH_REVERSE(af, &_thr_atfork_list, atfork_head, qe) { in thr_fork_impl() 267 TAILQ_FOREACH(af, &_thr_atfork_list, qe) { in thr_fork_impl() 290 TAILQ_FOREACH(af, &_thr_atfork_list, qe) { in thr_fork_impl()
|
| D | thr_private.h | 259 TAILQ_ENTRY(pthread_atfork) qe;
|
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-eh.c | 913 struct goto_queue_node *q, *qe; in lower_try_finally_nofallthru() local 928 qe = q + tf->goto_queue_active; in lower_try_finally_nofallthru() 929 for (; q < qe; ++q) in lower_try_finally_nofallthru() 948 struct goto_queue_node *q, *qe; in lower_try_finally_onedest() local 988 qe = q + tf->goto_queue_active; in lower_try_finally_onedest() 994 for (; q < qe; ++q) in lower_try_finally_onedest() 1001 for (; q < qe; ++q) in lower_try_finally_onedest() 1060 struct goto_queue_node *q, *qe; in lower_try_finally_copy() local 1073 qe = q + tf->goto_queue_active; in lower_try_finally_copy() 1074 for (; q < qe; q++) in lower_try_finally_copy() [all …]
|
| /freebsd-12-stable/sys/netinet/ |
| D | tcp_reass.c | 306 struct tseg_qent *qe; in tcp_reass_flush() local 310 while ((qe = TAILQ_FIRST(&tp->t_segq)) != NULL) { in tcp_reass_flush() 311 TAILQ_REMOVE(&tp->t_segq, qe, tqe_q); in tcp_reass_flush() 312 m_freem(qe->tqe_m); in tcp_reass_flush() 313 uma_zfree(tcp_reass_zone, qe); in tcp_reass_flush()
|
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | sli4.c | 5052 uint8_t *qe = q->dma.virt; in sli_queue_is_empty() local 5058 qe += q->index * q->size; in sli_queue_is_empty() 5060 rc = !sli_queue_entry_is_valid(q, qe, FALSE); in sli_queue_is_empty() 5155 uint8_t *qe = q->dma.virt; in _sli_queue_write() local 5159 qe += q->index * q->size; in _sli_queue_write() 5182 ocs_memcpy(qe, entry, q->size); in _sli_queue_write() 5238 sli_queue_entry_is_valid(sli4_queue_t *q, uint8_t *qe, uint8_t clear) in sli_queue_entry_is_valid() argument 5245 valid = (((sli4_eqe_t *)qe)->vld == q->phase) ? 1 : 0; in sli_queue_entry_is_valid() 5247 ((sli4_eqe_t *)qe)->vld = 0; in sli_queue_entry_is_valid() 5255 valid_bit_set = (qe[15] & 0x80) != 0; in sli_queue_entry_is_valid() [all …]
|
| /freebsd-12-stable/usr.sbin/pc-sysinstall/backend/ |
| D | functions-bsdlabel.sh | 287 echo "$MNT" | grep -qe "^/" -e "^none" 2>/dev/null
|
| /freebsd-12-stable/sys/dev/isp/ |
| D | isp.c | 5069 uint8_t qe[QENTRY_LEN]; in isp_intr_atioq() local 5080 isp_get_hdr(isp, addr, (isphdr_t *)qe); in isp_intr_atioq() 5081 hp = (isphdr_t *)qe; in isp_intr_atioq() 5133 uint8_t qe[QENTRY_LEN]; in isp_intr_respq() local 5134 ispstatusreq_t *sp = (ispstatusreq_t *)qe; in isp_intr_respq() 5135 isp24xx_statusreq_t *sp2 = (isp24xx_statusreq_t *)qe; in isp_intr_respq() 5199 isp_rio1_t *rio = (isp_rio1_t *) qe; in isp_intr_respq() 5211 ispstatus_cont_t *scp = (ispstatus_cont_t *)qe; in isp_intr_respq()
|