Searched refs:SSHOT_ENTITLEMENT_RECENT (Results 1 – 1 of 1) sorted by relevance
87 #define SSHOT_ENTITLEMENT_RECENT 16 /* track 16 recent violators */ macro101 static struct stackshot_entitlement_report *sshot_report_recent[SSHOT_ENTITLEMENT_RECENT];192 for (int i = 0; i < SSHOT_ENTITLEMENT_RECENT; i++) { in stackshot_entitlement_do_report()283 …struct stackshot_entitlement_report *ser = kalloc_data(sizeof(*ser) * SSHOT_ENTITLEMENT_RECENT, Z_… in sshot_entitlement_send_batch()289 for (size_t i = 0; i < SSHOT_ENTITLEMENT_RECENT; i++) { in sshot_entitlement_send_batch()335 for (int idx = 0; idx < SSHOT_ENTITLEMENT_RECENT; idx++) {350 SSHOT_ENTITLEMENT_RECENT, post_batch, (int)post_batch_counts);358 if (post_batch != SSHOT_ENTITLEMENT_RECENT ||359 post_batch_counts != SSHOT_ENTITLEMENT_RECENT ||