Searched refs:mark_lock (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | lockdep.c | 3806 static int mark_lock(struct task_struct *curr, struct held_lock *this, 4133 if (!mark_lock(curr, hlock, hlock_bit)) in mark_held_locks() 4415 if (!mark_lock(curr, hlock, in mark_usage() 4419 if (!mark_lock(curr, hlock, in mark_usage() 4424 if (!mark_lock(curr, hlock, LOCK_USED_IN_HARDIRQ)) in mark_usage() 4427 if (!mark_lock(curr, hlock, LOCK_USED_IN_SOFTIRQ)) in mark_usage() 4433 if (!mark_lock(curr, hlock, in mark_usage() 4437 if (!mark_lock(curr, hlock, in mark_usage() 4441 if (!mark_lock(curr, hlock, in mark_usage() 4445 if (!mark_lock(curr, hlock, in mark_usage() [all …]
|