Searched refs:tqe_next (Results 1 – 25 of 37) sorted by relevance
12
| /freebsd-14-stable/contrib/sendmail/include/sm/ |
| HD | tailq.h | 68 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/ |
| HD | heimqueue.h | 51 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/ |
| HD | asn1_queue.h | 51 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/ |
| HD | queue.h | 286 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/ |
| HD | queue.h | 286 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/ |
| HD | sys-queue.h | 513 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/ |
| HD | event-internal.h | 382 #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/ |
| HD | event-internal.h | 382 #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/ |
| HD | queue.h | 806 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/ |
| HD | la_queue.h | 606 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/ |
| HD | linux_tasklet.c | 151 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/ |
| HD | keyvalq_struct.h | 40 struct type *tqe_next; /* next element */ \
|
| HD | rpc_struct.h | 46 struct type *tqe_next; /* next element */ \
|
| HD | http_struct.h | 62 struct evhttp_request *tqe_next;
|
| HD | event_struct.h | 73 struct type *tqe_next; /* next element */ \
|
| /freebsd-14-stable/contrib/libevent/include/event2/ |
| HD | keyvalq_struct.h | 40 struct type *tqe_next; /* next element */ \
|
| HD | rpc_struct.h | 46 struct type *tqe_next; /* next element */ \
|
| HD | http_struct.h | 62 struct evhttp_request *tqe_next;
|
| HD | event_struct.h | 73 struct type *tqe_next; /* next element */ \
|
| /freebsd-14-stable/lib/libthr/thread/ |
| HD | thr_symbols.c | 45 int _thread_off_next = offsetof(struct pthread, tle.tqe_next);
|
| HD | thr_mutex.c | 125 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/ |
| HD | gdbinit.kernel | 222 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/ |
| HD | livedump_test.sh | 30 set $_lf = $_lf->link.tqe_next
|
| /freebsd-14-stable/sys/fs/fuse/ |
| HD | fuse_ipc.h | 96 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/ |
| HD | queue.h | 426 struct type *tqe_next; /* next element */ \ 522 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next) 536 TRASHIT((elm)->field.tqe_next); \
|
12