Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/
H A Duid_sys_stats.c43 u64 rchar; member
105 delta = io_curr->rchar + io_dead->rchar - io_last->rchar; in compute_io_bucket_stats()
106 io_bucket->rchar += delta > 0 ? delta : 0; in compute_io_bucket_stats()
114 io_last->rchar = io_curr->rchar; in compute_io_bucket_stats()
250 task_io_slot->rchar += task->ioac.rchar; in add_uid_tasks_io_stats()
278 task_entry->io[UID_STATE_FOREGROUND].rchar, in show_io_uid_tasks()
282 task_entry->io[UID_STATE_BACKGROUND].rchar, in show_io_uid_tasks()
461 io_slot->rchar += task->ioac.rchar; in add_uid_io_stats()
539 uid_entry->io[UID_STATE_FOREGROUND].rchar, in uid_io_show()
543 uid_entry->io[UID_STATE_BACKGROUND].rchar, in uid_io_show()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dxacct.h14 tsk->ioac.rchar += amt; in add_rchar()
/OK3568_Linux_fs/kernel/kernel/
H A Dtsacct.c101 stats->read_char = p->ioac.rchar & KB_MASK; in xacct_add_tsk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/
H A Dairo.c8166 int rchar; in flashgchar() local
8170 rchar = IN4500(ai, SWS1); in flashgchar()
8172 if (dwelltime && !(0x8000 & rchar)) { in flashgchar()
8177 rbyte = 0xff & rchar; in flashgchar()
8179 if ((rbyte == matchbyte) && (0x8000 & rchar)) { in flashgchar()
8183 if (rbyte == 0x81 || rbyte == 0x82 || rbyte == 0x83 || rbyte == 0x1a || 0xffff == rchar) in flashgchar()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst1704 rchar: 323934931
1716 rchar subsubsection
1732 to disk. Similar caveats apply here as with rchar.
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c2973 (unsigned long long)acct.rchar, in do_io_accounting()