Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlockdep_types.h253 unsigned int hardirqs_off:1; member
/linux/kernel/locking/
H A Dlockdep.c4652 if (!hlock->hardirqs_off && !hlock->sync) { in mark_usage()
5078 int trylock, int read, int check, int hardirqs_off, in __lock_acquire() argument
5179 hlock->hardirqs_off = !!hardirqs_off; in __lock_acquire()
5389 hlock->hardirqs_off, in reacquire_held_locks()
5856 hlock.hardirqs_off = true; in lock_acquire()