Searched refs:list_node_t (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dlist.h37 typedef struct list_node list_node_t; typedef in typeref:struct:list_node
58 void list_link_init(list_node_t *);
59 void list_link_replace(list_node_t *, list_node_t *);
61 int list_link_active(list_node_t *);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dlist.c38 #define list_d2l(a, obj) ((list_node_t *)(((char *)obj) + (a)->list_offset))
43 list_node_t *lnew = list_d2l(list, object); \
51 list_node_t *lnew = list_d2l(list, object); \
68 ASSERT(size >= offset + sizeof (list_node_t));
79 list_node_t *node = &list->list_head;
94 list_node_t *lold = list_d2l(list, object);
105 list_node_t *lold = list_d2l(list, object);
113 list_node_t *lold = &list->list_head;
120 list_node_t *lold = &list->list_head;
127 list_node_t *lol
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dbplist.h37 list_node_t bpe_node;
H A Dbqueue.h39 list_node_t bqn_node;
H A Ddmu_zfetch.h55 list_node_t zs_node; /* link for zf_stream */
H A Dzfs_onexit.h43 list_node_t za_link;
H A Ddsl_prop.h45 list_node_t pr_node; /* link on dd_props */
51 list_node_t cbr_pr_node; /* link on pr_cbs */
52 list_node_t cbr_ds_node; /* link on ds_prop_cbs */
H A Dzfs_debug.h79 list_node_t zdm_node;
H A Dzfs_fuid.h74 list_node_t z_next;
82 list_node_t z_next;
H A Ddmu_tx.h97 list_node_t txh_node;
107 list_node_t dcb_node; /* linked to tx_callbacks list */
H A Dzil_impl.h102 list_node_t lwb_node; /* zilog->zl_lwb_list linkage */
128 list_node_t zcw_node; /* linkage in lwb_t:lwb_waiter list */
H A Ddmu_impl.h285 list_node_t dsa_link;
H A Dzcp.h52 list_node_t zch_node;
H A Dmultilist.h28 typedef list_node_t multilist_node_t;
H A Dvdev_indirect_mapping.h56 list_node_t vime_node;
H A Drefcount.h48 list_node_t ref_link;
H A Dzfs_acl.h150 list_node_t z_next; /* Next chunk of ACEs */
H A Dmetaslab_impl.h48 list_node_t mat_list_node;
H A Dvdev_impl.h256 list_node_t vdev_config_dirty_node; /* config dirty list */
257 list_node_t vdev_state_dirty_node; /* state dirty list */
H A Dzio.h379 list_node_t zl_parent_node;
380 list_node_t zl_child_node;
502 list_node_t io_trim_link;
H A Dsa_impl.h110 list_node_t sa_next;
H A Ddmu_objset.h91 list_node_t os_evicting_node;
H A Dzil.h379 list_node_t itx_node; /* linkage on zl_itx_list */
H A Ddnode.h167 list_node_t dn_link;
H A Ddbuf.h112 list_node_t dr_dirty_node;

Completed in 229 milliseconds

12