Searched refs:MAX_JIFFY_OFFSET (Results 1 – 18 of 18) sorted by relevance
| /linux/include/linux/ ! |
| H A D | jiffies.h | 330 #define MAX_JIFFY_OFFSET ((LONG_MAX >> 1)-1) macro 423 (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()
|
| H A D | jbd2.h | 728 return end + (MAX_JIFFY_OFFSET - start); in jbd2_time_diff()
|
| /linux/drivers/gpu/drm/i915/gem/ ! |
| H A D | i915_gem_wait.c | 191 div_u64(n, NSEC_PER_SEC) >= MAX_JIFFY_OFFSET / HZ) in nsecs_to_jiffies_timeout() 192 return MAX_JIFFY_OFFSET; in nsecs_to_jiffies_timeout() 194 return min_t(u64, MAX_JIFFY_OFFSET, nsecs_to_jiffies64(n) + 1); in nsecs_to_jiffies_timeout()
|
| /linux/drivers/base/firmware_loader/ ! |
| H A D | fallback.c | 39 __firmware_loading_timeout() * HZ : MAX_JIFFY_OFFSET; in firmware_loading_timeout() 107 timeout = MAX_JIFFY_OFFSET; in fw_load_sysfs_fallback()
|
| /linux/drivers/gpu/drm/i915/ ! |
| H A D | i915_jiffies.h | 13 return min_t(unsigned long, MAX_JIFFY_OFFSET, j + 1); in msecs_to_jiffies_timeout()
|
| /linux/drivers/gpu/drm/i915/display/ ! |
| H A D | intel_display_jiffies.h | 13 return min_t(unsigned long, MAX_JIFFY_OFFSET, j + 1); in msecs_to_jiffies_timeout()
|
| /linux/net/rxrpc/ ! |
| H A D | sysctl.c | 23 static const unsigned long max_jiffies = MAX_JIFFY_OFFSET;
|
| H A D | conn_object.c | 400 earliest = now + MAX_JIFFY_OFFSET; in rxrpc_service_connection_reaper() 444 if (earliest != now + MAX_JIFFY_OFFSET) { in rxrpc_service_connection_reaper()
|
| H A D | rxgk_kdf.c | 253 lifetime = MAX_JIFFY_OFFSET; in rxgk_generate_transport_key()
|
| /linux/kernel/time/ ! |
| H A D | time.c | 572 return MAX_JIFFY_OFFSET; in __msecs_to_jiffies() 585 if (u > jiffies_to_usecs(MAX_JIFFY_OFFSET)) in __usecs_to_jiffies() 586 return MAX_JIFFY_OFFSET; in __usecs_to_jiffies()
|
| /linux/drivers/net/wireless/broadcom/b43/ ! |
| H A D | debugfs.c | 416 expire -= MAX_JIFFY_OFFSET; in calc_expire_secs() 417 now -= MAX_JIFFY_OFFSET; in calc_expire_secs()
|
| /linux/Documentation/driver-api/firmware/ ! |
| H A D | fallback-mechanisms.rst | 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 custom 204 If you echo 0 into it means MAX_JIFFY_OFFSET will be used. The data type
|
| /linux/net/hsr/ ! |
| H A D | hsr_framereg.c | 711 if (time_after(jiffies, time_a + MAX_JIFFY_OFFSET / 2)) in hsr_prune_nodes() 713 if (time_after(jiffies, time_b + MAX_JIFFY_OFFSET / 2)) in hsr_prune_nodes()
|
| /linux/fs/afs/ ! |
| H A D | fs_probe.c | 444 timer_at = nowj + MAX_JIFFY_OFFSET; in afs_fs_probe_dispatcher()
|
| /linux/drivers/char/ ! |
| H A D | lp.c | 687 to_jiffies = MAX_JIFFY_OFFSET; in lp_set_timeout()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ ! |
| H A D | libipw_wx.c | 38 return jiffies_to_msecs(end + (MAX_JIFFY_OFFSET - start) + 1); in elapsed_jiffies_msecs()
|
| /linux/fs/smb/client/ ! |
| H A D | transport.c | 435 t = MAX_JIFFY_OFFSET; in wait_for_free_credits()
|
| /linux/block/ ! |
| H A D | bfq-iosched.c | 1652 return jiffies - MAX_JIFFY_OFFSET; in bfq_smallest_from_now()
|