Home
last modified time | relevance | path

Searched refs:STAILQ_EMPTY (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd-14-stable/contrib/elftoolchain/common/
HD_elftc.h95 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/
HDhv_snapshot.c391 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/
HDdwarf_macinfo.c62 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/
HDhv_kbdc.c139 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/
HDrtwn_usb_tx.c124 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/
HDadf_freebsd_dev_processes.c378 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/
HDkrping_dev.c138 if (STAILQ_EMPTY(&list)) in krping_read()
145 while (!STAILQ_EMPTY(&list)) { in krping_read()
/freebsd-14-stable/contrib/elftoolchain/elfdump/
HDelfdump.c725 (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/
HDpthread7.sh187 while (STAILQ_EMPTY(&newfiles.list)) {
217 while (STAILQ_EMPTY(&renamedfiles.list)) {
HDpthread2.sh202 while (STAILQ_EMPTY(&newfiles.list)) {
232 while (STAILQ_EMPTY(&renamedfiles.list)) {
HDpthread6.sh190 while (STAILQ_EMPTY(&newfiles.list)) {
220 while (STAILQ_EMPTY(&renamedfiles.list)) {
HDpthread4.sh198 while (STAILQ_EMPTY(&newfiles.list)) {
228 while (STAILQ_EMPTY(&renamedfiles.list)) {
HDpthread3.sh191 while (STAILQ_EMPTY(&newfiles.list)) {
221 while (STAILQ_EMPTY(&renamedfiles.list)) {
/freebsd-14-stable/usr.bin/posixmqcontrol/
HDposixmqcontrol.c256 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/
HDsubr_busdma_bounce.c185 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/
HDlio_bsd.h121 if (STAILQ_EMPTY(root)) in lio_delete_first_node()
/freebsd-14-stable/contrib/lib9p/
HDthreadpool.c52 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/
HDsdiff.c993 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/
HDla_queue.h309 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/
HDdn_sched_fq_codel.c368 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/
HDmap_object.c441 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/
HDicl_soft.c910 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/
HDnvstore.c87 if (STAILQ_EMPTY(&stores)) { in command_nvstore()
HDpnp.c139 while (!STAILQ_EMPTY(&pi->pi_ident)) { in pnp_freeinfo()
/freebsd-14-stable/contrib/openbsm/compat/
HDqueue.h230 if (!STAILQ_EMPTY((head2))) { \
237 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
276 (STAILQ_EMPTY((head)) ? \

123456