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; \
2042 int only_once; in check_xas_conflict_get_order() local2061 only_once = 0; in check_xas_conflict_get_order()2067 only_once++; in check_xas_conflict_get_order()2069 XA_BUG_ON(xa, only_once != 1); in check_xas_conflict_get_order()2074 only_once = 0; in check_xas_conflict_get_order()2080 only_once++; in check_xas_conflict_get_order()2082 XA_BUG_ON(xa, only_once != 1); in check_xas_conflict_get_order()
417 bool only_once);945 bool only_once) in check_completion() argument951 if (only_once) in check_completion()