trim_blkreq
TAILQ_ENTRY(trim_blkreq) blkreqlist;
TAILQ_HEAD(, trim_blkreq) blklist;
struct trim_blkreq *blkelm;
struct trim_blkreq *blkelm;
blkelm = malloc(sizeof(struct trim_blkreq), M_TRIM, M_WAITOK);