Searched refs:jiffies (Results 1 – 10 of 10) sorted by relevance
/mm/ |
D | backing-dev.c | 422 wb->last_old_flush = jiffies; in bdi_wb_init() 459 bdi->bw_time_stamp = jiffies; in bdi_init() 586 unsigned long start = jiffies; in congestion_wait() 595 jiffies_to_usecs(jiffies - start)); in congestion_wait() 622 unsigned long start = jiffies; in wait_iff_congested() 636 ret = timeout - (jiffies - start); in wait_iff_congested() 650 jiffies_to_usecs(jiffies - start)); in wait_iff_congested()
|
D | kmemleak.c | 160 unsigned long jiffies; /* creation timestamp */ member 345 time_before_eq(object->jiffies + jiffies_min_age, in unreferenced_object() 357 unsigned int msecs_age = jiffies_to_msecs(jiffies - object->jiffies); in print_unreferenced() 362 object->comm, object->pid, object->jiffies, in print_unreferenced() 388 object->comm, object->pid, object->jiffies); in dump_object_info() 542 object->jiffies = jiffies; in create_object() 1300 jiffies_last_scan = jiffies; in kmemleak_scan()
|
D | page-writeback.c | 412 writeout_period_time = wp_next_time(jiffies); in __bdi_writeout_inc() 443 int miss_periods = (jiffies - writeout_period_time) / in writeout_period() 1122 unsigned long now = jiffies; in __bdi_update_bandwidth() 1359 unsigned long start_time = jiffies; in balance_dirty_pages() 1362 unsigned long now = jiffies; in balance_dirty_pages() 1687 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode); in laptop_io_completion()
|
D | migrate.c | 1613 if (time_after(jiffies, pgdat->numabalancing_migrate_next_window + in migrate_ratelimited() 1632 if (time_after(jiffies, pgdat->numabalancing_migrate_next_window)) { in numamigrate_update_ratelimit() 1635 pgdat->numabalancing_migrate_next_window = jiffies + in numamigrate_update_ratelimit()
|
D | slab.c | 1055 n->next_reap = jiffies + REAPTIMEOUT_NODE + in init_cache_node_node() 1372 cachep->node[node]->next_reap = jiffies + in set_up_node() 2035 jiffies + REAPTIMEOUT_NODE + in setup_cpu_cache() 3639 n->next_reap = jiffies + REAPTIMEOUT_NODE + in alloc_kmem_cache_node() 3874 if (time_after(n->next_reap, jiffies)) in cache_reap() 3877 n->next_reap = jiffies + REAPTIMEOUT_NODE; in cache_reap()
|
D | memory_hotplug.c | 1717 expire = jiffies + timeout; in __offline_pages() 1723 if (time_after(jiffies, expire)) in __offline_pages()
|
D | page_alloc.c | 331 if (time_before(jiffies, resume)) { in bad_page() 344 resume = jiffies + 60 * HZ; in bad_page() 1829 if (time_after(jiffies, zlc->last_full_zap + HZ)) { in zlc_setup() 1831 zlc->last_full_zap = jiffies; in zlc_setup() 4872 pgdat->numabalancing_migrate_next_window = jiffies; in free_area_init_core()
|
D | slub.c | 547 p->when = jiffies; in set_track() 567 s, (void *)t->addr, jiffies - t->when, t->cpu, t->pid); in print_track() 3999 unsigned long age = jiffies - track->when; in add_location()
|
D | memory.c | 661 if (time_before(jiffies, resume)) { in print_bad_pte() 674 resume = jiffies + 60 * HZ; in print_bad_pte()
|
D | filemap.c | 707 wait.key.timeout = jiffies + timeout; in wait_on_page_bit_killable_timeout()
|