Searched refs:reclaimer (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/lockd/ |
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-6.12.1/Documentation/admin-guide/mm/ |
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-6.12.1/Documentation/RCU/ |
D | whatisRCU.rst | 136 So how the heck can a reclaimer tell when a reader is done, given 166 reclaimer that the reader is entering an RCU read-side critical 187 reclaimer that the reader is exiting an RCU read-side critical 200 beginning of reclaimer code. It does this by blocking until 364 reader, updater, and reclaimer. 381 +----------------------------------->| reclaimer | 598 RCU distinction between updater, namely foo_update_a(), and reclaimer,
|
/linux-6.12.1/Documentation/arch/x86/ |
D | sgx.rst | 160 Page reclaimer 262 As a result, the SGX core page reclaimer doesn't support reclaiming EPC
|
/linux-6.12.1/Documentation/filesystems/ |
D | vfs.rst | 997 Since it may be called by the memory reclaimer, it should not
|