Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/locking/
Dlockdep.c4492 if (!hlock->hardirqs_off) { in mark_usage()
4870 int trylock, int read, int check, int hardirqs_off, in __lock_acquire() argument
4957 hlock->hardirqs_off = !!hardirqs_off; in __lock_acquire()
5157 hlock->hardirqs_off, in reacquire_held_locks()
5613 hlock.hardirqs_off = true; in lock_acquire()
/Linux-v5.15/include/linux/
Dlockdep.h140 unsigned int hardirqs_off:1; member