Searched refs:ktodb (Results 1 – 1 of 1) sorted by relevance
69 #define ktodb(x) ((x) * (1024 / DEV_BSIZE)) macro72 #define ktodb(x) ((x) / (DEV_BSIZE / 1024)) macro474 tmp_bsoftlimit = ktodb(tmp_bsoftlimit); in putprivs()475 tmp_bhardlimit = ktodb(tmp_bhardlimit); in putprivs()