Searched refs:MAX_JIFFY_OFFSET (Results 1 – 11 of 11) sorted by relevance
334 #define MAX_JIFFY_OFFSET ((LONG_MAX >> 1)-1) macro427 (long)((u64)((u64)MAX_JIFFY_OFFSET * TICK_NSEC) / NSEC_PER_SEC)430 (SH_DIV((MAX_JIFFY_OFFSET >> SEC_JIFFIE_SC) * TICK_NSEC, NSEC_PER_SEC, 1) - 1)474 if (m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()475 return MAX_JIFFY_OFFSET; in _msecs_to_jiffies()485 if (HZ > MSEC_PER_SEC && m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()486 return MAX_JIFFY_OFFSET; in _msecs_to_jiffies()522 return MAX_JIFFY_OFFSET; in msecs_to_jiffies()583 if (u > jiffies_to_usecs(MAX_JIFFY_OFFSET)) in usecs_to_jiffies()584 return MAX_JIFFY_OFFSET; in usecs_to_jiffies()
39 __firmware_loading_timeout() * HZ : MAX_JIFFY_OFFSET; in firmware_loading_timeout()107 timeout = MAX_JIFFY_OFFSET; in fw_load_sysfs_fallback()
535 div_u64(n, NSEC_PER_SEC) >= MAX_JIFFY_OFFSET / HZ) in nsecs_to_jiffies_timeout()536 return MAX_JIFFY_OFFSET; in nsecs_to_jiffies_timeout()538 return min_t(u64, MAX_JIFFY_OFFSET, nsecs_to_jiffies64(n) + 1); in nsecs_to_jiffies_timeout()
400 earliest = now + MAX_JIFFY_OFFSET; in rxrpc_service_connection_reaper() 444 if (earliest != now + MAX_JIFFY_OFFSET) { in rxrpc_service_connection_reaper()
642 if (time_after(jiffies, time_a + MAX_JIFFY_OFFSET / 2)) in hsr_prune_nodes()644 if (time_after(jiffies, time_b + MAX_JIFFY_OFFSET / 2)) in hsr_prune_nodes()
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
444 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()
436 t = MAX_JIFFY_OFFSET; in wait_for_free_credits()
1652 return jiffies - MAX_JIFFY_OFFSET; in bfq_smallest_from_now()