| /freebsd-14-stable/contrib/elftoolchain/common/ |
| HD | _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-14-stable/sys/dev/hyperv/utilities/ |
| HD | hv_snapshot.c | 391 if (!STAILQ_EMPTY(&dev_sc->to_notify_queue)) { in hv_vss_notified() 598 if (!STAILQ_EMPTY(&dev_sc->to_notify_queue)) in hv_vss_dev_daemon_poll() 678 if (!STAILQ_EMPTY(&dev_sc->to_notify_queue)) in hv_appvss_dev_poll() 739 if (!STAILQ_EMPTY(&sc->daemon_sc.to_notify_queue) || in hv_vss_get_new_req_locked() 740 !STAILQ_EMPTY(&sc->daemon_sc.to_ack_queue) || in hv_vss_get_new_req_locked() 741 !STAILQ_EMPTY(&sc->app_sc.to_notify_queue) || in hv_vss_get_new_req_locked() 742 !STAILQ_EMPTY(&sc->app_sc.to_ack_queue)) { in hv_vss_get_new_req_locked() 942 while (!STAILQ_EMPTY(&sc->daemon_sc.to_notify_queue)) { in hv_vss_destroy_send_receive_queue() 948 while (!STAILQ_EMPTY(&sc->daemon_sc.to_ack_queue)) { in hv_vss_destroy_send_receive_queue() 954 while (!STAILQ_EMPTY(&sc->app_sc.to_notify_queue)) { in hv_vss_destroy_send_receive_queue() [all …]
|
| /freebsd-14-stable/contrib/elftoolchain/libdwarf/ |
| HD | 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-14-stable/sys/dev/hyperv/input/ |
| HD | hv_kbdc.c | 139 ret = !STAILQ_EMPTY(&sc->ks_queue); in hv_kbd_prod_is_ready() 172 if (STAILQ_EMPTY(&sc->ks_queue)) { in hv_kbd_fetch_top() 192 if (STAILQ_EMPTY(&sc->ks_queue)) { in hv_kbd_remove_top() 213 if (STAILQ_EMPTY(&sc->ks_queue)) { in hv_kbd_modify_top() 444 while (!STAILQ_EMPTY(&sc->ks_queue)) { in hv_kbd_fini()
|
| /freebsd-14-stable/sys/dev/rtwn/usb/ |
| HD | rtwn_usb_tx.c | 124 if (STAILQ_EMPTY(&uc->uc_tx_active) && STAILQ_EMPTY(&uc->uc_tx_pending)) in rtwn_usb_txeof() 275 if (STAILQ_EMPTY(&uc->uc_tx_inactive)) in rtwn_usb_tx_start()
|
| /freebsd-14-stable/sys/dev/qat/qat_common/ |
| HD | adf_freebsd_dev_processes.c | 378 if (!STAILQ_EMPTY(&proc_events->proc_events->state_head)) { in adf_state_callout_notify_ev() 616 if (STAILQ_EMPTY(state_head)) { in adf_state_read() 623 if (!ret && !STAILQ_EMPTY(state_head)) { in adf_state_read() 628 if (!STAILQ_EMPTY(&proc_events->proc_events->state_head)) { in adf_state_read() 653 while (!STAILQ_EMPTY(&prv_data->state_head)) { in adf_state_release()
|
| /freebsd-14-stable/sys/contrib/rdma/krping/ |
| HD | krping_dev.c | 138 if (STAILQ_EMPTY(&list)) in krping_read() 145 while (!STAILQ_EMPTY(&list)) { in krping_read()
|
| /freebsd-14-stable/contrib/elftoolchain/elfdump/ |
| HD | 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-14-stable/tools/test/stress2/misc/ |
| HD | pthread7.sh | 187 while (STAILQ_EMPTY(&newfiles.list)) { 217 while (STAILQ_EMPTY(&renamedfiles.list)) {
|
| HD | pthread2.sh | 202 while (STAILQ_EMPTY(&newfiles.list)) { 232 while (STAILQ_EMPTY(&renamedfiles.list)) {
|
| HD | pthread6.sh | 190 while (STAILQ_EMPTY(&newfiles.list)) { 220 while (STAILQ_EMPTY(&renamedfiles.list)) {
|
| HD | pthread4.sh | 198 while (STAILQ_EMPTY(&newfiles.list)) { 228 while (STAILQ_EMPTY(&renamedfiles.list)) {
|
| HD | pthread3.sh | 191 while (STAILQ_EMPTY(&newfiles.list)) { 221 while (STAILQ_EMPTY(&renamedfiles.list)) {
|
| /freebsd-14-stable/usr.bin/posixmqcontrol/ |
| HD | 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-14-stable/sys/kern/ |
| HD | subr_busdma_bounce.c | 185 start_thread = STAILQ_EMPTY(&bounce_zone_list); in alloc_bounce_zone() 384 if (STAILQ_EMPTY(&map->bpages)) in free_bounce_pages() 438 while (STAILQ_EMPTY(&bounce_map_callbacklist)) in busdma_thread()
|
| /freebsd-14-stable/sys/dev/liquidio/ |
| HD | lio_bsd.h | 121 if (STAILQ_EMPTY(root)) in lio_delete_first_node()
|
| /freebsd-14-stable/contrib/lib9p/ |
| HD | 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-14-stable/usr.bin/sdiff/ |
| HD | sdiff.c | 993 if (STAILQ_EMPTY(&diffhead)) in processq() 1022 while (!STAILQ_EMPTY(&diffhead)) { in processq() 1092 for (; !STAILQ_EMPTY(&delqhead) && file2ln <= file2end; in printc() 1125 while (!STAILQ_EMPTY(&delqhead)) { in printc()
|
| /freebsd-14-stable/contrib/libarchive/unzip/ |
| HD | 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-14-stable/sys/netpfil/ipfw/ |
| HD | 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-14-stable/libexec/rtld-elf/ |
| HD | map_object.c | 441 while (!STAILQ_EMPTY(&obj->names)) { in obj_free() 446 while (!STAILQ_EMPTY(&obj->dldags)) { in obj_free() 451 while (!STAILQ_EMPTY(&obj->dagmembers)) { in obj_free()
|
| /freebsd-14-stable/sys/dev/iscsi/ |
| HD | icl_soft.c | 910 while (!STAILQ_EMPTY(queue)) { in icl_conn_send_pdus() 1021 if (STAILQ_EMPTY(&queue) || isc->check_send_space) in icl_send_thread() 1039 if (STAILQ_EMPTY(&queue) && in icl_send_thread() 1040 !STAILQ_EMPTY(&isc->to_send)) in icl_send_thread() 1334 if (!STAILQ_EMPTY(&isc->to_send)) { in icl_soft_conn_pdu_queue_cb() 1626 while (!STAILQ_EMPTY(&isc->to_send)) { in icl_soft_conn_close() 1632 KASSERT(STAILQ_EMPTY(&isc->to_send), in icl_soft_conn_close()
|
| /freebsd-14-stable/stand/common/ |
| HD | nvstore.c | 87 if (STAILQ_EMPTY(&stores)) { in command_nvstore()
|
| HD | pnp.c | 139 while (!STAILQ_EMPTY(&pi->pi_ident)) { in pnp_freeinfo()
|
| /freebsd-14-stable/contrib/openbsm/compat/ |
| HD | queue.h | 230 if (!STAILQ_EMPTY((head2))) { \ 237 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro 276 (STAILQ_EMPTY((head)) ? \
|