Searched refs:reclaimer (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
D | whatisRCU.rst | 127 So how the heck can a reclaimer tell when a reader is done, given 156 Used by a reader to inform the reclaimer that the reader is 170 Used by a reader to inform the reclaimer that the reader is 178 Marks the end of updater code and the beginning of reclaimer 331 reader, updater, and reclaimer. 348 +----------------------------------->| reclaimer | 563 RCU distinction between updater, namely foo_update_a(), and reclaimer,
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | vfs.rst | 889 Since it may be called by the memory reclaimer, it should not
|