| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | objlist.c | 36 for (objlist_node_t *n = list_remove_head(&list->ol_list); in objlist_destroy() 37 n != NULL; n = list_remove_head(&list->ol_list)) { in objlist_destroy() 59 VERIFY3P(node, ==, list_remove_head(&list->ol_list)); in objlist_exists()
|
| H A D | bplist.c | 69 while ((bpe = list_remove_head(&bpl->bpl_list))) { in bplist_iterate() 85 while ((bpe = list_remove_head(&bpl->bpl_list))) in bplist_clear()
|
| H A D | bqueue.c | 154 void *ret = list_remove_head(&q->bq_dequeuing_list); in bqueue_dequeue() 172 ret = list_remove_head(&q->bq_dequeuing_list); in bqueue_dequeue()
|
| H A D | zfs_onexit.c | 91 while ((ap = list_remove_head(&zo->zo_actions)) != NULL) { in zfs_onexit_destroy()
|
| H A D | zil.c | 1116 while ((lwb = list_remove_head(&zilog->zl_lwb_list)) != NULL) { in zil_destroy() 1505 while ((itx = list_remove_head(&lwb->lwb_itxs)) != NULL) in zil_lwb_flush_vdevs_done() 1508 while ((zcw = list_remove_head(&lwb->lwb_waiters)) != NULL) { in zil_lwb_flush_vdevs_done() 2613 while ((itx = list_remove_head(list)) != NULL) { in zil_itxg_clean() 2643 while ((itx = list_remove_head(list)) != NULL) { in zil_itxg_clean() 2705 while ((itx = list_remove_head(&clean_list)) != NULL) { in zil_remove_async() 3195 while ((itx = list_remove_head(&zilog->zl_itx_commit_list)) != NULL) { in zil_process_commit_list() 3300 while ((lwb = list_remove_head(ilwbs)) != NULL) { in zil_process_commit_list() 3316 while ((zcw = list_remove_head(&nolwb_waiters)) != NULL) in zil_process_commit_list() 3324 while ((itx = list_remove_head(&nolwb_itxs)) != NULL) in zil_process_commit_list() [all …]
|
| H A D | spa_stats.c | 102 srh = list_remove_head(&shl->procfs_list.pl_list); in spa_read_history_truncate() 267 sth = list_remove_head(&shl->procfs_list.pl_list); in spa_txg_history_truncate() 619 smh = list_remove_head(&shl->procfs_list.pl_list); in spa_mmp_history_truncate()
|
| H A D | vdev_indirect.c | 298 while ((is = list_remove_head(&iv->iv_splits)) != NULL) { in vdev_indirect_map_free() 306 while ((ic = list_remove_head(&is->is_unique_child)) != NULL) in vdev_indirect_map_free() 1069 rs != NULL; rs = list_remove_head(&stack)) { in vdev_indirect_remap() 1663 while ((ic = list_remove_head(&is->is_unique_child)) != NULL) in vdev_indirect_splits_damage()
|
| H A D | zfs_fuid.c | 696 while ((zfuid = list_remove_head(&fuidp->z_fuids)) != NULL) in zfs_fuid_info_free() 703 while ((zdomain = list_remove_head(&fuidp->z_domains)) != NULL) in zfs_fuid_info_free()
|
| H A D | refcount.c | 106 while ((ref = list_remove_head(&rc->rc_removed))) in zfs_refcount_destroy_many()
|
| H A D | bpobj.c | 474 list_remove_head(&stack); in bpobj_iterate_impl() 519 while ((bpi = list_remove_head(&stack)) != NULL) { in bpobj_iterate_impl()
|
| H A D | zcp.c | 201 list_remove_head(&ri->zri_cleanup_handlers); zch != NULL; in zcp_cleanup() 202 zch = list_remove_head(&ri->zri_cleanup_handlers)) { in zcp_cleanup()
|
| H A D | dmu_redact.c | 532 for (struct redact_block_list_node *rbln = list_remove_head(list); in redaction_list_update_sync() 533 rbln != NULL; rbln = list_remove_head(list)) { in redaction_list_update_sync()
|
| H A D | vdev_indirect_mapping.c | 429 list_remove_head(list); in vdev_indirect_mapping_add_entries()
|
| /src/sys/contrib/openzfs/lib/libzpool/ |
| H A D | zfs_debug.c | 48 zfs_dbgmsg_t *zdm = list_remove_head(&zfs_dbgmsgs); in zfs_dbgmsg_purge() 70 while ((zdm = list_remove_head(&zfs_dbgmsgs))) in zfs_dbgmsg_fini()
|
| /src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | list.h | 47 void *list_remove_head(list_t *);
|
| /src/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | list.h | 46 void *list_remove_head(list_t *);
|
| /src/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | list.h | 47 void *list_remove_head(list_t *);
|
| /src/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 378 if ((event = list_remove_head(&agent_events)) != NULL) { in zfs_agent_consumer_thread() 441 while ((event = list_remove_head(&agent_events)) != NULL) { in zfs_agent_fini()
|
| H A D | zfs_mod.c | 1355 while ((pool = list_remove_head(&g_pool_list)) != NULL) { in zfs_slm_fini() 1361 while ((device = list_remove_head(&g_device_list)) != NULL) in zfs_slm_fini()
|
| /src/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_debug.c | 75 zfs_dbgmsg_t *zdm = list_remove_head(&zfs_dbgmsgs.pl_list); in zfs_dbgmsg_purge()
|
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_debug.c | 100 zdm = list_remove_head(&zfs_dbgmsgs); in zfs_dbgmsg_purge()
|
| /src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | list.h | 124 list_remove_head(list_t *list) in list_remove_head() function
|
| /src/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | list.c | 133 list_remove_head(list_t *list) in list_remove_head() function
|
| /src/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_project.c | 315 while ((zpi = list_remove_head(&head)) != NULL) { in zfs_project_handle()
|
| /src/sys/contrib/openzfs/lib/libspl/ |
| H A D | list.c | 133 list_remove_head(list_t *list) in list_remove_head() function
|