Home
last modified time | relevance | path

Searched refs:workingset (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dworkingset.c186 bool workingset) in pack_shadow() argument
192 eviction = (eviction << 1) | workingset; in pack_shadow()
202 bool workingset; in unpack_shadow() local
204 workingset = entry & 1; in unpack_shadow()
214 *workingsetp = workingset; in unpack_shadow()
303 bool workingset; in workingset_refault() local
306 unpack_shadow(shadow, &memcgid, &pgdat, &eviction, &workingset); in workingset_refault()
427 if (workingset) { in workingset_refault()
DMakefile54 interval_tree.o list_lru.o workingset.o \
/kernel/linux/linux-5.10/include/linux/
Dpage-flags.h351 PAGEFLAG(Workingset, workingset, PF_HEAD)
352 TESTCLEARFLAG(Workingset, workingset, PF_HEAD)
/kernel/linux/linux-5.10/tools/testing/kunit/test_data/
Dtest_is_test_passed-no_tests_run.log31 workingset: timestamp_bits=62 max_order=13 bucket_order=0
Dtest_output_isolated_correctly.log56 workingset: timestamp_bits=62 max_order=16 bucket_order=0
/kernel/linux/linux-5.10/Documentation/core-api/
Dxarray.rst444 cache workingset code to maintain its list of nodes which contain only
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dcgroup-v2.rst1340 an active workingset before they got reclaimed.
1344 active workingset before they got reclaimed.