Home
last modified time | relevance | path

Searched refs:IP_TIMESTAMP_ORDER (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/osfmk/ipc/
H A Dipc_port.h429 #define IP_TIMESTAMP_ORDER(one, two) ((int) ((one) - (two)) < 0) macro
H A Dmach_port.c185 if (ip_active(port) || IP_TIMESTAMP_ORDER(timestamp, ip_get_death_time(port))) { in mach_port_names_helper()
H A Dipc_kmsg.c5594 IP_TIMESTAMP_ORDER(timestamp, in ipc_kmsg_copyout_header()