Searched refs:MAX_JIFFY_OFFSET (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/kernel/time/ |
H A D | time.c | 490 * - negative values mean 'infinite timeout' (MAX_JIFFY_OFFSET) 493 * MAX_JIFFY_OFFSET values] mean 'infinite timeout' too. 506 return MAX_JIFFY_OFFSET; msecs_to_jiffies() 523 if (m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) msecs_to_jiffies() 524 return MAX_JIFFY_OFFSET; msecs_to_jiffies() 533 if (HZ > MSEC_PER_SEC && m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) msecs_to_jiffies() 534 return MAX_JIFFY_OFFSET; msecs_to_jiffies() 544 if (u > jiffies_to_usecs(MAX_JIFFY_OFFSET)) usecs_to_jiffies() 545 return MAX_JIFFY_OFFSET; usecs_to_jiffies() 725 * And this doesn't return MAX_JIFFY_OFFSET since this function is designed 756 * And this doesn't return MAX_JIFFY_OFFSET since this function is designed
|
/linux-4.1.27/include/linux/ |
H A D | jiffies.h | 180 #define MAX_JIFFY_OFFSET ((LONG_MAX >> 1)-1) macro 273 (long)((u64)((u64)MAX_JIFFY_OFFSET * TICK_NSEC) / NSEC_PER_SEC) 276 (SH_DIV((MAX_JIFFY_OFFSET >> SEC_JIFFIE_SC) * TICK_NSEC, NSEC_PER_SEC, 1) - 1)
|
H A D | jbd2.h | 681 return end + (MAX_JIFFY_OFFSET - start); jbd2_time_diff()
|
/linux-4.1.27/drivers/oprofile/ |
H A D | oprof.c | 136 if (time_slice == MAX_JIFFY_OFFSET) { oprofile_set_timeout()
|
/linux-4.1.27/net/hsr/ |
H A D | hsr_framereg.c | 372 if (time_after(jiffies, time_a + MAX_JIFFY_OFFSET/2)) hsr_prune_nodes() 374 if (time_after(jiffies, time_b + MAX_JIFFY_OFFSET/2)) hsr_prune_nodes()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
H A D | debugfs.c | 430 expire -= MAX_JIFFY_OFFSET; calc_expire_secs() 431 now -= MAX_JIFFY_OFFSET; calc_expire_secs()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | libipw_wx.c | 55 return jiffies_to_msecs(end + (MAX_JIFFY_OFFSET - start) + 1); elapsed_jiffies_msecs()
|
/linux-4.1.27/drivers/base/ |
H A D | firmware_class.c | 97 return loading_timeout > 0 ? loading_timeout * HZ : MAX_JIFFY_OFFSET; firmware_loading_timeout() 923 timeout = MAX_JIFFY_OFFSET; _request_firmware_load()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_drv.h | 3229 return min_t(unsigned long, MAX_JIFFY_OFFSET, j + 1); msecs_to_jiffies_timeout() 3234 return min_t(u64, MAX_JIFFY_OFFSET, nsecs_to_jiffies64(n) + 1); nsecs_to_jiffies_timeout() 3242 return min_t(unsigned long, MAX_JIFFY_OFFSET, j + 1); timespec_to_jiffies_timeout()
|
/linux-4.1.27/fs/ext4/ |
H A D | super.c | 3001 next_wakeup = MAX_JIFFY_OFFSET; ext4_lazyinit_thread() 3030 (MAX_JIFFY_OFFSET == next_wakeup)) { ext4_lazyinit_thread()
|
Completed in 379 milliseconds