Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c97 static int cull; variable
204 if (cull == 0) in compare_cull_condition()
550 cull |= CULL_PID; in parse_cull_args()
552 cull |= CULL_TGID; in parse_cull_args()
554 cull |= CULL_COMM; in parse_cull_args()
556 cull |= CULL_STACKTRACE; in parse_cull_args()
558 cull |= CULL_UNRELEASE; in parse_cull_args()
560 cull |= CULL_ALLOCATOR; in parse_cull_args()
849 if (cull == 0) { in main()
867 if (cull & CULL_UNRELEASE) in main()
[all …]
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dpage_owner.rst114 --cull <rules>
123 ./page_owner_sort <input> <output> --cull=stacktrace
124 ./page_owner_sort <input> <output> --cull=st,pid,name
125 ./page_owner_sort <input> <output> --cull=n,f
/openbmc/linux/Documentation/mm/
H A Dpage_owner.rst127 --cull <rules>
139 ./page_owner_sort <input> <output> --cull=stacktrace
140 ./page_owner_sort <input> <output> --cull=st,pid,name
141 ./page_owner_sort <input> <output> --cull=n,f
179 For --cull option:
H A Dunevictable-lru.rst195 "cull" such folios that it encounters: that is, it diverts those folios to the
205 To "cull" an unevictable folio, vmscan simply puts the folio back on
/openbmc/linux/include/uapi/linux/
H A Domap3isp.h443 struct omap3isp_ccdc_culling __user *cull; member
/openbmc/linux/Documentation/filesystems/caching/
H A Dfscache.rst192 | |at=N |Time till next LRU cull (jiffies) |
212 | |cull=N |Number of objects culled to make space |
H A Dcachefiles.rst93 The defaults are 7% (run), 5% (cull) and 1% (stop) respectively.