Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dhrtimer.c541 if (timer->is_soft) in __hrtimer_next_event_base()
825 if (timer->is_soft) { in hrtimer_reprogram()
1318 * Check whether the HRTIMER_MODE_SOFT bit and hrtimer.is_soft in hrtimer_start_range_ns()
1323 WARN_ON_ONCE(!(mode & HRTIMER_MODE_SOFT) ^ !timer->is_soft); in hrtimer_start_range_ns()
1447 if (!timer->is_soft || is_migration_base(base)) { in hrtimer_cancel_wait_running()
1622 timer->is_soft = softtimer; in __hrtimer_setup()
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dgdb-kernel-debugging.rst142 is_soft = 0 '\000',
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst146 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.c4062 bool is_soft = (type == SVM_EXITINTINFO_TYPE_SOFT); in svm_complete_soft_interrupt() local
4074 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) && in svm_complete_soft_interrupt()
4085 else if (!nrips && (is_soft || is_exception) && in svm_complete_soft_interrupt()