Searched refs:slop (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_bitmap.h | 317 unsigned int i, words, slop; in ck_bitmap_empty() local 323 slop = limit % CK_BITMAP_BLOCK; in ck_bitmap_empty() 330 if (slop > 0) { in ck_bitmap_empty() 348 unsigned int i, slop, words; in ck_bitmap_full() local 355 slop = limit % CK_BITMAP_BLOCK; in ck_bitmap_full() 361 if (slop > 0) { in ck_bitmap_full() 379 unsigned int count, i, slop, words; in ck_bitmap_count() local 385 slop = limit % CK_BITMAP_BLOCK; in ck_bitmap_count() 389 if (slop > 0) { in ck_bitmap_count() 416 slop = limit % CK_BITMAP_BLOCK; in ck_bitmap_count_intersect() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation.shlib | 68 # currently there is some slop in the way space is accounted (i.e. can't 181 # or take some slop) -V value that can be used to create a volume in that pool.
|
| /f-stack/freebsd/vm/ |
| H A D | vm_pageout.c | 1657 u_int freed, pps, slop, threads, us; in vm_pageout_inactive_dispatch() local 1660 slop = 0; in vm_pageout_inactive_dispatch() 1670 slop = shortage % threads; in vm_pageout_inactive_dispatch() 1679 vm_pageout_scan_inactive(vmd, vmd->vmd_inactive_shortage + slop); in vm_pageout_inactive_dispatch()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_subr.c | 1392 long slop; in vnlru_read_freevnodes() local 1397 slop = freevnodes - freevnodes_old; in vnlru_read_freevnodes() 1399 slop = freevnodes_old - freevnodes; in vnlru_read_freevnodes() 1400 if (slop < VNLRU_FREEVNODES_SLOP) in vnlru_read_freevnodes()
|