| /freebsd/sys/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() 334 if ((word & ((1U << slop) - 1)) != 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() 365 if ((word & ((1U << slop) - 1)) != 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() [all …]
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_handle.c | 159 const int slop = 80; in dt_handle_err() local 191 slop; in dt_handle_err() 243 const int slop = 80; in dt_handle_liberr() local 258 slop; in dt_handle_liberr()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | nfsrename.sh | 149 random_sleep(int base, int slop) 153 val = arc4random() % slop;
|
| /freebsd/contrib/less/ |
| H A D | output.c | 341 size_t slop = ptr_diff(q, anchor); in win_flush() local 342 memmove(obuf, anchor, slop); in win_flush() 343 ob = &obuf[slop]; in win_flush()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | util.c | 1216 int slop; local 1223 slop = 0; 1244 (p - l + slop) > mci->mci_mailer->m_linelimit) 1246 register char *q = &l[mci->mci_mailer->m_linelimit - slop - 1]; 1248 if (l[0] == '.' && slop == 0 && 1258 else if (l[0] == 'F' && slop == 0 && 1295 slop = 1; 1302 if (l[0] == '.' && slop == 0 && 1316 else if (l[0] == 'F' && slop == 0 &&
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation.shlib | 59 # currently there is some slop in the way space is accounted (i.e. can't 172 # or take some slop) -V value that can be used to create a volume in that pool.
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ConcatOutputSection.cpp | 309 unsigned slop = 256 * thunkSize; in finalize() local 314 if (expectedNewSize >= isecVA + forwardBranchRange - slop) in finalize()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_misc.c | 1971 uint64_t slop = 0; in spa_get_slop_space() local 1980 slop = MIN(space >> spa_slop_shift, spa_max_slop); in spa_get_slop_space() 1992 slop -= MIN(embedded_log, slop >> 1); in spa_get_slop_space() 1998 slop = MAX(slop, MIN(space >> 1, spa_min_slop)); in spa_get_slop_space() 1999 return (slop); in spa_get_slop_space()
|
| /freebsd/sys/vm/ |
| H A D | vm_pageout.c | 1688 u_int freed, pps, slop, threads, us; in vm_pageout_inactive_dispatch() local 1691 slop = 0; in vm_pageout_inactive_dispatch() 1702 slop = shortage % threads; in vm_pageout_inactive_dispatch() 1711 vm_pageout_scan_inactive(vmd, vmd->vmd_inactive_shortage + slop); in vm_pageout_inactive_dispatch()
|
| /freebsd/sys/kern/ |
| H A D | vfs_subr.c | 1604 long slop, rfreevnodes, rfreevnodes_old; in vnlru_read_freevnodes() local 1611 slop = rfreevnodes - rfreevnodes_old; in vnlru_read_freevnodes() 1613 slop = rfreevnodes_old - rfreevnodes; in vnlru_read_freevnodes() 1614 if (slop < VNLRU_FREEVNODES_SLOP) in vnlru_read_freevnodes()
|
| /freebsd/share/dict/ |
| H A D | web2a | 55726 slop basin 55727 slop book 55728 slop bowl 55729 slop-built 55730 slop chest 55731 slop cloth 55732 slop dealer 55745 slop frock 55746 slop hand 55747 slop jar [all …]
|
| H A D | web2 | 183320 slop
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog | 2090 o Allow more slop in deferred_cb_skew test; freebsd needs it (b9f7e5f)
|
| /freebsd/contrib/libevent/ |
| H A D | ChangeLog | 2090 o Allow more slop in deferred_cb_skew test; freebsd needs it (b9f7e5f)
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 414 #define RACK_TCPT_RANGESET(tv, value, tvmin, tvmax, slop) do { \ argument 415 (tv) = (value) + slop; \
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | [all...] |