Searched refs:rounddown (Results 1 - 4 of 4) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnouveau_mm.c105 e = rounddown(e, mm->block_size);
146 node->length = rounddown(offset + length, mm->block_size) - node->offset;
/drivers/staging/iio/
H A Dkfifo_buf.c113 n = rounddown(n, r->bytes_per_datum);
/drivers/atm/
H A Dlanai.c2089 int rounddown = 0; /* 1 = Round PCR down, i.e. round ICG _up_ */ local
2094 rounddown = 1;
2099 if (rounddown)
2104 DPRINTK("pcr_to_cbricg: pcr=%d rounddown=%c icg=%d\n",
2105 pcr, rounddown ? 'Y' : 'N', icg);
/drivers/target/
H A Dtarget_core_device.c834 tmp = rounddown((max_sectors * block_size), PAGE_SIZE);

Completed in 206 milliseconds