Home
last modified time | relevance | path

Searched refs:is_soft (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dhrtimer_types.h46 u8 is_soft; member
/linux/kernel/time/
H A Dhrtimer.c534 if (timer->is_soft) in __hrtimer_next_event_base()
818 if (timer->is_soft) { in hrtimer_reprogram()
1311 * Check whether the HRTIMER_MODE_SOFT bit and hrtimer.is_soft in hrtimer_start_range_ns()
1316 WARN_ON_ONCE(!(mode & HRTIMER_MODE_SOFT) ^ !timer->is_soft); in hrtimer_start_range_ns()
1440 if (!timer->is_soft || is_migration_base(base)) { in hrtimer_cancel_wait_running()
1638 timer->is_soft = softtimer; in __hrtimer_setup()
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst146 is_soft = 0 '\000',
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dgdb-kernel-debugging.rst142 is_soft = 0 '\000',
/linux/Documentation/process/debugging/
H A Dgdb-kernel-debugging.rst153 is_soft = 0 '\000',
/linux/arch/x86/kvm/svm/
H A Dsvm.c4016 bool is_soft = (type == SVM_EXITINTINFO_TYPE_SOFT); in svm_complete_soft_interrupt() local
4028 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) && in svm_complete_soft_interrupt()
4039 else if (!nrips && (is_soft || is_exception) && in svm_complete_soft_interrupt()