Searched refs:oldcnt (Results 1 – 2 of 2) sorted by relevance
312 unsigned newcnt, oldcnt; in dkwedge_array_expand() local317 oldcnt = ndkwedges; in dkwedge_array_expand()320 if (oldcnt >= INT_MAX - incr) in dkwedge_array_expand()322 newcnt = oldcnt + incr; in dkwedge_array_expand()329 if (ndkwedges != oldcnt || dkwedges != oldarray) { in dkwedge_array_expand()
1382 wapbl_resize_buf(struct wapbl *wl, struct buf *bp, long oldsz, long oldcnt) in wapbl_resize_buf() 1395 wl->wl_bcount += bp->b_bcount - oldcnt;1370 wapbl_resize_buf(struct wapbl * wl,struct buf * bp,long oldsz,long oldcnt) wapbl_resize_buf() argument