Home
last modified time | relevance | path

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

123

/src/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dlist.c39 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head)
44 lnew->list_next = (node)->list_next; \
45 (node)->list_next->list_prev = lnew; \
46 (node)->list_next = lnew; \
51 lnew->list_next = (node); \
53 (node)->list_prev->list_next = lnew; \
58 (node)->list_prev->list_next = (node)->list_next; \
59 (node)->list_next->list_prev = (node)->list_prev; \
60 (node)->list_next = (node)->list_prev = NULL
71 list->list_head.list_next = list->list_head.list_prev = in list_create()
[all …]
H A Dspl_procfs_list.c87 ksp->ks_private1 = list_next(&pl->pl_list, elt); in procfs_list_addr()
/src/sys/contrib/vchiq/interface/compat/
H A Dlist.h86 list_next(const struct list_head *node) in list_next() function
207 list_entry(list_next(&(ENTRY)->FIELD), typeof(*(ENTRY)), FIELD)
214 (VAR) = list_next((VAR)))
218 ((VAR) != (HEAD)) && ((NEXT) = list_next((VAR)), 1); \
224 (VAR) = list_entry(list_next(&(VAR)->FIELD), typeof(*(VAR)), \
236 ((NEXT) = list_entry(list_next(&(VAR)->FIELD), \
/src/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c187 handler = list_next(&inject_handlers, handler)) { in zio_handle_panic_injection()
217 handler = list_next(&inject_handlers, handler)) { in zio_handle_decrypt_injection()
296 handler = list_next(&inject_handlers, handler)) { in zio_handle_fault_injection()
337 handler = list_next(&inject_handlers, handler)) { in zio_handle_label_injection()
428 handler = list_next(&inject_handlers, handler)) { in zio_handle_device_injection_impl()
529 handler = list_next(&inject_handlers, handler)) { in zio_handle_ignored_writes()
571 handler = list_next(&inject_handlers, handler)) { in spa_handle_ignored_writes()
657 handler != NULL; handler = list_next(&inject_handlers, handler)) { in zio_handle_io_delay()
782 handler = list_next(&inject_handlers, handler)) { in zio_handle_pool_delay()
849 handler = list_next(&inject_handlers, handler)) { in zio_handle_ready_delay()
[all …]
H A Dvdev_indirect.c1267 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_read_all()
1340 ASSERT3P(list_next(&iv->iv_splits, first), ==, NULL); in vdev_indirect_io_start()
1371 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_io_start()
1433 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_repair()
1475 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_all_checksum_errors()
1504 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_splits_checksum_validate()
1531 is != NULL; is = list_next(&iv->iv_splits, is)) in vdev_indirect_splits_enumerate_all()
1542 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_splits_enumerate_all()
1543 is->is_good_child = list_next(&is->is_unique_child, in vdev_indirect_splits_enumerate_all()
1573 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_splits_enumerate_randomly()
[all …]
H A Dspa_log_spacemap.c344 e; e = list_next(&spa->spa_log_summary, e)) in spa_log_sm_set_blocklimit()
374 e; e = list_next(&spa->spa_log_summary, e)) { in spa_log_summary_verify_counts()
430 e != NULL; e = list_next(&spa->spa_log_summary, e)) { in spa_log_summary_decrement_mscount()
615 e != NULL; e = list_next(&spa->spa_log_summary, e)) { in spa_log_summary_dirty_flushed_metaslab()
670 e; e = list_next(&spa->spa_log_summary, e)) in spa_estimate_metaslabs_to_flush()
687 e; e = list_next(&spa->spa_log_summary, e)) { in spa_estimate_metaslabs_to_flush()
H A Ddsl_prop.c259 pr != NULL; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_record_find()
484 cbr; cbr = list_next(&ds->ds_prop_cbs, cbr)) { in dsl_prop_unregister()
520 next_cbr = list_next(&ds->ds_prop_cbs, cbr); in dsl_prop_unregister_all()
546 pr; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_notify_all_cb()
548 cbr = list_next(&pr->pr_cbs, cbr)) { in dsl_prop_notify_all_cb()
639 cbr = list_next(&pr->pr_cbs, cbr)) { in dsl_prop_changed_notify()
871 cbr = list_next(&ds->ds_prop_cbs, cbr)) { in dsl_prop_set_sync_impl()
H A Dabd.c131 cabd = list_next(&ABD_GANG(abd).abd_gang_chain, cabd)) { in abd_verify()
401 child = list_next(&ABD_GANG(cabd).abd_gang_chain, child)) { in abd_gang_add_gang()
497 cabd = list_next(&ABD_GANG(abd).abd_gang_chain, cabd)) { in abd_gang_get_offset()
558 cabd = list_next(&ABD_GANG(sabd).abd_gang_chain, cabd)) { in abd_get_offset_impl()
752 cabd = list_next(&ABD_GANG(abd).abd_gang_chain, cabd); in abd_advance_abd_iter()
H A Ddmu_zfetch.c260 zs_next = list_next(&zf->zf_stream, zs); in dmu_zfetch_stream_create()
290 zs = list_next(&zf->zf_stream, zs)) { in dmu_zfetch_stream_create()
524 zs = list_next(&zf->zf_stream, zs)) { in dmu_zfetch_prepare()
544 zs = list_next(&zf->zf_stream, zs)) { in dmu_zfetch_prepare()
H A Dspa_config.c176 dp = list_next(&target->spa_config_list, dp)) { in spa_write_cachefile()
251 while ((tdp = list_next(&target->spa_config_list, dp)) != NULL) { in spa_write_cachefile()
H A Ddmu_tx.c745 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_dirty_buf()
1097 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_try_assign()
1167 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_unassign()
1437 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_commit()
/src/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c208 zcp = list_next(&zfs_cases, zcp)) { in zfs_other_serd_cases()
259 zcp = list_next(&zfs_cases, zcp)) { in zfs_mark_vdev()
306 zcp = list_next(&zfs_cases, zcp)) { in zfs_mark_pool()
323 zcp = list_next(&zfs_cases, zcp)) { in zfs_mark_pool()
411 zcp = list_next(&zfs_cases, zcp)) in zfs_purge_cases()
426 next = list_next(&zfs_cases, zcp); in zfs_purge_cases()
660 zcp = list_next(&zfs_cases, zcp)) { in zfs_fm_recv()
867 dcp = list_next(&zfs_cases, dcp)) { in zfs_fm_recv()
H A Dfmd_serd.c333 nep = list_next(&sgp->sg_list, sep); in fmd_serd_eng_gc()
/src/crypto/openssl/ssl/quic/
H A Dquic_stream_map.c46 static QUIC_STREAM *list_next(QUIC_STREAM_LIST_NODE *l, QUIC_STREAM_LIST_NODE *n, in list_next() 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/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dlist_impl.h38 struct list_node *list_next; member
H A Dlist.h53 void *list_next(list_t *, void *);
/src/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dlist_impl.h37 struct list_node *list_next; member
H A Dlist.h52 void *list_next(list_t *, void *);
/src/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dlist.h53 void *list_next(list_t *, void *);
/src/sys/contrib/openzfs/lib/libzpool/
H A Dzfs_debug.c115 zdm = list_next(&zfs_dbgmsgs, zdm)) { in zfs_dbgmsg_print()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_debug.c86 ksp->ks_private = list_next(&zfs_dbgmsgs, zdm); in zfs_dbgmsg_addr()
/src/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dlist.h164 list_next(list_t *list, void *object) in list_next() function
/src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c86 next_node = list_next(&procfs_list->pl_list, in procfs_list_next_node()
/src/sys/contrib/openzfs/lib/libspl/
H A Dlist.c169 list_next(list_t *list, void *object) in list_next() function
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c1060 cabd = list_next(&ABD_GANG(abd).abd_gang_chain, cabd)) { in abd_return_buf()
1232 cabd = list_next(&ABD_GANG(abd).abd_gang_chain, cabd)) { in abd_nr_pages_off()
1301 cabd = list_next(&ABD_GANG(abd).abd_gang_chain, cabd)) { in abd_gang_bio_map_off()

123