| /src/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | list.c | 39 #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 D | spl_procfs_list.c | 87 ksp->ks_private1 = list_next(&pl->pl_list, elt); in procfs_list_addr()
|
| /src/sys/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), \
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | zio_inject.c | 187 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 D | vdev_indirect.c | 1267 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 D | spa_log_spacemap.c | 344 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 D | dsl_prop.c | 259 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 D | abd.c | 131 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 D | dmu_zfetch.c | 260 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 D | spa_config.c | 176 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 D | dmu_tx.c | 745 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 D | zfs_diagnosis.c | 208 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 D | fmd_serd.c | 333 nep = list_next(&sgp->sg_list, sep); in fmd_serd_eng_gc()
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_stream_map.c | 46 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 D | list_impl.h | 38 struct list_node *list_next; member
|
| H A D | list.h | 53 void *list_next(list_t *, void *);
|
| /src/sys/cddl/contrib/opensolaris/uts/common/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 *);
|
| /src/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | list.h | 53 void *list_next(list_t *, void *);
|
| /src/sys/contrib/openzfs/lib/libzpool/ |
| H A D | zfs_debug.c | 115 zdm = list_next(&zfs_dbgmsgs, zdm)) { in zfs_dbgmsg_print()
|
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_debug.c | 86 ksp->ks_private = list_next(&zfs_dbgmsgs, zdm); in zfs_dbgmsg_addr()
|
| /src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | list.h | 164 list_next(list_t *list, void *object) in list_next() function
|
| /src/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-procfs-list.c | 86 next_node = list_next(&procfs_list->pl_list, in procfs_list_next_node()
|
| /src/sys/contrib/openzfs/lib/libspl/ |
| H A D | list.c | 169 list_next(list_t *list, void *object) in list_next() function
|
| /src/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | abd_os.c | 1060 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()
|