Searched refs:lo_water (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dmem.c145 size_t lo_water; member in struct:isc__mem
944 ctx->lo_water = 0;
1346 * The check against ctx->lo_water == 0 is for the condition
1348 * isc_mem_setwater() called with 0 for hi_water and lo_water.
1351 (ctx->inuse < ctx->lo_water || ctx->lo_water == 0U)) {
1355 (ctx->inuse < ctx->lo_water || ctx->lo_water == 0U)) {
1636 * The check against ctx->lo_water == 0 is for the condition
1638 * isc_mem_setwater() called with 0 for hi_water and lo_water
[all...]
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c5761 u32 lo_water, hi_water; local
5764 lo_water = BCE_L2CTX_RX_LO_WATER_MARK_DEFAULT;
5766 lo_water = 0;
5769 if (lo_water >= USABLE_RX_BD_ALLOC) {
5770 lo_water = 0;
5775 if (hi_water <= lo_water) {
5776 lo_water = 0;
5779 lo_water /= BCE_L2CTX_RX_LO_WATER_MARK_SCALE;
5785 lo_water = 0;
5787 val |= (lo_water << BCE_L2CTX_RX_LO_WATER_MARK_SHIF
[all...]

Completed in 148 milliseconds