Searched refs:reclaimer (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/lockd/ |
| D | clntlock.c | 25 static int reclaimer(void *ptr); 220 task = kthread_run(reclaimer, host, "%s-reclaim", host->h_name); in nlmclnt_recovery() 229 reclaimer(void *ptr) in reclaimer() function
|
| /Linux-v5.4/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-v5.4/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 309 reader, updater, and reclaimer. 325 +----------------------------------->| reclaimer | 533 RCU distinction between updater, namely foo_update_a(), and reclaimer,
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | vfs.rst | 874 Since it may be called by the memory reclaimer, it should not
|