Home
last modified time | relevance | path

Searched refs:tqe_next (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-14-stable/contrib/sendmail/include/sm/
HDtailq.h68 struct type *tqe_next; /* next element */ \
77 #define SM_TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
105 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
107 &(elm)->field.tqe_next; \
109 (head)->tqh_last = &(elm)->field.tqe_next; \
115 (elm)->field.tqe_next = NULL; \
118 (head)->tqh_last = &(elm)->field.tqe_next; \
122 if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\
123 (elm)->field.tqe_next->field.tqe_prev = \
124 &(elm)->field.tqe_next; \
[all …]
/freebsd-14-stable/crypto/heimdal/base/
HDheimqueue.h51 struct type *tqe_next; /* next element */ \
67 if ((elm)->field.tqe_next && \
68 (elm)->field.tqe_next->field.tqe_prev != \
69 &(elm)->field.tqe_next) \
74 if ((elm)->field.tqe_next == NULL && \
75 (head)->tqh_last != &(elm)->field.tqe_next) \
79 (elm)->field.tqe_next = (void *)1L; \
96 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
98 &(elm)->field.tqe_next; \
100 (head)->tqh_last = &(elm)->field.tqe_next; \
[all …]
/freebsd-14-stable/crypto/heimdal/lib/asn1/
HDasn1_queue.h51 struct type *tqe_next; /* next element */ \
67 if ((elm)->field.tqe_next && \
68 (elm)->field.tqe_next->field.tqe_prev != \
69 &(elm)->field.tqe_next) \
74 if ((elm)->field.tqe_next == NULL && \
75 (head)->tqh_last != &(elm)->field.tqe_next) \
79 (elm)->field.tqe_next = (void *)1L; \
96 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
98 &(elm)->field.tqe_next; \
100 (head)->tqh_last = &(elm)->field.tqe_next; \
[all …]
/freebsd-14-stable/contrib/ntp/sntp/libevent/compat/sys/
HDqueue.h286 struct type *tqe_next; /* next element */ \
295 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
323 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
325 &(elm)->field.tqe_next; \
327 (head)->tqh_last = &(elm)->field.tqe_next; \
333 (elm)->field.tqe_next = NULL; \
336 (head)->tqh_last = &(elm)->field.tqe_next; \
340 if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\
341 (elm)->field.tqe_next->field.tqe_prev = \
342 &(elm)->field.tqe_next; \
[all …]
/freebsd-14-stable/contrib/libevent/compat/sys/
HDqueue.h286 struct type *tqe_next; /* next element */ \
295 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
323 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
325 &(elm)->field.tqe_next; \
327 (head)->tqh_last = &(elm)->field.tqe_next; \
333 (elm)->field.tqe_next = NULL; \
336 (head)->tqh_last = &(elm)->field.tqe_next; \
340 if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\
341 (elm)->field.tqe_next->field.tqe_prev = \
342 &(elm)->field.tqe_next; \
[all …]
/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDsys-queue.h513 struct type *tqe_next; /* next element */ \
522 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
563 if (((elm)->field.tqe_next = (head)->tqh_first) != NULL) \
565 &(elm)->field.tqe_next; \
567 (head)->tqh_last = &(elm)->field.tqe_next; \
573 (elm)->field.tqe_next = NULL; \
576 (head)->tqh_last = &(elm)->field.tqe_next; \
580 if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\
581 (elm)->field.tqe_next->field.tqe_prev = \
582 &(elm)->field.tqe_next; \
[all …]
/freebsd-14-stable/contrib/ntp/sntp/libevent/
HDevent-internal.h382 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
395 (elm)->field.tqe_next = (listelm); \
397 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
/freebsd-14-stable/contrib/libevent/
HDevent-internal.h382 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
395 (elm)->field.tqe_next = (listelm); \
397 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
/freebsd-14-stable/sys/sys/
HDqueue.h806 struct type *tqe_next; /* next element */ \
813 class type *tqe_next; /* next element */ \
854 &((elm)->field.tqe_next), \
997 (TAILQ_EMPTY(head) ? NULL : __containerof((head)->tqh_last, QUEUE_TYPEOF(type), field.tqe_next))
999 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
1006 __containerof((elm)->field.tqe_prev, QUEUE_TYPEOF(type), field.tqe_next))
1012 QMD_SAVELINK(oldnext, (elm)->field.tqe_next); \
1030 QMD_SAVELINK(oldnext, (elm)->field.tqe_next); \
1037 &(elm2)->field.tqe_next; \
1039 (head)->tqh_last = &(elm2)->field.tqe_next; \
/freebsd-14-stable/contrib/libarchive/unzip/
HDla_queue.h606 struct type *tqe_next; /* next element */ \
613 class type *tqe_next; /* next element */ \
654 &((elm)->field.tqe_next)) \
794 (TAILQ_EMPTY(head) ? NULL : __containerof((head)->tqh_last, QUEUE_TYPEOF(type), field.tqe_next))
796 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
803 __containerof((elm)->field.tqe_prev, QUEUE_TYPEOF(type), field.tqe_next))
806 QMD_SAVELINK(oldnext, (elm)->field.tqe_next); \
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_tasklet.c151 ts->entry.tqe_next = NULL; in tasklet_init()
164 ts->entry.tqe_next = NULL; in tasklet_setup()
/freebsd-14-stable/contrib/ntp/sntp/libevent/include/event2/
HDkeyvalq_struct.h40 struct type *tqe_next; /* next element */ \
HDrpc_struct.h46 struct type *tqe_next; /* next element */ \
HDhttp_struct.h62 struct evhttp_request *tqe_next;
HDevent_struct.h73 struct type *tqe_next; /* next element */ \
/freebsd-14-stable/contrib/libevent/include/event2/
HDkeyvalq_struct.h40 struct type *tqe_next; /* next element */ \
HDrpc_struct.h46 struct type *tqe_next; /* next element */ \
HDhttp_struct.h62 struct evhttp_request *tqe_next;
HDevent_struct.h73 struct type *tqe_next; /* next element */ \
/freebsd-14-stable/lib/libthr/thread/
HDthr_symbols.c45 int _thread_off_next = offsetof(struct pthread, tle.tqe_next);
HDthr_mutex.c125 m->m_qe.tqe_next = NULL; in mutex_init_link()
127 m->m_pqe.tqe_next = NULL; in mutex_init_link()
138 m, m->m_lock.m_owner, m->m_qe.tqe_prev, m->m_qe.tqe_next); in mutex_assert_is_owned()
149 m->m_qe.tqe_next != NULL)) in mutex_assert_not_owned()
151 m, m->m_lock.m_owner, m->m_qe.tqe_prev, m->m_qe.tqe_next); in mutex_assert_not_owned()
/freebsd-14-stable/tools/debugscripts/
HDgdbinit.kernel222 set $thread = $thread->td_plist.tqe_next
265 set $thread = $thread->td_plist.tqe_next
347 set $kld = $kld->link.tqe_next
366 set $module = $module->link.tqe_next
368 set $kld = $kld->link.tqe_next
/freebsd-14-stable/sbin/savecore/tests/
HDlivedump_test.sh30 set $_lf = $_lf->link.tqe_next
/freebsd-14-stable/sys/fs/fuse/
HDfuse_ipc.h96 KASSERT((ftick)->tk_aw_link.tqe_next == NULL && \
371 ftick->tk_aw_link.tqe_next = NULL; in fuse_aw_remove()
/freebsd-14-stable/contrib/openbsm/compat/
HDqueue.h426 struct type *tqe_next; /* next element */ \
522 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
536 TRASHIT((elm)->field.tqe_next); \

12