Searched refs:Nbytes (Results 1 – 2 of 2) sorted by relevance
420 long Nbytes; local425 len = erdblk((char *)&Nbytes, sizeof(Nbytes), fn);427 if (len != sizeof(Nbytes))429 Nbytes = ntohl(Nbytes);430 DEBUG(7,"trddata expecting %ld bytes\n", Nbytes);431 nread = Nbytes;435 if (len != Nbytes)
46 static struct stats *Nbytes; variable57 Nbytes = stats_new_counter("ievent.nbytes", "total cache size", 1); in ipath_init()189 stats_counter_add(Nbytes, 2 * sizeof (struct ipath)); in ipath_dummy()215 stats_counter_add(Nbytes, (i + 1) * sizeof (struct ipath)); in ipath_for_usednames()272 stats_counter_add(Nbytes, (count + 1) * sizeof (struct ipath)); in ipath()430 if (Nbytes) { in ipath_fini()431 stats_delete(Nbytes); in ipath_fini()432 Nbytes = NULL; in ipath_fini()