class Cleaner include AASM aasm do state :idle, initial: true state :cleaning event :clean do transitions from: :idle, to: :cleaning, guard: :cleaning_needed? end event :clean_if_needed do transitions from: :idle, to: :cleaning do guard do cleaning_needed? end end transitions from: :...
If the main repo is down for some reason, either one of these is safe to use as a backup: git://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio.git https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio.git or git://github.com/axboe/fio.git https://github.com/axboe/fio...
next_state==CHANNEL_IDLE) if(time1>ssd->channel_head[i].next_state_predict_time) if (ssd->channel_head[i].next_state_predict_time>ssd->current_time) time1=ssd->channel_head[i].next_state_predict_time; for (j=0;j<ssd->parameter->chip_channel[i];j++)...