Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
Dsmp_64.c1126 static atomic_t smp_capture_depth = ATOMIC_INIT(0); variable
1132 int result = atomic_add_return(1, &smp_capture_depth); in smp_capture()
1154 if (atomic_dec_and_test(&smp_capture_depth)) { in smp_release()