Home
last modified time | relevance | path

Searched refs:block_dump (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dwriteback.h363 extern int block_dump;
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst105 gather information by setting the flag /proc/sys/vm/block_dump. When this flag
109 block_dump is written to the kernel output, and it can be retrieved using
110 "dmesg". When you use block_dump and your kernel logging level also includes
112 the output of block_dump will be logged, causing disk activity that is not
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dvm.rst28 - block_dump
110 block_dump chapter
113 block_dump enables block I/O debugging when set to a nonzero value. More
/OK3568_Linux_fs/kernel/kernel/
H A Dsysctl.c3009 .data = &block_dump,
3010 .maxlen = sizeof(block_dump),
/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c1105 if (unlikely(block_dump)) { in submit_bio()
/OK3568_Linux_fs/kernel/mm/
H A Dpage-writeback.c117 int block_dump; variable