Home
last modified time | relevance | path

Searched refs:future (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-6.6/tools/tracing/latency/
H A Dlatency-collector.c513 static __always_inline void get_time_in_future(struct timespec *future, in get_time_in_future() argument
518 clock_gettime_or_die(CLOCK_MONOTONIC, future); in get_time_in_future()
519 future->tv_sec += time_us / USEC_PER_SEC; in get_time_in_future()
520 nsec = future->tv_nsec + (time_us * NSEC_PER_USEC) % NSEC_PER_SEC; in get_time_in_future()
522 future->tv_nsec = nsec % NSEC_PER_SEC; in get_time_in_future()
523 future->tv_sec += 1; in get_time_in_future()
1011 struct timespec future; in go_to_sleep() local
1014 get_time_in_future(&future, delay); in go_to_sleep()
1018 cond_timedwait(&printstate.cond, &printstate.mutex, &future); in go_to_sleep()
1019 if (time_has_passed(&future)) in go_to_sleep()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dcramfs_fs.h59 __u32 future; /* reserved for future use */ member
82 * changed to test super.future instead.
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dcramfs_fs.h59 __u32 future; /* reserved for future use */ member
82 * changed to test super.future instead.
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dcramfs_fs.h46 __u32 future; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dcramfs_fs.h46 __u32 future; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcramfs_fs.h36 __u32 future; member
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memset.S23 * A future enhancement might be to put in a byte store loop for really
154 * Assumes the wh64 needs to be for 2 trips through the loop in the future
162 subq $3, 24, $2 # E : For determining future wh64 addresses
332 * Assumes the wh64 needs to be for 2 trips through the loop in the future
340 subq $3, 24, $2 # E : For determining future wh64 addresses
520 * Assumes the wh64 needs to be for 2 trips through the loop in the future
528 subq $3, 24, $2 # E : For determining future wh64 addresses
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-memset.S23 * A future enhancement might be to put in a byte store loop for really
154 * Assumes the wh64 needs to be for 2 trips through the loop in the future
162 subq $3, 24, $2 # E : For determining future wh64 addresses
332 * Assumes the wh64 needs to be for 2 trips through the loop in the future
340 subq $3, 24, $2 # E : For determining future wh64 addresses
520 * Assumes the wh64 needs to be for 2 trips through the loop in the future
528 subq $3, 24, $2 # E : For determining future wh64 addresses
/kernel/linux/linux-5.10/include/linux/
H A Dti_wilink_st.h35 * @match_packet: reserved for future use, to make ST more generic
297 u8 future[24]; member
/kernel/linux/linux-6.6/include/linux/
H A Dti_wilink_st.h35 * @match_packet: reserved for future use, to make ST more generic
297 u8 future[24]; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.h289 u8 future[MAX_BASE_EXTENSION_FUTURE]; member
H A Dar9003_eeprom.c143 .future = {0, 0},
721 .future = {0, 0},
1300 .future = {0, 0},
1879 .future = {0, 0},
2457 .future = {0, 0},
/kernel/linux/linux-5.10/scripts/
H A Dleaking_addresses.pl90 -o, --output-raw=<file> Save results for future processing.
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhead_32.S269 movb %al,%cl # save reg for future use
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.h289 u8 future[MAX_BASE_EXTENSION_FUTURE]; member
H A Dar9003_eeprom.c143 .future = {0, 0},
721 .future = {0, 0},
1300 .future = {0, 0},
1879 .future = {0, 0},
2457 .future = {0, 0},
/kernel/linux/linux-6.6/scripts/
H A Dleaking_addresses.pl91 -o, --output-raw=<file> Save results for future processing.
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhead_32.S293 movb %al,%cl # save reg for future use
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dhead.S582 @ If a future SoC *does* use 0x0 as the PERIPH_BASE, then the
/kernel/linux/linux-6.6/drivers/cpufreq/
H A DKconfig.x8682 In the future, comparison tests will be added. It can set amd-pstate
/kernel/linux/linux-6.6/rust/alloc/
H A Dboxed.rs130 //! being relaxed in the future! It is a simplified summary of the rules
157 use core::future::Future;
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Disp.S889 # future access error; if -(a7), set mda7_flg in #
893 # future access error; if (a7)+, set mia7_flg in #
H A Dilsp.S58 # leave room for future possible aditions.
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Disp.S889 # future access error; if -(a7), set mda7_flg in #
893 # future access error; if (a7)+, set mia7_flg in #
/kernel/linux/linux-6.6/tools/testing/selftests/iommu/
H A Diommufd.c132 __u64 future; in TEST_F() member
137 /* future area is non-zero */ in TEST_F()
138 cmd.future = 1; in TEST_F()

Completed in 37 milliseconds

12