Searched refs:next_run (Results 1 – 3 of 3) sorted by relevance
575 unsigned int next_run; in mtype_gc() local589 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()590 if (next_run < HZ/10) in mtype_gc()591 next_run = HZ/10; in mtype_gc()601 queue_delayed_work(system_power_efficient_wq, &gc->dwork, next_run); in mtype_gc()
1425 unsigned long next_run = GC_SCAN_INTERVAL; in gc_worker() local1496 next_run = 0; in gc_worker()1511 if (next_run) { in gc_worker()1515 queue_delayed_work(system_power_efficient_wq, &gc_work->dwork, next_run); in gc_worker()
396 next_run: in scan_nres_bitmap()455 goto next_run; in scan_nres_bitmap()
Completed in 16 milliseconds