HomeSort by: relevance | last modified time | path
    Searched defs:list_next (Results 1 - 7 of 7) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
list_impl.h 39 struct list_node *list_next; member in struct:list_node
  /src/external/cddl/osnet/dist/uts/common/os/
list.c 44 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head)
49 lnew->list_next = (node)->list_next; \
50 (node)->list_next->list_prev = lnew; \
51 (node)->list_next = lnew; \
56 lnew->list_next = (node); \
58 (node)->list_prev->list_next = lnew; \
63 (node)->list_prev->list_next = (node)->list_next; \
64 (node)->list_next->list_prev = (node)->list_prev;
174 list_next(list_t *list, void *object) function
    [all...]
  /src/usr.bin/fstat/
zfs_znode.h 60 struct list_node *list_next; member in struct:list_node
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_job.c 135 QMGR_JOB *prev, *next, *list_prev, *list_next, *unread, *current; local
183 list_next = next;
200 QMGR_LIST_LINK(transport->job_list, list_prev, job, list_next, transport_peers);
  /src/sys/external/bsd/common/include/linux/
list.h 80 list_next(const struct list_head *node) function
279 list_entry(list_next(&(ENTRY)->FIELD), typeof(*(ENTRY)), FIELD)
286 (VAR) = list_next((VAR)))
295 ((VAR) != (HEAD)) && ((NEXT) = list_next((VAR)), 1); \
304 (VAR) = list_entry(list_next(&(VAR)->FIELD), typeof(*(VAR)), \
310 ((NEXT) = list_entry(list_next(&(VAR)->FIELD), \
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_stream_map.c 46 static QUIC_STREAM *list_next(QUIC_STREAM_LIST_NODE *l, QUIC_STREAM_LIST_NODE *n, function
65 #define active_next(l, s) list_next((l), &(s)->active_node, \
67 #define accept_next(l, s) list_next((l), &(s)->accept_node, \
69 #define accept_head(l) list_next((l), (l), \
71 #define ready_for_gc_head(l) list_next((l), (l), \
  /src/sys/dev/raidframe/
rf_dag.h 122 RF_DagNode_t *list_next; /* next in the list of DAG nodes for this DAG */ member in struct:RF_DagNode_s

Completed in 72 milliseconds