Searched refs:reclaimer (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/lockd/ |
| H A D | clntlock.c | 28 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/Documentation/admin-guide/mm/ |
| H A D | idle_page_tracking.rst | 106 from a process address space. To avoid interference with the reclaimer, which, 110 is set on the page. The reclaimer treats the Young flag as an extra PTE 113 Since the idle memory tracking feature is based on the memory reclaimer logic,
|
| /linux/Documentation/RCU/ |
| H A D | whatisRCU.rst | 139 So how the heck can a reclaimer tell when a reader is done, given 169 reclaimer that the reader is entering an RCU read-side critical 190 reclaimer that the reader is exiting an RCU read-side critical 203 beginning of reclaimer code. It does this by blocking until 367 reader, updater, and reclaimer. 384 +----------------------------------->| reclaimer | 601 RCU distinction between updater, namely foo_update_a(), and reclaimer,
|
| /linux/Documentation/arch/x86/ |
| H A D | sgx.rst | 160 Page reclaimer 262 As a result, the SGX core page reclaimer doesn't support reclaiming EPC
|
| /linux/Documentation/filesystems/ |
| H A D | vfs.rst | 973 Since it may be called by the memory reclaimer, it should not
|