| /netbsd-src/common/lib/libprop/ |
| H A D | prop_stack.c | 66 _PROP_ASSERT(SLIST_EMPTY(&stack->extern_elems)); in _prop_stack_push()
|
| /netbsd-src/sys/arch/xen/xenbus/ |
| H A D | xenbus_dev.c | 427 while (!SLIST_EMPTY(&xlwp->transactions)) { in xenbus_dev_close() 437 if (!SLIST_EMPTY(&u->lwps)) { in xenbus_dev_close()
|
| /netbsd-src/sys/dev/dm/ |
| H A D | dm_pdev.c | 205 KASSERT(SLIST_EMPTY(&dm_pdev_list)); in dm_pdev_destroy()
|
| H A D | dm_table.c | 174 KASSERT(SLIST_EMPTY(tbl)); in dm_table_destroy()
|
| /netbsd-src/sys/sys/ |
| H A D | event.h | 207 #define KNOTE(list, hint) if (!SLIST_EMPTY(list)) knote(list, hint)
|
| /netbsd-src/lib/libc/stdlib/ |
| H A D | hcreate.c | 170 while (!SLIST_EMPTY(&table[idx])) { in hdestroy1_r()
|
| /netbsd-src/sys/arch/playstation2/ee/ |
| H A D | intc.c | 183 if (SLIST_EMPTY(&__intc_dispatcher_head)) { in intc_intr_establish()
|
| H A D | dmac.c | 215 if (SLIST_EMPTY(&__dmac_dispatcher_head)) { in dmac_intr_establish()
|
| /netbsd-src/usr.bin/config/ |
| H A D | files.c | 179 fi->fi_prefix = SLIST_EMPTY(&prefixes) ? NULL : in addfile() 181 fi->fi_buildprefix = SLIST_EMPTY(&buildprefixes) ? NULL : in addfile()
|
| H A D | util.c | 160 pf = SLIST_EMPTY(&prefixes) ? NULL : SLIST_FIRST(&prefixes); in sourcepath()
|
| H A D | scan.l | 442 if (SLIST_EMPTY(&curdirs))
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_kq.c | 172 if (SLIST_EMPTY(&kevlist)) { in nfs_kqpoll()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_turnstile.c | 338 KASSERT(!SLIST_EMPTY(&l->l_pi_lenders)); in turnstile_unlendpri()
|
| H A D | subr_psref.c | 179 if (!SLIST_EMPTY(&pcpu->pcpu_head)) in psref_cpu_drained_p()
|
| H A D | kern_fork.c | 554 if (!SLIST_EMPTY(&p1->p_klist)) { in fork1()
|
| H A D | uipc_usrreq.c | 1688 while (!SLIST_EMPTY(&unp_thread_discard)) { in unp_gc() 1870 if (SLIST_EMPTY(&unp_thread_discard)) { in unp_thread() 1891 if (!SLIST_EMPTY(&unp_thread_discard) || unp_rights != 0) { in unp_thread_kick()
|
| H A D | sysv_shm.c | 849 if (SLIST_EMPTY(&shmmap_s->entries)) { in shmexit() 853 KASSERT(!SLIST_EMPTY(&shmmap_s->entries)); in shmexit()
|
| /netbsd-src/sys/arch/arm/arm32/ |
| H A D | pmap.c | 1133 if (SLIST_EMPTY(&md->pvh_list)) { in pmap_remove_pv() 2202 if (SLIST_EMPTY(&md->pvh_list)) in pmap_vac_me_harder() 2360 if (SLIST_EMPTY(&md->pvh_list)) { in pmap_clearbit() 2990 if (!SLIST_EMPTY(&md->pvh_list)) { in pmap_page_remove() 3713 if (SLIST_EMPTY(&md->pvh_list)) { in pmap_kremove_pg() 5526 if (!SLIST_EMPTY(&md->pvh_list)) in pmap_zero_page_generic() 5595 if (!SLIST_EMPTY(&md->pvh_list)) in pmap_zero_page_xscale() 5654 if (!SLIST_EMPTY(&md->pvh_list)) in pmap_pageidlezero() 5772 if (!SLIST_EMPTY(&dst_md->pvh_list)) in pmap_copy_page_generic() 5885 if (!SLIST_EMPTY(&dst_md->pvh_list)) in pmap_copy_page_xscale() [all …]
|
| /netbsd-src/share/man/man3/ |
| H A D | Makefile | 179 queue.3 SLIST_EMPTY.3 \
|
| /netbsd-src/external/bsd/pkg_install/dist/lib/ |
| H A D | iterate.c | 236 if (SLIST_EMPTY(&pkg_list_cache)) { in iterate_pkg_db_cached()
|
| /netbsd-src/usr.bin/systat/ |
| H A D | ifstat.c | 185 while (!SLIST_EMPTY(&curlist)) { in closeifstat()
|
| /netbsd-src/crypto/dist/ipsec-tools/src/include-glibc/sys/ |
| H A D | queue.h | 125 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
|
| /netbsd-src/usr.sbin/inetd/ |
| H A D | ratelimit.c | 319 while (!SLIST_EMPTY(&sep->se_rl_ip_list)) { in rl_clear_ip_list()
|
| /netbsd-src/sys/dev/ata/ |
| H A D | wd.c | 599 while (!SLIST_EMPTY(&wd->sc_bslist)) { in wddetach() 616 KASSERT(SLIST_EMPTY(&wd->sc_bslist)); in wddetach() 657 if (__predict_false(!SLIST_EMPTY(&wd->sc_bslist))) { in wdstrategy() 1387 while (!SLIST_EMPTY(&wd->sc_bslist)) { in wdioctl()
|
| /netbsd-src/usr.sbin/ifwatchd/ |
| H A D | ifwatchd.c | 541 while (!SLIST_EMPTY(&ifs)) { in free_interfaces()
|