Lines Matching refs:softirq
53 - softirq
85 ||| \-> softirq disabled and not in softirq context
86 || \--> acquired in softirq context
117 A softirq-unsafe lock-class is automatically hardirq-unsafe as well. The
122 <softirq-safe> or <softirq-unsafe>
157 <softirq-safe> -> <softirq-unsafe>
161 thus could result in a lock inversion deadlock. Likewise, a softirq-safe
162 lock could be taken by an softirq context, interrupting a softirq-unsafe
175 - if a new softirq-safe lock is discovered, we check whether it took
176 any softirq-unsafe lock in the past.
181 - if a new softirq-unsafe lock is discovered, we check whether any
182 softirq-safe lock took it in the past.
302 every possible hardirq and softirq nesting scenario (which is impossible