Searched refs:cull (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/mm/ |
| A D | page_owner_sort.c | 102 static int cull; variable 191 if (cull == 0) in compare_cull_condition() 195 if ((cull & CULL_PID) && compare_pid(p1, p2)) in compare_cull_condition() 516 cull |= CULL_PID; in parse_cull_args() 518 cull |= CULL_TGID; in parse_cull_args() 520 cull |= CULL_COMM; in parse_cull_args() 522 cull |= CULL_STACKTRACE; in parse_cull_args() 524 cull |= CULL_ALLOCATOR; in parse_cull_args() 843 if (cull == 0) { in main() 857 if (cull & CULL_ALLOCATOR) { in main() [all …]
|
| /linux/Documentation/translations/zh_CN/mm/ |
| A D | page_owner.rst | 114 --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
|
| /linux/Documentation/mm/ |
| A D | page_owner.rst | 175 --cull <rules> 187 ./page_owner_sort <input> <output> --cull=stacktrace 188 ./page_owner_sort <input> <output> --cull=st,pid,name 189 ./page_owner_sort <input> <output> --cull=n,f 227 For --cull option:
|
| A D | unevictable-lru.rst | 195 "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
|
| /linux/include/uapi/linux/ |
| A D | omap3isp.h | 443 struct omap3isp_ccdc_culling __user *cull; member
|
| /linux/Documentation/filesystems/caching/ |
| A D | fscache.rst | 192 | |at=N |Time till next LRU cull (jiffies) | 212 | |cull=N |Number of objects culled to make space |
|
| A D | cachefiles.rst | 93 The defaults are 7% (run), 5% (cull) and 1% (stop) respectively.
|
| /linux/Documentation/admin-guide/device-mapper/ |
| A D | vdo-design.rst | 76 when the index is full, it should cull its oldest records to make space for
|
Completed in 16 milliseconds