| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | list.c | 43 lnew->list_next = (node)->list_next; \ 45 (node)->list_next = lnew; \ 50 lnew->list_next = (node); \ 57 (node)->list_prev->list_next = (node)->list_next; \ 127 ASSERT(lold->list_next != NULL); in list_remove() 204 dstnode->list_prev->list_next = srcnode->list_next; in list_move_tail() 219 lnew->list_next = lold->list_next; in list_link_replace() 221 lold->list_prev->list_next = lnew; in list_link_replace() 222 lold->list_next->list_prev = lnew; in list_link_replace() 229 link->list_next = NULL; in list_link_init() [all …]
|
| H A D | spl_procfs_list.c | 89 ksp->ks_private1 = list_next(&pl->pl_list, elt); in procfs_list_addr()
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | list.h | 86 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), \
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zio_inject.c | 171 handler = list_next(&inject_handlers, handler)) { in zio_handle_panic_injection() 198 handler = list_next(&inject_handlers, handler)) { in zio_handle_decrypt_injection() 277 handler = list_next(&inject_handlers, handler)) { in zio_handle_fault_injection() 318 handler = list_next(&inject_handlers, handler)) { in zio_handle_label_injection() 381 handler = list_next(&inject_handlers, handler)) { in zio_handle_device_injection_impl() 477 handler = list_next(&inject_handlers, handler)) { in zio_handle_ignored_writes() 515 handler = list_next(&inject_handlers, handler)) { in spa_handle_ignored_writes() 598 handler != NULL; handler = list_next(&inject_handlers, handler)) { in zio_handle_io_delay() 883 handler = list_next(&inject_handlers, handler)) in zio_inject_list_next() 914 handler = list_next(&inject_handlers, handler)) in zio_clear_fault()
|
| H A D | refcount.c | 170 ref = list_next(&rc->rc_list, ref)) { in zfs_refcount_remove_many() 252 ref = list_next(&rc->rc_list, ref)) { in zfs_refcount_transfer_ownership_many() 290 ref = list_next(&rc->rc_list, ref)) { in zfs_refcount_held() 318 ref = list_next(&rc->rc_list, ref)) { in zfs_refcount_not_held()
|
| H A D | vdev_indirect.c | 1268 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_read_all() 1437 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_repair() 1479 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_all_checksum_errors() 1510 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_splits_checksum_validate() 1537 is != NULL; is = list_next(&iv->iv_splits, is)) in vdev_indirect_splits_enumerate_all() 1549 is->is_good_child = list_next(&is->is_unique_child, in vdev_indirect_splits_enumerate_all() 1584 ic = list_next(&is->is_unique_child, ic); in vdev_indirect_splits_enumerate_randomly() 1610 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_splits_damage() 1645 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_splits_damage() 1667 is != NULL; is = list_next(&iv->iv_splits, is)) { in vdev_indirect_splits_damage() [all …]
|
| H A D | dsl_prop.c | 230 pr != NULL; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_record_find() 455 cbr; cbr = list_next(&ds->ds_prop_cbs, cbr)) { in dsl_prop_unregister() 491 next_cbr = list_next(&ds->ds_prop_cbs, cbr); in dsl_prop_unregister_all() 517 pr; pr = list_next(&dd->dd_props, pr)) { in dsl_prop_notify_all_cb() 519 cbr = list_next(&pr->pr_cbs, cbr)) { in dsl_prop_notify_all_cb() 610 cbr = list_next(&pr->pr_cbs, cbr)) { in dsl_prop_changed_notify() 791 cbr = list_next(&ds->ds_prop_cbs, cbr)) { in dsl_prop_set_sync_impl()
|
| H A D | abd.c | 145 cabd = list_next(&ABD_GANG(abd).abd_gang_chain, cabd)) { in abd_verify() 410 child = list_next(&ABD_GANG(cabd).abd_gang_chain, child)) { in abd_gang_add_gang() 507 cabd = list_next(&ABD_GANG(abd).abd_gang_chain, cabd)) { in abd_gang_get_offset() 547 cabd = list_next(&ABD_GANG(sabd).abd_gang_chain, cabd)) { in abd_get_offset_impl() 771 cabd = list_next(&ABD_GANG(abd).abd_gang_chain, cabd); in abd_advance_abd_iter()
|
| H A D | dmu_zfetch.c | 196 zs_next = list_next(&zf->zf_stream, zs); in dmu_zfetch_stream_create() 319 zs = list_next(&zf->zf_stream, zs)) { in dmu_zfetch()
|
| H A D | spa_config.c | 260 dp = list_next(&target->spa_config_list, dp)) { in spa_write_cachefile() 335 while ((tdp = list_next(&target->spa_config_list, dp)) != NULL) { in spa_write_cachefile()
|
| H A D | spa_log_spacemap.c | 364 e; e = list_next(&spa->spa_log_summary, e)) { in spa_log_summary_verify_counts() 415 e != NULL; e = list_next(&spa->spa_log_summary, e)) { in spa_log_summary_decrement_mscount() 649 e; e = list_next(&spa->spa_log_summary, e)) { in spa_estimate_metaslabs_to_flush()
|
| H A D | dmu_tx.c | 598 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_dirty_buf() 905 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_try_assign() 975 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_unassign() 1146 txh = list_next(&tx->tx_holds, txh)) { in dmu_tx_commit()
|
| H A D | multilist.c | 409 return (list_next(&mls->mls_list, obj)); in multilist_sublist_next()
|
| H A D | zfs_log.c | 200 zfuid = list_next(&fuidp->z_fuids, zfuid)) { in zfs_log_fuid_ids() 215 zdomain = list_next(&fuidp->z_domains, zdomain)) { in zfs_log_fuid_domains()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | list_impl.h | 37 struct list_node *list_next; member
|
| H A D | list.h | 52 void *list_next(list_t *, void *);
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_debug.c | 82 ksp->ks_private = list_next(&zfs_dbgmsgs, zdm); in zfs_dbgmsg_addr() 239 zdm = list_next(&zfs_dbgmsgs, zdm)) in zfs_dbgmsg_print()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | list.h | 52 void *list_next(list_t *, void *);
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | list.h | 163 list_next(list_t *list, void *object) in list_next() function
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_debug.c | 235 zdm = list_next(&zfs_dbgmsgs.pl_list, zdm)) { in zfs_dbgmsg_print()
|
| H A D | arc_os.c | 510 ap = list_next(&arc_prune_list, ap)) { in arc_prune_async()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-procfs-list.c | 85 next_node = list_next(&procfs_list->pl_list, in procfs_list_next_node()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/ |
| H A D | list.c | 167 list_next(list_t *list, void *object) in list_next() function
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_mod.c | 367 device = list_next(&g_device_list, device)) { in zfs_process_add() 582 pool = list_next(&g_pool_list, pool)) { in zfs_iter_pool()
|
| H A D | fmd_serd.c | 312 nep = list_next(&sgp->sg_list, sep); in fmd_serd_eng_gc()
|