Searched refs:cull (Results 1 – 7 of 7) sorted by relevance
97 static int cull; variable204 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 …]
114 --cull <rules>123 ./page_owner_sort <input> <output> --cull=stacktrace124 ./page_owner_sort <input> <output> --cull=st,pid,name125 ./page_owner_sort <input> <output> --cull=n,f
127 --cull <rules>139 ./page_owner_sort <input> <output> --cull=stacktrace140 ./page_owner_sort <input> <output> --cull=st,pid,name141 ./page_owner_sort <input> <output> --cull=n,f179 For --cull option:
193 "cull" such folios that it encounters: that is, it diverts those folios to the203 To "cull" an unevictable folio, vmscan simply puts the folio back on
443 struct omap3isp_ccdc_culling __user *cull; member
192 | |at=N |Time till next LRU cull (jiffies) |212 | |cull=N |Number of objects culled to make space |
93 The defaults are 7% (run), 5% (cull) and 1% (stop) respectively.
Completed in 15 milliseconds