Home
last modified time | relevance | path

Searched refs:rchar (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dtask_io_accounting_ops.h96 dst->rchar += src->rchar; in task_chr_io_accounting_add()
H A Dtask_io_accounting.h15 u64 rchar; member
/openbmc/linux/include/linux/sched/
H A Dxacct.h14 tsk->ioac.rchar += amt; in add_rchar()
/openbmc/linux/kernel/
H A Dtsacct.c107 stats->read_char = p->ioac.rchar & KB_MASK; in xacct_add_tsk()
/openbmc/linux/drivers/net/wireless/cisco/
H A Dairo.c8171 int rchar; in flashgchar() local
8175 rchar = IN4500(ai, SWS1); in flashgchar()
8177 if (dwelltime && !(0x8000 & rchar)) { in flashgchar()
8182 rbyte = 0xff & rchar; in flashgchar()
8184 if ((rbyte == matchbyte) && (0x8000 & rchar)) { in flashgchar()
8188 if (rbyte == 0x81 || rbyte == 0x82 || rbyte == 0x83 || rbyte == 0x1a || 0xffff == rchar) in flashgchar()
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst1715 rchar: 323934931
1727 rchar subsubsection
1743 to disk. Similar caveats apply here as with rchar.
/openbmc/linux/fs/proc/
H A Dbase.c3068 (unsigned long long)acct.rchar, in do_io_accounting()