Home
last modified time | relevance | path

Searched refs:need_copy (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/osfmk/vm/
H A Dvm_fault.c4250 bool need_copy; in vm_fault_internal() local
4366 need_copy = FALSE; in vm_fault_internal()
4368 need_copy = TRUE; in vm_fault_internal()
4371 if (need_copy || change_wiring) { in vm_fault_internal()
4412 need_copy = TRUE; in vm_fault_internal()
4418 (fault_type | (need_copy ? VM_PROT_COPY : 0)), in vm_fault_internal()
4504 if (wired || need_copy) { in vm_fault_internal()
4841 if (!need_copy && in vm_fault_internal()
4878 need_copy = TRUE; in vm_fault_internal()
4890 if (!(fault_type & VM_PROT_WRITE) && !need_copy) { in vm_fault_internal()
[all …]
/xnu-11215.1.10/bsd/net/
H A Dif_bridge.c6721 ether_type_flag_t etypef, mbuf_t m, bool need_copy)
6830 } else if (!need_copy && TAILQ_NEXT(dbif, bif_next) == NULL) {
6886 if (!need_copy && !used) {