Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dkern_stackshot.c1051 #define PLH_STAT_OP(...) (void)(__VA_ARGS__) macro
1053 #define PLH_STAT_OP(...) (void)(0) macro
1105 PLH_STAT_OP(port_label_hash.plh_bad++); in stackshot_plh_setup()
1170 PLH_STAT_OP(plh->plh_lookup_send++); in stackshot_plh_lookup()
1173 PLH_STAT_OP(plh->plh_lookup_receive++); in stackshot_plh_lookup()
1178 PLH_STAT_OP(plh->plh_lookups++); in stackshot_plh_lookup()
1188 PLH_STAT_OP((plh->plh_bad++), (plh->plh_bad_depth += depth)); in stackshot_plh_lookup()
1193 PLH_STAT_OP((plh->plh_found++), (plh->plh_found_depth += depth)); in stackshot_plh_lookup()
1200 PLH_STAT_OP((plh->plh_bad++), (plh->plh_bad_depth += depth)); in stackshot_plh_lookup()
1203 PLH_STAT_OP((plh->plh_insert++), (plh->plh_insert_depth += depth)); in stackshot_plh_lookup()