Searched refs:DEBUG_RWSEMS_WARN_ON (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Drwsem.c68 # define DEBUG_RWSEMS_WARN_ON(c, sem) do { \ macro
70 WARN_ONCE(c, "DEBUG_RWSEMS_WARN_ON(%s): count = 0x%lx, magic = 0x%lx, owner = 0x%lx, curr 0x%lx, list %sempty\n",\
78 # define DEBUG_RWSEMS_WARN_ON(c, sem) macro
1254 DEBUG_RWSEMS_WARN_ON(!is_rwsem_reader_owned(sem), sem);
1281 DEBUG_RWSEMS_WARN_ON(sem->magic != sem, sem);
1328 DEBUG_RWSEMS_WARN_ON(sem->magic != sem, sem);
1342 DEBUG_RWSEMS_WARN_ON(sem->magic != sem, sem);
1343 DEBUG_RWSEMS_WARN_ON(!is_rwsem_reader_owned(sem), sem);
1348 DEBUG_RWSEMS_WARN_ON(tmp < 0, sem);
1364 DEBUG_RWSEMS_WARN_ON(se
1504 #define DEBUG_RWSEMS_WARN_ON macro
[all...]

Completed in 116 milliseconds