| /freebsd/contrib/elftoolchain/common/ |
| H A D | _elftc.h | 95 if (!STAILQ_EMPTY((head2))) { \ 103 #ifndef STAILQ_EMPTY 104 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro 178 (STAILQ_EMPTY((head)) ? \ 224 while (!STAILQ_EMPTY((head))) { \ 228 for (_i = 0; _i < _sz && !STAILQ_EMPTY((head)); \
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | sys-queue-macros.h | 160 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro 163 (STAILQ_EMPTY(head) \ 189 if (!STAILQ_EMPTY(head2)) { \ 256 if (STAILQ_EMPTY(head1)) \ 258 if (STAILQ_EMPTY(head2)) \
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_macinfo.c | 62 if (STAILQ_EMPTY(&dbg->dbg_mslist)) { in dwarf_get_macro_details() 65 if (STAILQ_EMPTY(&dbg->dbg_mslist)) { in dwarf_get_macro_details()
|
| /freebsd/sys/dev/hyperv/utilities/ |
| H A D | hv_snapshot.c | 390 if (!STAILQ_EMPTY(&dev_sc->to_notify_queue)) { in hv_vss_notified() 597 if (!STAILQ_EMPTY(&dev_sc->to_notify_queue)) in hv_vss_dev_daemon_poll() 677 if (!STAILQ_EMPTY(&dev_sc->to_notify_queue)) in hv_appvss_dev_poll() 738 if (!STAILQ_EMPTY(&sc->daemon_sc.to_notify_queue) || in hv_vss_get_new_req_locked() 739 !STAILQ_EMPTY(&sc->daemon_sc.to_ack_queue) || in hv_vss_get_new_req_locked() 740 !STAILQ_EMPTY(&sc->app_sc.to_notify_queue) || in hv_vss_get_new_req_locked() 741 !STAILQ_EMPTY(&sc->app_sc.to_ack_queue)) { in hv_vss_get_new_req_locked() 941 while (!STAILQ_EMPTY(&sc->daemon_sc.to_notify_queue)) { in hv_vss_destroy_send_receive_queue() 947 while (!STAILQ_EMPTY(&sc->daemon_sc.to_ack_queue)) { in hv_vss_destroy_send_receive_queue() 953 while (!STAILQ_EMPTY(&sc->app_sc.to_notify_queue)) { in hv_vss_destroy_send_receive_queue() [all …]
|
| /freebsd/sys/dev/hyperv/input/ |
| H A D | hv_kbdc.c | 138 ret = !STAILQ_EMPTY(&sc->ks_queue); in hv_kbd_prod_is_ready() 171 if (STAILQ_EMPTY(&sc->ks_queue)) { in hv_kbd_fetch_top() 191 if (STAILQ_EMPTY(&sc->ks_queue)) { in hv_kbd_remove_top() 212 if (STAILQ_EMPTY(&sc->ks_queue)) { in hv_kbd_modify_top() 443 while (!STAILQ_EMPTY(&sc->ks_queue)) { in hv_kbd_fini()
|
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | adf_freebsd_dev_processes.c | 378 if (!STAILQ_EMPTY(&proc_events->proc_events->state_head)) { in adf_state_callout_notify_ev() 605 if (STAILQ_EMPTY(state_head)) { in adf_state_read() 612 if (!ret && !STAILQ_EMPTY(state_head)) { in adf_state_read() 617 if (!STAILQ_EMPTY(&proc_events->proc_events->state_head)) { in adf_state_read() 642 while (!STAILQ_EMPTY(&prv_data->state_head)) { in adf_state_release()
|
| /freebsd/sys/dev/rtwn/usb/ |
| H A D | rtwn_usb_tx.c | 123 if (!STAILQ_EMPTY(&uc->uc_tx_active[i]) || in rtwn_usb_txeof() 124 !STAILQ_EMPTY(&uc->uc_tx_pending[i])) in rtwn_usb_txeof() 339 if (STAILQ_EMPTY(&uc->uc_tx_inactive)) in rtwn_usb_tx_start()
|
| /freebsd/sys/contrib/rdma/krping/ |
| H A D | krping_dev.c | 138 if (STAILQ_EMPTY(&list)) in krping_read() 145 while (!STAILQ_EMPTY(&list)) { in krping_read()
|
| /freebsd/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 725 (STAILQ_EMPTY(&ed->snl) || (sn = find_name(ed, "ARSYM")) != NULL)) { in main() 729 if (STAILQ_EMPTY(&ed->snl)) in main() 1281 if (!STAILQ_EMPTY(&ed->snl)) in elf_print_ehdr() 1350 if (!STAILQ_EMPTY(&ed->snl) && in elf_print_phdr() 1395 if (!STAILQ_EMPTY(&ed->snl)) in elf_print_shdr() 1584 (STAILQ_EMPTY(&ed->snl) || find_name(ed, ed->sl[i].name))) in elf_print_symtabs() 1605 (STAILQ_EMPTY(&ed->snl) || find_name(ed, s->name))) in elf_print_dynamic() 1811 (STAILQ_EMPTY(&ed->snl) || find_name(ed, s->name))) { in elf_print_reloc() 1838 if (!STAILQ_EMPTY(&ed->snl) && find_name(ed, "PT_INTERP") == NULL) in elf_print_interp() 2031 if (!STAILQ_EMPTY(&ed->snl)) in elf_print_got() [all …]
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | pthread7.sh | 187 while (STAILQ_EMPTY(&newfiles.list)) { 217 while (STAILQ_EMPTY(&renamedfiles.list)) {
|
| H A D | pthread2.sh | 202 while (STAILQ_EMPTY(&newfiles.list)) { 232 while (STAILQ_EMPTY(&renamedfiles.list)) {
|
| H A D | pthread3.sh | 191 while (STAILQ_EMPTY(&newfiles.list)) { 221 while (STAILQ_EMPTY(&renamedfiles.list)) {
|
| H A D | pthread4.sh | 198 while (STAILQ_EMPTY(&newfiles.list)) { 228 while (STAILQ_EMPTY(&renamedfiles.list)) {
|
| H A D | pthread6.sh | 190 while (STAILQ_EMPTY(&newfiles.list)) { 220 while (STAILQ_EMPTY(&renamedfiles.list)) {
|
| /freebsd/usr.bin/posixmqcontrol/ |
| H A D | posixmqcontrol.c | 256 if (STAILQ_EMPTY(&queues)) { in parse_single_queue() 296 bool valid = !STAILQ_EMPTY(&contents); in validate_content() 316 bool valid = !STAILQ_EMPTY(&queues); in validate_queue() 326 bool valid = !STAILQ_EMPTY(&queues) && in validate_single_queue()
|
| /freebsd/sys/dev/nvmf/controller/ |
| H A D | nvmft_qpair.c | 150 while (!STAILQ_EMPTY(&datamove_queue)) { in nvmft_qpair_shutdown() 394 enqueue_task = STAILQ_EMPTY(&qp->datamove_queue); in nvmft_qpair_datamove() 409 while (!STAILQ_EMPTY(&qp->datamove_queue)) { in nvmft_datamove_task()
|
| /freebsd/contrib/lib9p/ |
| H A D | threadpool.c | 52 while (STAILQ_EMPTY(&tp->ltp_replyq) && !worker->ltw_exiting) in l9p_responder() 88 while (STAILQ_EMPTY(&tp->ltp_workq) && !worker->ltw_exiting) in l9p_worker()
|
| /freebsd/libexec/rtld-elf/ |
| H A D | map_object.c | 452 while (!STAILQ_EMPTY(&obj->names)) { in obj_free() 458 while (!STAILQ_EMPTY(&obj->dldags)) { in obj_free() 463 while (!STAILQ_EMPTY(&obj->dagmembers)) { in obj_free()
|
| /freebsd/sys/dev/liquidio/ |
| H A D | lio_bsd.h | 121 if (STAILQ_EMPTY(root)) in lio_delete_first_node()
|
| /freebsd/usr.bin/sdiff/ |
| H A D | sdiff.c | 992 if (STAILQ_EMPTY(&diffhead)) in processq() 1021 while (!STAILQ_EMPTY(&diffhead)) { in processq() 1091 for (; !STAILQ_EMPTY(&delqhead) && file2ln <= file2end; in printc() 1124 while (!STAILQ_EMPTY(&delqhead)) { in printc()
|
| /freebsd/contrib/libarchive/unzip/ |
| H A D | la_queue.h | 309 if (!STAILQ_EMPTY((head2))) { \ 316 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro 364 (STAILQ_EMPTY((head)) ? NULL : \ 403 if (STAILQ_EMPTY(head1)) \ 405 if (STAILQ_EMPTY(head2)) \
|
| /freebsd/sys/dev/iscsi/ |
| H A D | icl_soft.c | 909 while (!STAILQ_EMPTY(queue)) { in icl_conn_send_pdus() 1020 if (STAILQ_EMPTY(&queue) || isc->check_send_space) in icl_send_thread() 1038 if (STAILQ_EMPTY(&queue) && in icl_send_thread() 1039 !STAILQ_EMPTY(&isc->to_send)) in icl_send_thread() 1333 if (!STAILQ_EMPTY(&isc->to_send)) { in icl_soft_conn_pdu_queue_cb() 1625 while (!STAILQ_EMPTY(&isc->to_send)) { in icl_soft_conn_close() 1631 KASSERT(STAILQ_EMPTY(&isc->to_send), in icl_soft_conn_close()
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | dn_sched_fq_codel.c | 368 if (STAILQ_EMPTY(&si->newflows)) in fq_codel_dequeue() 374 if (STAILQ_EMPTY(fq_codel_flowlist)) in fq_codel_dequeue() 395 if (STAILQ_EMPTY(fq_codel_flowlist)) in fq_codel_dequeue()
|
| /freebsd/sys/sys/ |
| H A D | queue.h | 437 QMD_ASSERT(STAILQ_EMPTY((head)), \ 441 QMD_ASSERT(!STAILQ_EMPTY((head)), \ 445 if (!STAILQ_EMPTY((head2))) { \ 452 #define STAILQ_EMPTY(head) ({ \ macro 509 (STAILQ_EMPTY((head)) ? NULL : \ 569 if (STAILQ_EMPTY(head)) \
|
| /freebsd/sys/kern/ |
| H A D | subr_busdma_bounce.c | 203 start_thread = STAILQ_EMPTY(&bounce_zone_list); in alloc_bounce_zone() 405 if (STAILQ_EMPTY(&map->bpages)) in free_bounce_pages() 530 while (STAILQ_EMPTY(&bounce_map_callbacklist)) in busdma_thread()
|