Lines Matching defs:drops
2098 uint64_t drops;
2533 if ((drops = buf->dtbd_drops) == 0)
2537 * Explicitly zero the drops to prevent us from processing them again.
2541 return (dt_handle_cpudrop(dtp, cpu, DTRACEDROP_PRINCIPAL, drops));
2973 uint64_t *drops = alloca(max_ncpus * sizeof (uint64_t));
2978 bzero(drops, max_ncpus * sizeof (uint64_t));
3000 drops[i] = buf->dtbd_drops;
3037 /* Consume drops. */
3039 if (drops[i] != 0) {
3041 DTRACEDROP_PRINCIPAL, drops[i]);