Searched refs:smp_capture_depth (Results 1 – 1 of 1) sorted by relevance
1126 static atomic_t smp_capture_depth = ATOMIC_INIT(0); variable1132 int result = atomic_add_return(1, &smp_capture_depth); in smp_capture()1154 if (atomic_dec_and_test(&smp_capture_depth)) { in smp_release()