Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dstackshot.c105 uint32_t ser_count; member
128 ser_event->sshot_count = ser->ser_count; in stackshot_entitlement_send_report()
164 sshot_report_test_counts += src->ser_count; in sshot_entitlement_copy_for_send()
188 myser.ser_count = 0; in stackshot_entitlement_do_report()
239 if (old != NULL && old->ser_count > 0) { in stackshot_entitlement_do_report()
256 if (os_add_overflow(cur->ser_count, toadd, &ncount)) { in stackshot_entitlement_do_report()
263 cur->ser_count = ncount; in stackshot_entitlement_do_report()
306 if (cur == NULL || cur->ser_count == 0) { in sshot_entitlement_send_batch()
311 cur->ser_count = 0; in sshot_entitlement_send_batch()