Home
last modified time | relevance | path

Searched refs:oldcnt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/dkwedge/
H A Ddk.c312 unsigned newcnt, oldcnt; in dkwedge_array_expand() local
317 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()
/netbsd-src/sys/kern/
H A Dvfs_wapbl.c1382 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