Searched refs:MAX_JIFFY_OFFSET (Results 1 – 14 of 14) sorted by relevance
330 #define MAX_JIFFY_OFFSET ((LONG_MAX >> 1)-1) macro423 (long)((u64)((u64)MAX_JIFFY_OFFSET * TICK_NSEC) / NSEC_PER_SEC)426 (SH_DIV((MAX_JIFFY_OFFSET >> SEC_JIFFIE_SC) * TICK_NSEC, NSEC_PER_SEC, 1) - 1)506 if (m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()507 return MAX_JIFFY_OFFSET; in _msecs_to_jiffies()517 if (HZ > MSEC_PER_SEC && m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()518 return MAX_JIFFY_OFFSET; in _msecs_to_jiffies()554 return MAX_JIFFY_OFFSET; in msecs_to_jiffies()615 if (u > jiffies_to_usecs(MAX_JIFFY_OFFSET)) in usecs_to_jiffies()616 return MAX_JIFFY_OFFSET; in usecs_to_jiffies()
750 return end + (MAX_JIFFY_OFFSET - start); in jbd2_time_diff()
139 if (val > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in sysctl_msecs_to_jiffies()140 return MAX_JIFFY_OFFSET; in sysctl_msecs_to_jiffies()
400 earliest = now + MAX_JIFFY_OFFSET; in rxrpc_service_connection_reaper()444 if (earliest != now + MAX_JIFFY_OFFSET) { in rxrpc_service_connection_reaper()
253 lifetime = MAX_JIFFY_OFFSET; in rxgk_generate_transport_key()
416 expire -= MAX_JIFFY_OFFSET; in calc_expire_secs()417 now -= MAX_JIFFY_OFFSET; in calc_expire_secs()
195 desirable, otherwise MAX_JIFFY_OFFSET is used (max timeout possible).196 The logic behind using MAX_JIFFY_OFFSET for non-uevents is that a custom204 If you echo 0 into it means MAX_JIFFY_OFFSET will be used. The data type
724 if (time_after(jiffies, time_a + MAX_JIFFY_OFFSET / 2)) in hsr_prune_nodes()726 if (time_after(jiffies, time_b + MAX_JIFFY_OFFSET / 2)) in hsr_prune_nodes()
445 timer_at = nowj + MAX_JIFFY_OFFSET; in afs_fs_probe_dispatcher()
687 to_jiffies = MAX_JIFFY_OFFSET; in lp_set_timeout()
38 return jiffies_to_msecs(end + (MAX_JIFFY_OFFSET - start) + 1); in elapsed_jiffies_msecs()
434 t = MAX_JIFFY_OFFSET; in wait_for_free_credits()
1652 return jiffies - MAX_JIFFY_OFFSET; in bfq_smallest_from_now()
8062 if (thresh > MAX_JIFFY_OFFSET / HZ) in wq_watchdog_param_set_thresh()