Searched refs:RWST_WRITE_HELD (Results 1 – 2 of 2) sorted by relevance
69 while (RWST_WRITE_HELD(l) || in rwst_enter_common()79 if (RWST_WRITE_HELD(l)) { in rwst_enter_common()106 if (RWST_WRITE_HELD(l)) { in rwst_enter_common()115 if (!RWST_WRITE_HELD(l) && in rwst_enter_common()136 if (RWST_WRITE_HELD(l)) { in rwst_exit()
62 #define RWST_WRITE_HELD(l) ((l)->rwst_count < 0) macro65 #define RWST_OWNER(l) (RWST_WRITE_HELD(l) ? \