/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/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/contrib/llvm-project/lld/MachO/ |
H A D | ConcatOutputSection.cpp | 249 unsigned slop = 256 * thunkSize; in finalize() local 254 if (expectedNewSize >= isecVA + forwardBranchRange - slop) in finalize()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
H A D | reservation.shlib | 58 # currently there is some slop in the way space is accounted (i.e. can't 171 # or take some slop) -V value that can be used to create a volume in that pool.
|
/freebsd/contrib/less/ |
H A D | output.c | 182 int slop = (int) (q - anchor); in win_flush() local 185 ob = &obuf[slop]; in win_flush()
|
/freebsd/sys/dev/hifn/ |
H A D | hifn7751var.h | 101 u_int32_t slop[HIFN_D_CMD_RSIZE]; member
|
H A D | hifn7751.c | 1690 offsetof(struct hifn_dma, slop[cmd->slopidx]); in hifn_dmamap_load_dst() 2629 cmd->sloplen, &dma->slop[cmd->slopidx]); in hifn_callback()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_misc.c | 1865 uint64_t slop = 0; in spa_get_slop_space() local 1880 slop = MIN(space >> spa_slop_shift, spa_max_slop); in spa_get_slop_space() 1890 slop -= MIN(embedded_log, slop >> 1); in spa_get_slop_space() 1896 slop = MAX(slop, MIN(space >> 1, spa_min_slop)); in spa_get_slop_space() 1897 return (slop); in spa_get_slop_space()
|
/freebsd/sys/vm/ |
H A D | vm_pageout.c | 1638 u_int freed, pps, slop, threads, us; in vm_pageout_inactive_dispatch() local 1641 slop = 0; in vm_pageout_inactive_dispatch() 1651 slop = shortage % threads; in vm_pageout_inactive_dispatch() 1660 vm_pageout_scan_inactive(vmd, vmd->vmd_inactive_shortage + slop); in vm_pageout_inactive_dispatch()
|
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 1602 long slop, rfreevnodes, rfreevnodes_old; in vnlru_read_freevnodes() local 1609 slop = rfreevnodes - rfreevnodes_old; in vnlru_read_freevnodes() 1611 slop = rfreevnodes_old - rfreevnodes; in vnlru_read_freevnodes() 1612 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 | 436 #define RACK_TCPT_RANGESET(tv, value, tvmin, tvmax, slop) do { \ argument 437 (tv) = (value) + slop; \
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |