Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_sli4.h740 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; \
/linux-6.12.1/lib/
Dtest_xarray.c2042 int only_once; in check_xas_conflict_get_order() local
2061 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()
/linux-6.12.1/drivers/crypto/intel/iaa/
Diaa_crypto_main.c417 bool only_once);
945 bool only_once) in check_completion() argument
951 if (only_once) in check_completion()