Home
last modified time | relevance | path

Searched refs:bdflush (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/Documentation/sysctl/
Dvm.txt10 - Corrected values for bdflush
24 three of the files (bdflush, max-readahead, min-readahead)
32 - bdflush
53 bdflush:
55 This file controls the operation of the bdflush kernel
76 maximum number of dirty buffers that bdflush
80 bdflush isn't woken up often enough. The
104 before bdflush activates synchronously. This
106 bdflush forces buffers to disk. The default
112 is dirty which will stop bdflush. The default
/linux-2.4.37.9/arch/parisc/kernel/
Dsyscall.S506 ENTRY_SAME(bdflush)
/linux-2.4.37.9/fs/
Dbuffer.c3021 int bdflush(void *startup) in bdflush() function
3138 kernel_thread(bdflush, &startup, CLONE_FS | CLONE_FILES | CLONE_SIGNAL); in bdflush_init()
/linux-2.4.37.9/
DCREDITS1071 D: Transformed old user space bdflush into 1st kernel thread - kflushd.