Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtask_io_accounting_ops.h97 dst->wchar += src->wchar; in task_chr_io_accounting_add()
H A Dtask_io_accounting.h17 u64 wchar; member
/linux/include/linux/sched/
H A Dxacct.h19 tsk->ioac.wchar += amt; in add_wchar()
/linux/fs/exfat/
H A Dnls.c459 static unsigned short *exfat_wstrchr(unsigned short *str, unsigned short wchar) in exfat_wstrchr() argument
462 if (*(str++) == wchar) in exfat_wstrchr()
/linux/kernel/
H A Dtsacct.c107 stats->write_char = p->ioac.wchar & KB_MASK; in xacct_add_tsk()
/linux/arch/x86/boot/compressed/
H A DMakefile36 KBUILD_CFLAGS += -ffreestanding -fshort-wchar
/linux/
H A DMakefile592 KBUILD_CFLAGS += -fshort-wchar
/linux/fs/proc/
H A Dbase.c3070 (unsigned long long)acct.wchar, in do_io_accounting()