Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/locking/
Dlockdep.c4533 if (!hlock->hardirqs_off) { in mark_usage()
4910 int trylock, int read, int check, int hardirqs_off, in __lock_acquire() argument
4997 hlock->hardirqs_off = !!hardirqs_off; in __lock_acquire()
5197 hlock->hardirqs_off, in reacquire_held_locks()
5656 hlock.hardirqs_off = true; in lock_acquire()
/Linux-v6.1/include/linux/
Dlockdep.h136 unsigned int hardirqs_off:1; member