Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/kernel/
Dsmp_64.c1142 static atomic_t smp_capture_depth = ATOMIC_INIT(0); variable
1148 int result = atomic_add_return(1, &smp_capture_depth); in smp_capture()
1170 if (atomic_dec_and_test(&smp_capture_depth)) { in smp_release()