Searched refs:reclaimer (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/lockd/ |
D | clntlock.c | 24 static int reclaimer(void *ptr); 218 task = kthread_run(reclaimer, host, "%s-reclaim", host->h_name); in nlmclnt_recovery() 227 reclaimer(void *ptr) in reclaimer() function
|
/linux-4.4.14/Documentation/vm/ |
D | idle_page_tracking.txt | 86 from a process address space. To avoid interference with the reclaimer, which, 90 is set on the page. The reclaimer treats the Young flag as an extra PTE 93 Since the idle memory tracking feature is based on the memory reclaimer logic,
|
/linux-4.4.14/Documentation/RCU/ |
D | whatisRCU.txt | 110 So how the heck can a reclaimer tell when a reader is done, given 137 Used by a reader to inform the reclaimer that the reader is 151 Used by a reader to inform the reclaimer that the reader is 159 Marks the end of updater code and the beginning of reclaimer 291 reader, updater, and reclaimer. 307 +----------------------------------->| reclaimer | 516 RCU distinction between updater, namely foo_update_a(), and reclaimer,
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfs.txt | 742 data. Since it may be called by the memory reclaimer, it
|