Searched refs:reclaimer (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/lockd/ |
D | clntlock.c | 24 static int reclaimer(void *ptr); 219 task = kthread_run(reclaimer, host, "%s-reclaim", host->h_name); in nlmclnt_recovery() 228 reclaimer(void *ptr) in reclaimer() function
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | idle_page_tracking.rst | 109 from a process address space. To avoid interference with the reclaimer, which, 113 is set on the page. The reclaimer treats the Young flag as an extra PTE 116 Since the idle memory tracking feature is based on the memory reclaimer logic,
|
/Linux-v4.19/Documentation/RCU/ |
D | whatisRCU.txt | 115 So how the heck can a reclaimer tell when a reader is done, given 142 Used by a reader to inform the reclaimer that the reader is 156 Used by a reader to inform the reclaimer that the reader is 164 Marks the end of updater code and the beginning of reclaimer 296 reader, updater, and reclaimer. 312 +----------------------------------->| reclaimer | 521 RCU distinction between updater, namely foo_update_a(), and reclaimer,
|
/Linux-v4.19/Documentation/filesystems/ |
D | vfs.txt | 786 data. Since it may be called by the memory reclaimer, it
|