Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/skywalk/channel/
H A Dchannel_ring.c244 if (slot_count > stats->crsu_max_slots_transferred) { in kr_update_user_stats()
245 stats->crsu_max_slots_transferred = slot_count; in kr_update_user_stats()
282 stats->crsu_max_slots_transferred = 0; in kr_update_user_stats()
/xnu-8792.61.2/bsd/skywalk/
H A Dos_stats_private.h1007 uint32_t crsu_max_slots_transferred; member