Searched defs:discard_cmd_control (Results 1 – 1 of 1) sorted by relevance
418 struct discard_cmd_control { struct420 struct list_head entry_list; /* 4KB discard entry list */425 struct mutex cmd_lock;436 unsigned int discard_io_aware; /* io_aware policy */437 unsigned int undiscard_blks; /* # of undiscard blocks */438 unsigned int next_pos; /* next discard position */439 atomic_t issued_discard; /* # of issued discard */440 atomic_t queued_discard; /* # of queued discard */441 atomic_t discard_cmd_cnt; /* # of cached cmd count */443 bool rbtree_check; /* config for consistence check */[all …]