Lines Matching defs:soft
83 * Masks for selecting the soft and hard context timers from
648 ktime_t expires_next, soft = KTIME_MAX;
651 * If the soft interrupt has already been activated, ignore the
652 * soft bases. They will be handled in the already raised soft
656 soft = __hrtimer_get_next_event(cpu_base, HRTIMER_ACTIVE_SOFT);
658 * Update the soft expiry time. clock_settime() might have
661 cpu_base->softirq_expires_next = soft;
667 * and program the hardware with the soft expiry time.
669 if (expires_next > soft) {
671 expires_next = soft;
862 * soft hrtimer could be started on a remote CPU. In this
864 * remote CPU. The soft hrtimer will not expire before the
913 * interrupt or the hrtimer soft interrupt and expiring affected
1298 * Reprogramming needs to be triggered, even if the next soft
1524 * This uses soft expires because that's the user provided
1693 * This prevents priority inversion: if the soft irq thread is preempted
1875 * marked for hard interrupt expiry mode are moved into soft
2084 * earliest interrupt after their soft expiration.
2304 * to allow PREEMPT_RT to tweak the delivery mode (soft/hardirq context)
2331 * marked for hard interrupt expiry mode are moved into soft