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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Close.c270 sp->pid, err, force_abort, sp->localSocket, sp->removing));
294 if (sp->removing && (force_abort >= 0)) { /* Abort outstanding receives */
332 sp->removing = 0;
394 if (sp->removing) { /* Don't allow dspRemove or dspClose */
433 sp->removing = 1; /* Prevent allowing another dspClose. */
H A Dadsp_Open.c150 (sp->removing)) { /* The CCB must be closed */
206 sp->removing = 0;
H A Dadsp_Timer.c85 sp->removing = 1;
H A Dadsp.c95 sp->removing = 1; /* Prevent allowing another dspClose. */
110 sp->removing = 1; /* Prevent allowing another dspClose. */
H A Dadsp_internal.h244 unsigned removing:1; /* There is a dspRemove pending */ member in struct:ccb
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s704 ; Did we reduce #lists in use by removing last mapping in last list?
738 ; Did we reduce #lists in use by removing last mapping in last list?
774 * observation: because VM does a lot of removing and restoring of mappings in the process of
H A Dhw_vm.s391 rlwinm. r0,r22,0,mpRIPb,mpRIPb ; Are we in the process of removing this one?
414 hamRemv: ori r4,r4,mapRtRemove ; We are in the process of removing the collision
799 li r3,mapRtRemove ; Say we are still removing this
2408 cmplwi cr1,r0,0 ; Are we removing?
2410 crorc cr0_eq,cr0_eq,cr1_eq ; Not found or removing
2433 and r3,r3,r6 ; Clear if not found or removing
3829 rlwinm r0,r7,0,mpRIPb,mpRIPb ; Are we removing this one?
3832 crorc cr0_eq,cr0_eq,cr1_eq ; Merge not found and removing
3834 bt-- cr0_eq,hpfNotFound ; Not found or removing...

Completed in 49 milliseconds