Searched refs:reclaimer (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/lockd/ |
A 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-6.3-rc2/Documentation/admin-guide/mm/ |
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-6.3-rc2/Documentation/RCU/ |
A 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 180 reclaimer that the reader is exiting an RCU read-side critical 189 beginning of reclaimer code. It does this by blocking until 345 reader, updater, and reclaimer. 362 +----------------------------------->| reclaimer | 579 RCU distinction between updater, namely foo_update_a(), and reclaimer,
|
/linux-6.3-rc2/Documentation/x86/ |
A D | sgx.rst | 160 Page reclaimer 262 As a result, the SGX core page reclaimer doesn't support reclaiming EPC
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | vfs.rst | 925 Since it may be called by the memory reclaimer, it should not
|
Completed in 8 milliseconds