Searched refs:read (Results 1 – 9 of 9) sorted by relevance
/lib/kunit/ |
D | debugfs.c | 89 .read = seq_read,
|
/lib/ |
D | logic_iomem.c | 226 return (u ## sz) area->ops->read(area->priv, \ 296 buf[offs] = area->ops->read(area->priv, start + offs, 1); in memcpy_fromio()
|
D | error-inject.c | 213 .read = seq_read,
|
D | vsprintf.c | 2763 int read = format_decode(fmt, &spec); in vsnprintf() local 2765 fmt += read; in vsnprintf() 2769 int copy = read; in vsnprintf() 2775 str += read; in vsnprintf() 3078 int read = format_decode(fmt, &spec); in vbin_printf() local 3080 fmt += read; in vbin_printf() 3238 int read = format_decode(fmt, &spec); in bstr_printf() local 3240 fmt += read; in bstr_printf() 3244 int copy = read; in bstr_printf() 3250 str += read; in bstr_printf()
|
D | Kconfig.kcsan | 44 …def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-compound-read-before-write=1))… 45 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-compound-read-before-write=1)) 47 The compiler instruments plain compound read-write operations
|
D | dynamic_debug.c | 917 .read = seq_read,
|
D | test_firmware.c | 135 .read = test_fw_misc_read,
|
D | Kconfig | 663 # memory-read error like x86 machine-check or ARM data-abort, and
|
D | Kconfig.debug | 94 This build option allows you to read kernel boot messages 198 (about 3KB), but can make the kernel logs easier to read. 559 debugging files into. Enable this option to be able to read and 587 their work and read with debug tools that do not need 1473 held, inside an rcu read side critical section, inside preempt disabled
|