Lines Matching defs:ckpt_req_control
300 struct ckpt_req_control { struct
301 struct task_struct *f2fs_issue_ckpt; /* checkpoint task */
302 int ckpt_thread_ioprio; /* checkpoint merge thread ioprio */
303 wait_queue_head_t ckpt_wait_queue; /* waiting queue for wake-up */
304 atomic_t issued_ckpt; /* # of actually issued ckpts */
305 atomic_t total_ckpt; /* # of total ckpts */
306 atomic_t queued_ckpt; /* # of queued ckpts */
307 struct llist_head issue_list; /* list for command issue */
308 spinlock_t stat_lock; /* lock for below checkpoint time stats */
309 unsigned int cur_time; /* cur wait time in msec for currently issued checkpoint */
310 unsigned int peak_time; /* peak wait time in msec until now */