Searched refs:next_run (Results 1 – 2 of 2) sorted by relevance
593 unsigned int next_run; in mtype_gc() local607 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()608 if (next_run < HZ/10) in mtype_gc()609 next_run = HZ/10; in mtype_gc()619 queue_delayed_work(system_power_efficient_wq, &gc->dwork, next_run); in mtype_gc()
1354 unsigned long next_run; in gc_worker() local1457 next_run = gc_work->next_gc_run; in gc_worker()1460 queue_delayed_work(system_power_efficient_wq, &gc_work->dwork, next_run); in gc_worker()