Searched refs:only_once (Results 1 – 3 of 3) sorted by relevance
742 int only_once = 1; \744 if (only_once) { \745 only_once = 0; \752 int only_once = 1; \754 if (only_once) { \755 only_once = 0; \
2143 int only_once; in check_xas_conflict_get_order() local2162 only_once = 0; in check_xas_conflict_get_order()2168 only_once++; in check_xas_conflict_get_order()2170 XA_BUG_ON(xa, only_once != 1); in check_xas_conflict_get_order()2175 only_once = 0; in check_xas_conflict_get_order()2181 only_once++; in check_xas_conflict_get_order()2183 XA_BUG_ON(xa, only_once != 1); in check_xas_conflict_get_order()
414 bool only_once);929 bool only_once) in check_completion() argument936 if (only_once) in check_completion()