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

/darwin-on-arm/xnu/bsd/sys/
H A Dubc_internal.h119 memory_object_control_t ui_control; /* VM control for the pager */ member in struct:ubc_info
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c637 uip->ui_control = control; /* cache the value of the mo control */
667 * It's actually impossible for a ubc_info.ui_control to take the
677 if (uip->ui_control != MEMORY_OBJECT_CONTROL_NULL)
678 memory_object_control_deallocate(uip->ui_control);
763 control = uip->ui_control;
1106 return((vp->v_ubcinfo->ui_control));
1117 result = memory_object_is_slid(vp->v_ubcinfo->ui_control);
1227 * The following call may fail if an invalid ui_control is specified,
1232 kret = memory_object_pages_resident(vp->v_ubcinfo->ui_control, &has_pages_resident);
1428 kret = memory_object_lock_request(vp->v_ubcinfo->ui_control,
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c1584 memory_object_mark_used(vp->v_ubcinfo->ui_control);
1884 memory_object_mark_unused(vp->v_ubcinfo->ui_control, (vp->v_flag & VRAGE) == VRAGE);

Completed in 88 milliseconds