Lines Matching full:forwards
2184 * Forwards and backwards subgraph searching, for the purposes of
2295 * Find a node in the forwards-direction dependency sub-graph starting
2365 * 1) A lock_list can be either forwards or backwards for a lock dependency,
2370 * "A -> B" (forwards case).
2385 * The notation of a forwards helper lock_list is like "-> A", which means
2386 * we should search the forwards dependencies starting with "A", e.g A -> B
2778 * forwards-subgraph starting at <next>:
3108 * hardirq-unsafe lock (in the full forwards-subgraph starting at
3113 * softirq-unsafe lock (in the full forwards-subgraph starting at
3118 * Then if all the validations pass, we add the forwards and backwards
4069 struct held_lock *this, int forwards, in print_irq_inversion_bug() argument
4089 if (forwards) in print_irq_inversion_bug()
4109 if (forwards) in print_irq_inversion_bug()
4131 * Prove that in the forwards-direction subgraph starting at <this>
4291 * mark USED_IN has to look forwards -- to ensure no dependency in mark_lock_irq()