OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slop
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/rasops/
rasops24.c
214
int bytes, full,
slop
, cnt;
local
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
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
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
1248
u_int
slop
= PCG_NOBJECTS_NORMAL * (ncpu - 1);
local
1254
if (__predict_false(nfiles >=
slop
+ maxfiles)) {
Completed in 32 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026