/src/sys/dev/rasops/ |
rasops24.c | 214 int bytes, full, slop, cnt; local in function:rasops24_eraserows 266 slop = (bytes - full * (4 * 3)) / 4; 278 for (cnt = 0; cnt < slop; cnt++) 377 /* Trailing slop */
|
/src/sys/dev/ |
lockstat.c | 169 int i, per, slop, cpuno; local in function:lockstat_init_tables 190 slop = le->le_nbufs - (per * ncpu); 205 if (--slop > 0) {
|
/src/sys/dev/pci/ |
hifn7751var.h | 95 u_int32_t slop[HIFN_D_CMD_RSIZE]; member in struct:hifn_dma
|
hifn7751.c | 1581 offsetof(struct hifn_dma, slop[cmd->slopidx]); 2535 cmd->sloplen, &dma->slop[cmd->slopidx]); 2539 cmd->sloplen, &dma->slop[cmd->slopidx]);
|
/src/sbin/resize_ffs/ |
resize_ffs.c | 1826 int slop; local in function:shrink 1827 slop = 0; 1829 slop += cgs[i]->cg_cs.cs_nifree; 1831 slop -= oldsb->fs_ipg - cgs[i]->cg_cs.cs_nifree; 1832 if (slop < 0)
|
/src/sys/dev/ic/ |
mlx.c | 681 mlx_adjqparam(struct mlx_softc *mlx, int mpu, int slop) 692 ldadjqparam(ld, mpu + (slop-- > 0));
|
/src/sys/kern/ |
kern_descrip.c | 1245 u_int slop = PCG_NOBJECTS_NORMAL * (ncpu - 1); local in function:file_ctor 1251 if (__predict_false(nfiles >= slop + maxfiles)) {
|