Searched defs:discard_cmd_control (Results 1 – 1 of 1) sorted by relevance
395 struct discard_cmd_control { struct396 struct task_struct *f2fs_issue_discard; /* discard thread */397 struct list_head entry_list; /* 4KB discard entry list */398 struct list_head pend_list[MAX_PLIST_NUM];/* store pending entries */399 struct list_head wait_list; /* store on-flushing entries */400 struct list_head fstrim_list; /* in-flight discard from fstrim */401 wait_queue_head_t discard_wait_queue; /* waiting queue for wake-up */402 unsigned int discard_wake; /* to wake up discard thread */403 struct mutex cmd_lock;404 unsigned int nr_discards; /* # of discards in the list */[all …]