Searched refs:busycount (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c1373 * excess of the requested busycount
1376 * busycount The threshold busy count, used to bias
1387 * required, an additional busycount should be held by the caller
1388 * and a non-zero busycount used.
1394 ubc_isinuse(struct vnode *vp, int busycount) argument
1398 return(ubc_isinuse_locked(vp, busycount, 0));
1406 * excess of the requested busycount
1409 * busycount The threshold busy count, used to bias
1424 * additional busycount should be held by the caller and a
1425 * non-zero busycount use
1431 ubc_isinuse_locked(struct vnode *vp, int busycount, int locked) argument
[all...]

Completed in 11 milliseconds