Searched refs:maxbytes (Results 1 – 2 of 2) sorted by relevance
31 size_t maxbytes; /* maximum byte count argument */ member41 i[probefunc].maxbytes = arg2 > i[probefunc].maxbytes ?42 arg2 : i[probefunc].maxbytes;56 i["read"].calls, i["read"].maxbytes, i["read"].elapsed);58 i["write"].calls, i["write"].maxbytes, i["write"].elapsed);
42 size_t maxbytes; member53 i[probefunc].maxbytes = arg2 > i[probefunc].maxbytes ?54 arg2 : i[probefunc].maxbytes;69 i["read"].maxbytes, i["read"].elapsed);71 i["write"].maxbytes, i["write"].elapsed);