Home
last modified time | relevance | path

Searched refs:list_next (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/cddl/osnet/dist/uts/common/os/
H A Dlist.c44 #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; \
65 (node)->list_next = (node)->list_prev = NULL
76 list->list_head.list_next = list->list_head.list_prev = in list_create()
[all …]
/netbsd-src/sys/dev/raidframe/
H A Drf_dagffwr.c205 tmpNode->list_next = dag_h->nodes; in rf_CommonCreateLargeWriteDAG()
211 xorNode->list_next = dag_h->nodes; in rf_CommonCreateLargeWriteDAG()
215 wnpNode->list_next = dag_h->nodes; in rf_CommonCreateLargeWriteDAG()
219 blockNode->list_next = dag_h->nodes; in rf_CommonCreateLargeWriteDAG()
223 commitNode->list_next = dag_h->nodes; in rf_CommonCreateLargeWriteDAG()
227 termNode->list_next = dag_h->nodes; in rf_CommonCreateLargeWriteDAG()
243 tmpNode->list_next = dag_h->nodes; in rf_CommonCreateLargeWriteDAG()
288 tmpNode = tmpNode->list_next; in rf_CommonCreateLargeWriteDAG()
308 tmpNode = tmpNode->list_next; in rf_CommonCreateLargeWriteDAG()
330 tmpNode = tmpNode->list_next; in rf_CommonCreateLargeWriteDAG()
[all …]
H A Drf_dagffrd.c189 tmpNode->list_next = dag_h->nodes; in rf_CreateNonredundantDAG()
195 blockNode->list_next = dag_h->nodes; in rf_CreateNonredundantDAG()
199 commitNode->list_next = dag_h->nodes; in rf_CreateNonredundantDAG()
203 termNode->list_next = dag_h->nodes; in rf_CreateNonredundantDAG()
239 tmpdiskNode = tmpdiskNode->list_next; in rf_CreateNonredundantDAG()
267 tmpdiskNode = tmpdiskNode->list_next; in rf_CreateNonredundantDAG()
301 tmpdiskNode = tmpdiskNode->list_next; in rf_CreateNonredundantDAG()
360 tmpNode->list_next = dag_h->nodes; in CreateMirrorReadDAG()
366 blockNode->list_next = dag_h->nodes; in CreateMirrorReadDAG()
370 commitNode->list_next = dag_h->nodes; in CreateMirrorReadDAG()
[all …]
H A Drf_dagdegwr.c236 blockNode->list_next = dag_h->nodes; in rf_CommonCreateSimpleDegradedWriteDAG()
240 commitNode->list_next = dag_h->nodes; in rf_CommonCreateSimpleDegradedWriteDAG()
244 unblockNode->list_next = dag_h->nodes; in rf_CommonCreateSimpleDegradedWriteDAG()
248 termNode->list_next = dag_h->nodes; in rf_CommonCreateSimpleDegradedWriteDAG()
252 xorNode->list_next = dag_h->nodes; in rf_CommonCreateSimpleDegradedWriteDAG()
256 wnpNode->list_next = dag_h->nodes; in rf_CommonCreateSimpleDegradedWriteDAG()
261 tmpNode->list_next = dag_h->nodes; in rf_CommonCreateSimpleDegradedWriteDAG()
268 tmpNode->list_next = dag_h->nodes; in rf_CommonCreateSimpleDegradedWriteDAG()
276 wnqNode->list_next = dag_h->nodes; in rf_CommonCreateSimpleDegradedWriteDAG()
320 tmprrdNode = tmprrdNode->list_next; in rf_CommonCreateSimpleDegradedWriteDAG()
[all …]
H A Drf_dagdegrd.c145 rdNode->list_next = dag_h->nodes; in rf_CreateRaidOneDegradedReadDAG()
149 blockNode->list_next = dag_h->nodes; in rf_CreateRaidOneDegradedReadDAG()
153 commitNode->list_next = dag_h->nodes; in rf_CreateRaidOneDegradedReadDAG()
157 termNode->list_next = dag_h->nodes; in rf_CreateRaidOneDegradedReadDAG()
319 blockNode->list_next = dag_h->nodes; in rf_CreateDegradedReadDAG()
323 commitNode->list_next = dag_h->nodes; in rf_CreateDegradedReadDAG()
327 xorNode->list_next = dag_h->nodes; in rf_CreateDegradedReadDAG()
331 rpNode->list_next = dag_h->nodes; in rf_CreateDegradedReadDAG()
335 termNode->list_next = dag_h->nodes; in rf_CreateDegradedReadDAG()
340 tmpNode->list_next = dag_h->nodes; in rf_CreateDegradedReadDAG()
[all …]
H A Drf_parityscan.c448 tmpNode->list_next = dag_h->nodes; in rf_MakeSimpleDAG()
454 blockNode->list_next = dag_h->nodes; in rf_MakeSimpleDAG()
458 unblockNode->list_next = dag_h->nodes; in rf_MakeSimpleDAG()
462 termNode->list_next = dag_h->nodes; in rf_MakeSimpleDAG()
478 tmpNode = tmpNode->list_next; in rf_MakeSimpleDAG()
H A Drf_dag.h122 RF_DagNode_t *list_next; /* next in the list of DAG nodes for this DAG */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio_inject.c149 handler = list_next(&inject_handlers, handler)) { in zio_handle_panic_injection()
187 handler = list_next(&inject_handlers, handler)) { in zio_handle_fault_injection()
229 handler = list_next(&inject_handlers, handler)) { in zio_handle_label_injection()
277 handler = list_next(&inject_handlers, handler)) { in zio_handle_device_injection()
340 handler = list_next(&inject_handlers, handler)) { in zio_handle_ignored_writes()
378 handler = list_next(&inject_handlers, handler)) { in spa_handle_ignored_writes()
460 handler != NULL; handler = list_next(&inject_handlers, handler)) { in zio_handle_io_delay()
676 handler = list_next(&inject_handlers, handler)) in zio_inject_list_next()
707 handler = list_next(&inject_handlers, handler)) in zio_clear_fault()
H A Drefcount.c173 ref = list_next(&rc->rc_list, ref)) { in refcount_remove_many()
255 ref = list_next(&rc->rc_list, ref)) { in refcount_transfer_ownership()
284 ref = list_next(&rc->rc_list, ref)) { in refcount_held()
312 ref = list_next(&rc->rc_list, ref)) { in refcount_not_held()
H A Ddsl_prop.c227 pr != NULL; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_record_find()
451 next_cbr = list_next(&ds->ds_prop_cbs, cbr); in dsl_prop_unregister_all()
477 pr; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_notify_all_cb()
479 cbr = list_next(&pr->pr_cbs, cbr)) { in dsl_prop_notify_all_cb()
570 cbr = list_next(&pr->pr_cbs, cbr)) { in dsl_prop_changed_notify()
734 cbr = list_next(&ds->ds_prop_cbs, cbr)) { in dsl_prop_set_sync_impl()
H A Ddmu_zfetch.c180 zs_next = list_next(&zf->zf_stream, zs); in dmu_zfetch_stream_create()
244 zs = list_next(&zf->zf_stream, zs)) { in dmu_zfetch()
H A Dzfs_debug.c109 zdm = list_next(&zfs_dbgmsgs, zdm)) in zfs_dbgmsg_print()
H A Dspa_config.c244 dp = list_next(&target->spa_config_list, dp)) { in spa_config_sync()
317 while ((tdp = list_next(&target->spa_config_list, dp)) != NULL) { in spa_config_sync()
H A Ddmu_tx.c891 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_holds()
925 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_dirty_buf()
1219 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_try_assign()
1300 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_unassign()
1491 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_commit()
H A Dzfs_onexit.c202 for (ap = list_head(l); ap != NULL; ap = list_next(l, ap)) { in zfs_onexit_find_cb()
H A Dmultilist.c346 return (list_next(&mls->mls_list, obj)); in multilist_sublist_next()
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dlist.h80 list_next(const struct list_head *node) in list_next() 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), \
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dworkqueue.cc41 gold_assert(t->list_next() == NULL); in push_back()
59 gold_assert(t->list_next() == NULL); in push_front()
83 gold_assert(ret->list_next() == NULL); in pop_front()
89 this->head_ = ret->list_next(); in pop_front()
H A Dworkqueue.h83 list_next() const in list_next() function
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dworkqueue.cc41 gold_assert(t->list_next() == NULL); in push_back()
59 gold_assert(t->list_next() == NULL); in push_front()
83 gold_assert(ret->list_next() == NULL); in pop_front()
89 this->head_ = ret->list_next(); in pop_front()
H A Dworkqueue.h83 list_next() const in list_next() function
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dlist_impl.h39 struct list_node *list_next; member
H A Dlist.h54 void *list_next(list_t *, void *);
/netbsd-src/usr.bin/fstat/
H A Dzfs_znode.h60 struct list_node *list_next; member
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_job.c135 QMGR_JOB *prev, *next, *list_prev, *list_next, *unread, *current; in qmgr_job_link() local
183 list_next = next; in qmgr_job_link()
200 QMGR_LIST_LINK(transport->job_list, list_prev, job, list_next, transport_peers); in qmgr_job_link()

12