Searched refs:TAILQ_FOREACH_REVERSE_SAFE (Results 1 – 14 of 14) sorted by relevance
/freebsd/stand/libsa/ |
H A D | close.c | 91 TAILQ_FOREACH_REVERSE_SAFE(last, &files, file_list, f_link, f) { in close()
|
H A D | netif.c | 369 TAILQ_FOREACH_REVERSE_SAFE(last, &sockets, socket_list, io_link, s) { in netif_close()
|
/freebsd/ |
H A D | .clang-format | 94 - TAILQ_FOREACH_REVERSE_SAFE
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-queue.h | 117 #undef TAILQ_FOREACH_REVERSE_SAFE 548 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ macro
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 727 TAILQ_FOREACH_REVERSE_SAFE(fle, &hsh->head, fhead, fle_hash, fle1) { in ng_netflow_flow_add() 846 TAILQ_FOREACH_REVERSE_SAFE(fle, &hsh->head, fhead, fle_hash, fle1) { in ng_netflow_flow6_add()
|
/freebsd/contrib/openbsm/compat/ |
H A D | queue.h | 464 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ macro
|
/freebsd/share/man/man3/ |
H A D | Makefile | 273 queue.3 TAILQ_FOREACH_REVERSE_SAFE.3 \
|
/freebsd/sbin/fsck_ffs/ |
H A D | fsutil.c | 674 TAILQ_FOREACH_REVERSE_SAFE(bp, &bufqueuehd, bufqueue, b_list, nbp) { in ckfini() 711 TAILQ_FOREACH_REVERSE_SAFE(bp, &bufqueuehd, bufqueue, b_list, nbp) { in ckfini()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_page_alloc.c | 370 TAILQ_FOREACH_REVERSE_SAFE(p, &pool->list, pglist, plinks.q, p1) { in ttm_page_pool_free()
|
/freebsd/usr.sbin/autofs/ |
H A D | common.c | 324 TAILQ_FOREACH_REVERSE_SAFE(n2, in node_expand_includes()
|
/freebsd/contrib/libarchive/unzip/ |
H A D | la_queue.h | 719 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ macro
|
/freebsd/sys/sys/ |
H A D | queue.h | 775 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ macro
|
/freebsd/sys/dev/mfi/ |
H A D | mfi_tbolt.c | 1173 TAILQ_FOREACH_REVERSE_SAFE(cm, &sc->mfi_busy, BUSYQ, cm_link, tmp) { in mfi_issue_pending_cmds_again()
|
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 5079 TAILQ_FOREACH_REVERSE_SAFE(mp, &mountlist, mntlist, mnt_list, tmp) { in vfs_unmountall()
|