Home
last modified time | relevance | path

Searched refs:only_once (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h745 int only_once = 1; \
747 if (only_once) { \
748 only_once = 0; \
755 int only_once = 1; \
757 if (only_once) { \
758 only_once = 0; \
/linux/lib/
H A Dtest_xarray.c2143 int only_once; in check_xas_conflict_get_order() local
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()
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()