Home
last modified time | relevance | path

Searched refs:secs_w (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dpktcdvd.h46 unsigned long secs_w; member
/openbmc/linux/drivers/block/
H A Dpktcdvd.c142 return sysfs_emit(buf, "%lu\n", pd->stats.secs_w >> 1); in kb_written_show()
172 pd->stats.secs_w = 0; in reset_store()
467 seq_printf(m, "\twritten:\t\t%lukB\n", pd->stats.secs_w >> 1); in pkt_seq_show()
1027 pd->stats.secs_w += num_frames * (CD_FRAMESIZE >> 9); in pkt_gather_data()