Searched refs:only_once (Results 1 – 3 of 3) sorted by relevance
740 int only_once = 1; \742 if (only_once) { \743 only_once = 0; \750 int only_once = 1; \752 if (only_once) { \753 only_once = 0; \
2130 int only_once; in check_xas_conflict_get_order() local2149 only_once = 0; in check_xas_conflict_get_order()2155 only_once++; in check_xas_conflict_get_order()2157 XA_BUG_ON(xa, only_once != 1); in check_xas_conflict_get_order()2162 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()
415 bool only_once);943 bool only_once) in check_completion() argument950 if (only_once) in check_completion()