Home
last modified time | relevance | path

Searched refs:discard (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.121.6/osfmk/vm/
H A Dvm32_user.c135 vm32_address_ut discard; in vm32_vm_deallocate() local
137 if (vm_sanitize_add_overflow(start32, size32, &discard)) { in vm32_vm_deallocate()
156 vm32_address_ut discard; in vm32_vm_inherit() local
159 vm_sanitize_add_overflow(start32, size32, &discard)) { in vm32_vm_inherit()
182 vm32_address_ut discard; in vm32_vm_protect() local
185 vm_sanitize_add_overflow(start32, size32, &discard)) { in vm32_vm_protect()
208 vm32_address_ut discard; in vm32_vm_machine_attribute() local
211 vm_sanitize_add_overflow(addr32, size32, &discard)) { in vm32_vm_machine_attribute()
424 vm32_address_ut discard; in vm32_vm_behavior_set() local
426 if (vm_sanitize_add_overflow(start32, size32, &discard)) { in vm32_vm_behavior_set()
H A Dvm_resident.c8156 boolean_t discard = FALSE; in hibernate_consider_discard() local
8228 discard = (!m->vmp_dirty) in hibernate_consider_discard()
8233 if (discard == FALSE) { in hibernate_consider_discard()
8242 discard = FALSE; in hibernate_consider_discard()
8255 return discard; in hibernate_consider_discard()
8406 boolean_t discard = FALSE; in hibernate_page_list_setall() local
8522 discard = FALSE; in hibernate_page_list_setall()
8529 discard = discard_all; in hibernate_page_list_setall()
8538 if (discard) { in hibernate_page_list_setall()
8552 discard = FALSE; in hibernate_page_list_setall()
[all …]
H A Dvm_user.c1647 mach_vm_address_t discard; in mach_vm_page_range_query_sanitize() local
1667 &discard)) { in mach_vm_page_range_query_sanitize()
/xnu-11417.121.6/bsd/net/
H A Dif_bond.c1766 goto discard; in bond_handle_slow_proto_multicast()
1787 goto discard; in bond_handle_slow_proto_multicast()
1803 goto discard; in bond_handle_slow_proto_multicast()
1807 discard: in bond_handle_slow_proto_multicast()
1823 goto discard; in bond_input_packet_list()
1827 goto discard; in bond_input_packet_list()
1859 discard: in bond_input_packet_list()
/xnu-11417.121.6/osfmk/mach/
H A Dhost_priv.defs323 * If this value is already set, the kernel will discard its
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_bio.c115 int bcleanbuf(buf_t bp, boolean_t discard);
3876 bcleanbuf(buf_t bp, boolean_t discard) in bcleanbuf() argument
3890 if (discard) { in bcleanbuf()
3940 if (discard) { in bcleanbuf()
/xnu-11417.121.6/bsd/vm/
H A Dvm_unix.c1987 mach_vm_address_t discard; in shared_region_map_and_slide_2_np() local
1997 &discard))) { in shared_region_map_and_slide_2_np()
/xnu-11417.121.6/bsd/kern/
H A Duipc_socket.c1420 goto discard; in soclose_locked()
1476 discard: in soclose_locked()