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.c542 if (timer->is_soft) in __hrtimer_next_event_base()
826 if (timer->is_soft) { in hrtimer_reprogram()
1324 WARN_ON_ONCE(!(mode & HRTIMER_MODE_SOFT) ^ !timer->is_soft); in hrtimer_start_range_ns()
1448 if (!timer->is_soft || is_migration_base(base)) { in hrtimer_cancel_wait_running()
1646 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.c4106 bool is_soft = (type == SVM_EXITINTINFO_TYPE_SOFT); in svm_complete_soft_interrupt() local
4118 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) && in svm_complete_soft_interrupt()
4129 else if (!nrips && (is_soft || is_exception) && in svm_complete_soft_interrupt()