Searched refs:bdflush (Results 1 – 4 of 4) sorted by relevance
10 - Corrected values for bdflush24 three of the files (bdflush, max-readahead, min-readahead)32 - bdflush53 bdflush:55 This file controls the operation of the bdflush kernel76 maximum number of dirty buffers that bdflush80 bdflush isn't woken up often enough. The104 before bdflush activates synchronously. This106 bdflush forces buffers to disk. The default112 is dirty which will stop bdflush. The default
506 ENTRY_SAME(bdflush)
3021 int bdflush(void *startup) in bdflush() function3138 kernel_thread(bdflush, &startup, CLONE_FS | CLONE_FILES | CLONE_SIGNAL); in bdflush_init()
1071 D: Transformed old user space bdflush into 1st kernel thread - kflushd.