Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dlockdep_types.h253 unsigned int hardirqs_off:1; member
/linux-6.15/kernel/locking/
H A Dlockdep.c4653 if (!hlock->hardirqs_off && !hlock->sync) { in mark_usage()
5079 int trylock, int read, int check, int hardirqs_off, in __lock_acquire() argument
5177 hlock->hardirqs_off = !!hardirqs_off; in __lock_acquire()
5387 hlock->hardirqs_off, in reacquire_held_locks()
5854 hlock.hardirqs_off = true; in lock_acquire()