Searched refs:smp_lock_count (Results 1 – 4 of 4) sorted by relevance
78 current->thread.smp_lock_count++; in _do_spin_lock()96 current->thread.smp_lock_count++; in _spin_trylock()108 current->thread.smp_lock_count--; in _do_spin_unlock()146 current->thread.smp_lock_count++; in _do_read_lock()161 current->thread.smp_lock_count--; in _do_read_unlock()262 current->thread.smp_lock_count++; in _do_write_lock()277 current->thread.smp_lock_count--; in _do_write_unlock()
195 if ((PREV)->thread.smp_lock_count) { \200 (PREV)->thread.smp_lock_count); \
91 int smp_lock_count; member
609 t->smp_lock_count = 0; in copy_thread()