Searched refs:ffs_blkfree_trim_params (Results 1 – 2 of 2) sorted by relevance
2447 struct ffs_blkfree_trim_params { struct2449 LIST_ENTRY(ffs_blkfree_trim_params) hashlist;2461 static struct ffs_blkfree_trim_params *trim_lookup(struct ufsmount *, argument2463 static void ffs_blkfree_sendtrim(struct ffs_blkfree_trim_params *);2471 struct ffs_blkfree_trim_params *tp; in ffs_blkfree_trim_completed()2485 struct ffs_blkfree_trim_params *tp; in ffs_blkfree_trim_task()2509 static struct ffs_blkfree_trim_params *2519 struct ffs_blkfree_trim_params *tp, *ntp; in trim_lookup()2521 ntp = malloc(sizeof(struct ffs_blkfree_trim_params), M_TRIM, M_WAITOK); in trim_lookup()2570 ffs_blkfree_sendtrim(struct ffs_blkfree_trim_params *tp) in ffs_blkfree_sendtrim()[all …]
66 LIST_HEAD(trimlist_hashhead, ffs_blkfree_trim_params);