Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dkern_stackshot.c1030 uint16_t plh_size; /* size of allocations; 0 disables tracking */ member
1081 port_label_hash = (struct port_label_hash){.plh_size = 0}; /* structure assignment */ in stackshot_plh_reset()
1088 .plh_size = STASKSHOT_PLH_SIZE(stackshot_port_label_size), in stackshot_plh_setup()
1095 size_t size = plh.plh_size; in stackshot_plh_setup()
1151 for (int x = 0; x < plh->plh_size; x++) { in stackshot_plh_resetgen()
1178 if (plh->plh_size == 0) { in stackshot_plh_lookup()
1186 if (cur >= plh->plh_count || depth > plh->plh_count || depth > plh->plh_size) { in stackshot_plh_lookup()
1203 if (plh->plh_count >= plh->plh_size) { in stackshot_plh_lookup()
1233 count <= plh->plh_size && plh->plh_size <= STACKSHOT_PLH_SIZE_MAX) { in kdp_stackshot_plh_record()
1277 PLH_STAT(plh_size); in kdp_stackshot_plh_stats()