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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1696 int inuse = 0; local
1732 inuse = 1;
1760 inuse = 1;
1788 inuse = 1;
1796 return (inuse);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s91 lwz r6,SVinuse(0) ; Get inuse count
105 stw r6,SVsaveinusesnapshot(0) ; Save the new number of inuse saveareas
125 lwz r6,SVinuse(0) ; Get inuse count
139 stw r6,SVsaveinusesnapshot(0) ; Save the new number of inuse saveareas
165 stw r7,SVinuse(0) ; Set the new inuse count
195 stw r7,SVinuse(0) ; Set the new inuse count
H A Dhw_vm.s8500 srw r2,r9,r4 ; Get mask to isolate selected inuse and autogen flags
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vnops.c3010 int error = 0, nfsvers, inuse, gotattr = 0, flushed = 0, setsize = 0; local
3038 inuse = vnode_isinuse(vp, 0);
3039 if ((ap->a_flags & VNODE_REMOVE_NODELETEBUSY) && inuse) {
3044 if (inuse && !gotattr) {
3050 if (!inuse || (np->n_sillyrename && (nvattr.nva_nlink > 1))) {
3052 if (!inuse && !flushed) { /* flush all the buffers first */
3096 if (!error && !inuse && !np->n_sillyrename) {
3240 int error, nfsvers, inuse=0, tvprecycle=0, locked=0; local
3294 inuse = vnode_isinuse(tvp, 0);
3295 if (inuse
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c2149 int inuse[MAX_COLORS]; local
2182 inuse[color] = inuse_list_head;
2226 color = inuse[color];

Completed in 129 milliseconds