Home | History | Annotate | Download | only in blktrace

Lines Matching refs:drops

97 	unsigned long long drops;
180 * The cpu field is overloaded on close: it will contain the number of drops.
889 static void net_send_close(int fd, char *buts_name, int drops)
892 * Overload CPU w/ number of drops
898 net_send_open_close(fd, drops, buts_name, 1);
914 net_send_close(fd, dpp->buts_name, dpp->drops);
1080 int fd, drops = 0;
1100 drops = atoi(tmp);
1103 return drops;
1113 dpp->drops = get_drops(dpp);
1578 iop->dpp->drops = get_drops(iop->dpp);
1587 net_send_close(iop->ofd, dpp->buts_name, dpp->drops);
1989 dpp->drops, (data_read + 1024) >> 10);
1991 total_drops += dpp->drops;
1992 total_events += (nevents + dpp->drops);
2445 dpp->drops = bnh.cpu;