Searched refs:jiffies (Results 1 – 13 of 13) sorted by relevance
/mm/ |
D | backing-dev.c | 290 wb->last_old_flush = jiffies; in wb_init() 297 wb->bw_time_stamp = jiffies; in wb_init() 306 wb->dirty_sleep = jiffies; in wb_init() 970 unsigned long start = jiffies; in congestion_wait() 979 jiffies_to_usecs(jiffies - start)); in congestion_wait() 1001 unsigned long start = jiffies; in wait_iff_congested() 1013 ret = timeout - (jiffies - start); in wait_iff_congested() 1027 jiffies_to_usecs(jiffies - start)); in wait_iff_congested()
|
D | kmemleak.c | 161 unsigned long jiffies; /* creation timestamp */ member 327 time_before_eq(object->jiffies + jiffies_min_age, in unreferenced_object() 339 unsigned int msecs_age = jiffies_to_msecs(jiffies - object->jiffies); in print_unreferenced() 344 object->comm, object->pid, object->jiffies, in print_unreferenced() 365 object->comm, object->pid, object->jiffies); in dump_object_info() 597 object->jiffies = jiffies; in create_object() 1414 jiffies_last_scan = jiffies; in kmemleak_scan()
|
D | page-writeback.c | 588 dom->period_time = wp_next_time(jiffies); in wb_domain_writeout_inc() 628 int miss_periods = (jiffies - dom->period_time) / in writeout_period() 652 dom->dirty_limit_tstamp = jiffies; in wb_domain_init() 1348 unsigned long now = jiffies; in __wb_update_bandwidth() 1578 unsigned long start_time = jiffies; in balance_dirty_pages() 1581 unsigned long now = jiffies; in balance_dirty_pages() 2030 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode); in laptop_io_completion()
|
D | vmpressure.c | 319 memcg->socket_pressure = jiffies + HZ; in vmpressure()
|
D | slab.c | 842 n->next_reap = jiffies + REAPTIMEOUT_NODE + in init_cache_node() 1193 cachep->node[node]->next_reap = jiffies + in set_up_node() 1780 jiffies + REAPTIMEOUT_NODE + in setup_cpu_cache() 4002 if (time_after(n->next_reap, jiffies)) in cache_reap() 4005 n->next_reap = jiffies + REAPTIMEOUT_NODE; in cache_reap()
|
D | ksm.c | 598 chain->chain_prune_time = jiffies; in alloc_stable_node_chain() 1368 time_before(jiffies, stable_node->chain_prune_time + in stable_node_dup() 1373 stable_node->chain_prune_time = jiffies; in stable_node_dup()
|
D | khugepaged.c | 2301 time_after_eq(jiffies, khugepaged_sleep_expire); in khugepaged_should_wakeup() 2313 khugepaged_sleep_expire = jiffies + scan_sleep_jiffies; in khugepaged_wait_work()
|
D | page_alloc.c | 671 if (time_before(jiffies, resume)) { in bad_page() 684 resume = jiffies + 60 * HZ; in bad_page() 2010 unsigned long start = jiffies; in deferred_init_memmap() 2074 pgdat->node_id, jiffies_to_msecs(jiffies - start)); in deferred_init_memmap() 6406 unsigned long start = jiffies; in memmap_init_zone_device() 6461 nr_pages, jiffies_to_msecs(jiffies - start)); in memmap_init_zone_device()
|
D | slub.c | 636 p->when = jiffies; in set_track() 672 unsigned long pr_time = jiffies; in print_tracking() 4730 unsigned long age = jiffies - track->when; in add_location()
|
D | memory.c | 563 if (time_before(jiffies, resume)) { in print_bad_pte() 575 resume = jiffies + 60 * HZ; in print_bad_pte()
|
D | memcontrol.c | 5365 memcg->socket_pressure = jiffies; in mem_cgroup_alloc()
|
/mm/kfence/ |
D | kfence_test.c | 255 timeout = jiffies + msecs_to_jiffies(100 * CONFIG_KFENCE_SAMPLE_INTERVAL); in test_alloc() 261 resched_after = jiffies + msecs_to_jiffies(CONFIG_KFENCE_SAMPLE_INTERVAL); in test_alloc() 292 if (time_after(jiffies, resched_after)) in test_alloc() 294 } while (time_before(jiffies, timeout)); in test_alloc() 728 timeout = jiffies + msecs_to_jiffies(100 * CONFIG_KFENCE_SAMPLE_INTERVAL); in test_memcache_alloc_bulk() 748 } while (!pass && time_before(jiffies, timeout)); in test_memcache_alloc_bulk()
|
/mm/damon/ |
D | core.c | 685 if (time_after_eq(jiffies, quota->charged_from + in kdamond_apply_schemes() 691 quota->charged_from = jiffies; in kdamond_apply_schemes()
|