| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | list.h | 36 typedef struct list list_t; typedef 39 void list_destroy(list_t *); 45 void list_remove(list_t *, void *); 46 void *list_remove_head(list_t *); 47 void *list_remove_tail(list_t *); 48 void list_move_tail(list_t *, list_t *); 50 void *list_head(list_t *); 51 void *list_tail(list_t *); 52 void *list_next(list_t *, void *); 53 void *list_prev(list_t *, void *); [all …]
|
| H A D | procfs_list.h | 43 list_t pl_list;
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | list.h | 36 typedef struct list list_t; typedef 39 void list_destroy(list_t *); 45 void list_remove(list_t *, void *); 46 void *list_remove_head(list_t *); 47 void *list_remove_tail(list_t *); 48 void list_move_tail(list_t *, list_t *); 50 void *list_head(list_t *); 51 void *list_tail(list_t *); 52 void *list_next(list_t *, void *); 53 void *list_prev(list_t *, void *); [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | list.h | 54 } list_t; typedef 60 list_is_empty(list_t *list) in list_is_empty() 81 list_destroy(list_t *list) in list_destroy() 117 list_remove(list_t *list, void *object) in list_remove() 123 list_remove_head(list_t *list) in list_remove_head() 134 list_remove_tail(list_t *list) in list_remove_tail() 145 list_head(list_t *list) in list_head() 154 list_tail(list_t *list) in list_tail() 163 list_next(list_t *list, void *object) in list_next() 174 list_prev(list_t *list, void *object) in list_prev() [all …]
|
| H A D | procfs_list.h | 43 list_t pl_list;
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | ql.c | 8 typedef struct list_s list_t; typedef 9 typedef ql_head(list_t) list_head_t; 12 ql_elm(list_t) link; 18 list_t *t; in test_empty_list() 58 list_t *t; in test_entries_list() 94 list_t entries[NENTRIES]; in TEST_BEGIN() 109 list_t entries[NENTRIES]; in TEST_BEGIN() 120 ql_tail_remove(&head, list_t, link); in TEST_BEGIN() 128 list_t entries[NENTRIES]; in TEST_BEGIN() 143 list_t entries[NENTRIES]; in TEST_BEGIN() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/ |
| H A D | list.c | 74 list_destroy(list_t *list) in list_destroy() 108 list_insert_head(list_t *list, void *object) in list_insert_head() 122 list_remove(list_t *list, void *object) in list_remove() 131 list_remove_head(list_t *list) in list_remove_head() 141 list_remove_tail(list_t *list) in list_remove_tail() 151 list_head(list_t *list) in list_head() 159 list_tail(list_t *list) in list_tail() 167 list_next(list_t *list, void *object) in list_next() 178 list_prev(list_t *list, void *object) in list_prev() 192 list_move_tail(list_t *dst, list_t *src) in list_move_tail() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | list.c | 75 list_destroy(list_t *list) in list_destroy() 109 list_insert_head(list_t *list, void *object) in list_insert_head() 123 list_remove(list_t *list, void *object) in list_remove() 132 list_remove_head(list_t *list) in list_remove_head() 142 list_remove_tail(list_t *list) in list_remove_tail() 152 list_head(list_t *list) in list_head() 160 list_tail(list_t *list) in list_tail() 168 list_next(list_t *list, void *object) in list_next() 179 list_prev(list_t *list, void *object) in list_prev() 193 list_move_tail(list_t *dst, list_t *src) in list_move_tail() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zil_impl.h | 105 list_t lwb_itxs; /* list of itx's */ 106 list_t lwb_waiters; /* list of zil_commit_waiter's */ 141 list_t i_sync_list; /* list of synchronous itxs */ 154 list_t ia_list; /* list of async itxs for this foid */ 201 list_t zl_itx_commit_list; /* itx list to be committed */ 203 list_t zl_lwb_list; /* in-flight log write list */
|
| H A D | vdev_initialize.h | 37 vdev_initializing_state_t tgt_state, list_t *vd_list); 40 extern void vdev_initialize_stop_wait(spa_t *spa, list_t *vd_list);
|
| H A D | spa_impl.h | 239 list_t spa_evicting_os_list; /* Objsets being evicted. */ 249 list_t spa_config_dirty_list; /* vdevs with dirty config */ 250 list_t spa_state_dirty_list; /* vdevs with dirty state */ 323 list_t spa_log_summary; 357 list_t spa_config_list; /* previous cache file(s) */ 415 list_t spa_leaf_list; /* list of leaf vdevs */
|
| H A D | vdev_trim.h | 39 extern void vdev_trim_stop(vdev_t *vd, vdev_trim_state_t tgt, list_t *vd_list); 41 extern void vdev_trim_stop_wait(spa_t *spa, list_t *vd_list);
|
| H A D | vdev_removal.h | 46 list_t svr_new_segments[TXG_SIZE]; 70 list_t sci_new_mapping_entries[TXG_SIZE];
|
| H A D | zfs_fuid.h | 89 list_t z_fuids; 90 list_t z_domains;
|
| H A D | zfs_refcount.h | 55 list_t rc_list; 56 list_t rc_removed;
|
| H A D | dmu_tx.h | 53 list_t tx_holds; /* list of dmu_tx_hold_t */ 65 list_t tx_callbacks;
|
| H A D | objlist.h | 34 list_t ol_list; /* List of struct objnode. */
|
| H A D | zfs_onexit.h | 40 list_t zo_actions;
|
| H A D | arc_impl.h | 380 list_t l2ad_buflist; /* buffer list */ 404 list_t l2ad_lbptr_list; 459 list_t l2wcb_abd_list; 908 extern list_t arc_prune_list;
|
| H A D | bplist.h | 43 list_t bpl_list;
|
| H A D | bqueue.h | 29 list_t bq_list;
|
| H A D | dmu_zfetch.h | 45 list_t zf_stream; /* list of zstream_t's */
|
| H A D | txg_impl.h | 75 list_t tc_callbacks[TXG_SIZE]; /* commit cb list */
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_project.c | 50 zfs_project_item_alloc(list_t *head, const char *name) in zfs_project_item_alloc() 208 list_t *head) in zfs_project_handle_dir() 262 list_t head; in zfs_project_handle()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_serd.h | 47 list_t sg_list; /* list of fmd_serd_elem_t's */
|