Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/bcache/
Dstats.c63 DIV_SAFE(var(cache_hits) * 100, in SHOW()
Dutil.h443 #define DIV_SAFE(n, d) __DIV_SAFE(n, d, 0) macro