Searched defs:discard_cmd_control (Results 1 – 2 of 2) sorted by relevance
391 struct discard_cmd_control { struct392 struct task_struct *f2fs_issue_discard; /* discard thread */393 struct list_head entry_list; /* 4KB discard entry list */394 struct list_head pend_list[MAX_PLIST_NUM];/* store pending entries */395 struct list_head wait_list; /* store on-flushing entries */396 struct list_head fstrim_list; /* in-flight discard from fstrim */397 wait_queue_head_t discard_wait_queue; /* waiting queue for wake-up */398 struct mutex cmd_lock;399 unsigned int nr_discards; /* # of discards in the list */400 unsigned int max_discards; /* max. discards to be issued */[all …]
370 struct discard_cmd_control { struct371 struct task_struct *f2fs_issue_discard; /* discard thread */372 struct list_head entry_list; /* 4KB discard entry list */373 struct list_head pend_list[MAX_PLIST_NUM];/* store pending entries */374 struct list_head wait_list; /* store on-flushing entries */375 struct list_head fstrim_list; /* in-flight discard from fstrim */376 wait_queue_head_t discard_wait_queue; /* waiting queue for wake-up */377 unsigned int discard_wake; /* to wake up discard thread */378 struct mutex cmd_lock;379 unsigned int nr_discards; /* # of discards in the list */[all …]