Searched refs:tm_head (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtrim_map.c49 list_insert_tail(&(tm)->tm_head, (ts)); \
54 list_remove(&(tm)->tm_head, (ts)); \
59 list_t tm_head; /* List of segments sorted by txg. */ member in struct:trim_map
157 list_create(&tm->tm_head, sizeof (trim_seg_t),
193 while ((ts = list_head(&tm->tm_head)) != NULL) {
204 list_destroy(&tm->tm_head);
429 ts = list_head(&tm->tm_head);

Completed in 100 milliseconds