Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/locking/
Dlockdep.c4576 if (!hlock->hardirqs_off && !hlock->sync) { in mark_usage()
4989 int trylock, int read, int check, int hardirqs_off, in __lock_acquire() argument
5078 hlock->hardirqs_off = !!hardirqs_off; in __lock_acquire()
5282 hlock->hardirqs_off, in reacquire_held_locks()
5741 hlock.hardirqs_off = true; in lock_acquire()
/Linux-v6.6/include/linux/
Dlockdep.h136 unsigned int hardirqs_off:1; member