Home
last modified time | relevance | path

Searched refs:next_run (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_hash_gen.h579 unsigned int next_run; in mtype_gc() local
593 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()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_core.c1356 unsigned long next_run = GC_SCAN_INTERVAL; in gc_worker() local
1425 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()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c1265 goto next_run; in display_rle8_bitmap()
1272 next_run: in display_rle8_bitmap()