Home
last modified time | relevance | path

Searched refs:cancelled_write_bytes (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dtask_io_accounting_ops.h41 current->ioac.cancelled_write_bytes += bytes; in task_io_account_cancelled_write()
54 dst->cancelled_write_bytes += src->cancelled_write_bytes; in task_blk_io_accounting_add()
H A Dtask_io_accounting.h46 u64 cancelled_write_bytes; member
/OK3568_Linux_fs/kernel/kernel/
H A Dtsacct.c108 stats->cancelled_write_bytes = p->ioac.cancelled_write_bytes & KB_MASK; in xacct_add_tsk()
112 stats->cancelled_write_bytes = 0; in xacct_add_tsk()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtaskstats.h155 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtaskstats.h154 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtaskstats.h154 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */ member
/OK3568_Linux_fs/kernel/drivers/misc/
H A Duid_sys_stats.c82 if (task->ioac.write_bytes <= task->ioac.cancelled_write_bytes) in compute_write_bytes()
85 return task->ioac.write_bytes - task->ioac.cancelled_write_bytes; in compute_write_bytes()
/OK3568_Linux_fs/kernel/tools/accounting/
H A Dgetdelays.c259 (unsigned long long)t->cancelled_write_bytes); in print_ioacct()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst1710 cancelled_write_bytes: 0
1769 cancelled_write_bytes subsubsection
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c2979 (unsigned long long)acct.cancelled_write_bytes); in do_io_accounting()