Searched refs:SMP_CLOSED (Results 1 – 2 of 2) sorted by relevance
259 smp_state->smp_open_flag = SMP_CLOSED; in smp_do_attach()334 if (smp_state->smp_open_flag != SMP_CLOSED) { in smp_open()366 if (smp_state->smp_open_flag == SMP_CLOSED) { in smp_close()369 smp_state->smp_open_flag = SMP_CLOSED; in smp_close()
43 #define SMP_CLOSED 0 macro