Home
last modified time | relevance | path

Searched refs:is_soft (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/kernel/time/
H A Dhrtimer.c534 if (timer->is_soft) in __hrtimer_next_event_base()
825 if (timer->is_soft) { in hrtimer_reprogram()
1291 * Check whether the HRTIMER_MODE_SOFT bit and hrtimer.is_soft in hrtimer_start_range_ns()
1296 WARN_ON_ONCE(!(mode & HRTIMER_MODE_SOFT) ^ !timer->is_soft); in hrtimer_start_range_ns()
1406 if (!timer->is_soft || is_migration_base(base)) { in hrtimer_cancel_wait_running()
1575 timer->is_soft = softtimer; in __hrtimer_init()
/kernel/linux/linux-5.10/kernel/time/
H A Dhrtimer.c532 if (timer->is_soft) in __hrtimer_next_event_base()
791 if (timer->is_soft) { in hrtimer_reprogram()
1208 * Check whether the HRTIMER_MODE_SOFT bit and hrtimer.is_soft in hrtimer_start_range_ns()
1213 WARN_ON_ONCE(!(mode & HRTIMER_MODE_SOFT) ^ !timer->is_soft); in hrtimer_start_range_ns()
1323 if (!timer->is_soft || is_migration_base(base)) { in hrtimer_cancel_wait_running()
1492 timer->is_soft = softtimer; in __hrtimer_init()
/kernel/linux/linux-5.10/include/linux/
H A Dhrtimer.h115 * @is_soft: Set if hrtimer will be expired in soft interrupt context.
128 u8 is_soft; member
/kernel/linux/linux-6.6/include/linux/
H A Dhrtimer.h112 * @is_soft: Set if hrtimer will be expired in soft interrupt context.
125 u8 is_soft; member
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm.c3991 bool is_soft = (type == SVM_EXITINTINFO_TYPE_SOFT); in svm_complete_soft_interrupt() local
4003 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) && in svm_complete_soft_interrupt()
4014 else if (!nrips && (is_soft || is_exception) && in svm_complete_soft_interrupt()

Completed in 19 milliseconds