Searched refs:STAT_DEC_IF (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/block/sdmmc/
H A Dsdmmc.c50 #define STAT_DEC_IF(name, c) do { if (c) dev->stat_##name--; } while (0) macro
59 #define STAT_DEC_IF(name, c) do { } while (0) macro
515 STAT_DEC_IF(pending, txn != NULL);
/fuchsia/zircon/system/dev/block/nvme/
H A Dnvme.c167 #define STAT_DEC_IF(name, c) do { if (c) nvme->stat_##name--; } while (0) macro
176 #define STAT_DEC_IF(name, c) do { } while (0) macro
457 STAT_DEC_IF(pending, txn != NULL);

Completed in 28 milliseconds