Lines Matching refs:bytes
810 __field(unsigned long long, bytes)
819 __entry->bytes = statbuf.bytes;
822 __entry->bytes = -1;
829 __entry->bytes,
849 __entry->bytes_used = statbuf.bytes;
968 TP_PROTO(struct xfarray_sortinfo *si, size_t bytes),
969 TP_ARGS(si, bytes),
974 __field(size_t, bytes)
981 __entry->bytes = bytes;
984 TP_printk("xfino 0x%lx nr %llu objsz %zu stack %u bytes %zu",
989 __entry->bytes)