Searched refs:next_run (Results 1 – 3 of 3) sorted by relevance
579 unsigned int next_run; in mtype_gc() local593 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()594 if (next_run < HZ/10) in mtype_gc()595 next_run = HZ/10; in mtype_gc()605 queue_delayed_work(system_power_efficient_wq, &gc->dwork, next_run); in mtype_gc()
1356 unsigned long next_run = GC_SCAN_INTERVAL; in gc_worker() local1425 next_run = 0; in gc_worker()1440 if (next_run) { in gc_worker()1444 queue_delayed_work(system_power_efficient_wq, &gc_work->dwork, next_run); in gc_worker()
1265 goto next_run; in display_rle8_bitmap()1272 next_run: in display_rle8_bitmap()