Home
last modified time | relevance | path

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

/Linux-v6.1/tools/vm/
Dpage_owner_sort.c97 static int cull; variable
204 if (cull == 0) in compare_cull_condition()
206 if ((cull & CULL_STACKTRACE) && compare_stacktrace(p1, p2)) in compare_cull_condition()
208 if ((cull & CULL_PID) && compare_pid(p1, p2)) in compare_cull_condition()
210 if ((cull & CULL_TGID) && compare_tgid(p1, p2)) in compare_cull_condition()
212 if ((cull & CULL_COMM) && compare_comm(p1, p2)) in compare_cull_condition()
214 if ((cull & CULL_UNRELEASE) && compare_release(p1, p2)) in compare_cull_condition()
216 if ((cull & CULL_ALLOCATOR) && compare_allocator(p1, p2)) in compare_cull_condition()
548 cull |= CULL_PID; in parse_cull_args()
550 cull |= CULL_TGID; in parse_cull_args()
[all …]
/Linux-v6.1/Documentation/translations/zh_CN/mm/
Dpage_owner.rst125 --cull <rules>
134 ./page_owner_sort <input> <output> --cull=stacktrace
135 ./page_owner_sort <input> <output> --cull=st,pid,name
136 ./page_owner_sort <input> <output> --cull=n,f
/Linux-v6.1/Documentation/mm/
Dpage_owner.rst129 --cull <rules>
141 ./page_owner_sort <input> <output> --cull=stacktrace
142 ./page_owner_sort <input> <output> --cull=st,pid,name
143 ./page_owner_sort <input> <output> --cull=n,f
Dunevictable-lru.rst194 "cull" such pages that it encounters: that is, it diverts those pages to the
203 To "cull" an unevictable page, vmscan simply puts the page back on the LRU list
/Linux-v6.1/include/uapi/linux/
Domap3isp.h443 struct omap3isp_ccdc_culling __user *cull; member
/Linux-v6.1/Documentation/filesystems/caching/
Dfscache.rst192 | |at=N |Time till next LRU cull (jiffies) |
212 | |cull=N |Number of objects culled to make space |
Dcachefiles.rst93 The defaults are 7% (run), 5% (cull) and 1% (stop) respectively.