Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/kernel/
Dsmp_64.c1139 static atomic_t smp_capture_depth = ATOMIC_INIT(0); variable
1145 int result = atomic_add_ret(1, &smp_capture_depth); in smp_capture()
1167 if (atomic_dec_and_test(&smp_capture_depth)) { in smp_release()