Home
last modified time | relevance | path

Searched refs:jiffies (Results 1 – 11 of 11) sorted by relevance

/mm/
Dbacking-dev.c293 wb->last_old_flush = jiffies; in wb_init()
300 wb->bw_time_stamp = jiffies; in wb_init()
309 wb->dirty_sleep = jiffies; in wb_init()
1087 unsigned long start = jiffies; in congestion_wait()
1096 jiffies_to_usecs(jiffies - start)); in congestion_wait()
1118 unsigned long start = jiffies; in wait_iff_congested()
1130 ret = timeout - (jiffies - start); in wait_iff_congested()
1144 jiffies_to_usecs(jiffies - start)); in wait_iff_congested()
Dkmemleak.c160 unsigned long jiffies; /* creation timestamp */ member
326 time_before_eq(object->jiffies + jiffies_min_age, in unreferenced_object()
338 unsigned int msecs_age = jiffies_to_msecs(jiffies - object->jiffies); in print_unreferenced()
343 object->comm, object->pid, object->jiffies, in print_unreferenced()
364 object->comm, object->pid, object->jiffies); in dump_object_info()
596 object->jiffies = jiffies; in create_object()
1405 jiffies_last_scan = jiffies; in kmemleak_scan()
Dpage-writeback.c591 dom->period_time = wp_next_time(jiffies); in wb_domain_writeout_inc()
631 int miss_periods = (jiffies - dom->period_time) / in writeout_period()
655 dom->dirty_limit_tstamp = jiffies; in wb_domain_init()
1351 unsigned long now = jiffies; in __wb_update_bandwidth()
1581 unsigned long start_time = jiffies; in balance_dirty_pages()
1584 unsigned long now = jiffies; in balance_dirty_pages()
2012 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode); in laptop_io_completion()
Dvmpressure.c307 memcg->socket_pressure = jiffies + HZ; in vmpressure()
Dslab.c831 n->next_reap = jiffies + REAPTIMEOUT_NODE + in init_cache_node()
1182 cachep->node[node]->next_reap = jiffies + in set_up_node()
1769 jiffies + REAPTIMEOUT_NODE + in setup_cpu_cache()
4008 if (time_after(n->next_reap, jiffies)) in cache_reap()
4011 n->next_reap = jiffies + REAPTIMEOUT_NODE; in cache_reap()
Dksm.c597 chain->chain_prune_time = jiffies; in alloc_stable_node_chain()
1366 time_before(jiffies, stable_node->chain_prune_time + in stable_node_dup()
1371 stable_node->chain_prune_time = jiffies; in stable_node_dup()
Dpage_alloc.c636 if (time_before(jiffies, resume)) { in bad_page()
649 resume = jiffies + 60 * HZ; in bad_page()
1785 unsigned long start = jiffies; in deferred_init_memmap()
1833 pgdat->node_id, nr_pages, jiffies_to_msecs(jiffies - start)); in deferred_init_memmap()
5964 unsigned long start = jiffies; in memmap_init_zone_device()
6024 size, jiffies_to_msecs(jiffies - start)); in memmap_init_zone_device()
Dkhugepaged.c2079 time_after_eq(jiffies, khugepaged_sleep_expire); in khugepaged_should_wakeup()
2091 khugepaged_sleep_expire = jiffies + scan_sleep_jiffies; in khugepaged_wait_work()
Dslub.c568 p->when = jiffies; in set_track()
604 unsigned long pr_time = jiffies; in print_tracking()
4526 unsigned long age = jiffies - track->when; in add_location()
Dmemory.c518 if (time_before(jiffies, resume)) { in print_bad_pte()
530 resume = jiffies + 60 * HZ; in print_bad_pte()
Dmemcontrol.c5069 memcg->socket_pressure = jiffies; in mem_cgroup_alloc()