Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dstackshot.c90 uint32_t ser_count; member
113 ser_event->sshot_count = ser->ser_count; in stackshot_entitlement_send_report()
149 sshot_report_test_counts += src->ser_count; in sshot_entitlement_copy_for_send()
173 myser.ser_count = 0; in stackshot_entitlement_do_report()
224 if (old != NULL && old->ser_count > 0) { in stackshot_entitlement_do_report()
241 if (os_add_overflow(cur->ser_count, toadd, &ncount)) { in stackshot_entitlement_do_report()
248 cur->ser_count = ncount; in stackshot_entitlement_do_report()
291 if (cur == NULL || cur->ser_count == 0) { in sshot_entitlement_send_batch()
296 cur->ser_count = 0; in sshot_entitlement_send_batch()