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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio_kern.h50 vm_map_t aio_map; /* user land map we have a reference to */ member in struct:aio_workq_entry
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c519 my_map = entryp->aio_map;
520 entryp->aio_map = VM_MAP_NULL;
652 my_map = entryp->aio_map;
653 entryp->aio_map = VM_MAP_NULL;
740 my_map = entryp->aio_map;
741 entryp->aio_map = VM_MAP_NULL;
1172 my_map = entryp->aio_map;
1173 entryp->aio_map = VM_MAP_NULL;
1314 if ( currentmap != entryp->aio_map ) {
1318 oldmap = vm_map_switch( entryp->aio_map );
[all...]

Completed in 13 milliseconds