Home
last modified time | relevance | path

Searched refs:local_lock_2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/Documentation/locking/
Dlocktypes.rst358 local_irq_save(flags); -> local_lock_irqsave(&local_lock_2, flags);
360 local_irq_restore(flags); -> local_unlock_irqrestore(&local_lock_2, flags);
370 local_lock_1 and local_lock_2 are distinct and cannot serialize the callers
/linux-6.1.9/lib/
Dlocking-selftest.c2712 static void local_lock_2(void) in local_lock_2() function
2785 dotest(local_lock_2, SUCCESS, LOCKTYPE_LL); in local_lock_tests()