Home
last modified time | relevance | path

Searched refs:smp_lock_count (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/sparc64/lib/
Ddebuglocks.c78 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()
/linux-2.4.37.9/include/asm-sparc64/
Dsystem.h195 if ((PREV)->thread.smp_lock_count) { \
200 (PREV)->thread.smp_lock_count); \
Dprocessor.h91 int smp_lock_count; member
/linux-2.4.37.9/arch/sparc64/kernel/
Dprocess.c609 t->smp_lock_count = 0; in copy_thread()