Searched defs:discard_policy (Results 1 – 1 of 1) sorted by relevance
297 struct discard_policy { struct298 int type; /* type of discard */299 unsigned int min_interval; /* used for candidates exist */300 unsigned int mid_interval; /* used for device busy */301 unsigned int max_interval; /* used for candidates not exist */302 unsigned int max_requests; /* # of discards issued per round */303 unsigned int io_aware_gran; /* minimum granularity discard not be aware of I/O */304 bool io_aware; /* issue discard in idle time */305 bool sync; /* submit discard with REQ_SYNC flag */306 bool ordered; /* issue discard by lba order */[all …]