aboutsummaryrefslogtreecommitdiffstats
path: root/case-mlock
blob: 7bb5af2982085cf3936ce039e5dade4cce76e369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

# lru_lock coverage
# 1077642	putback_lru_page
# 1070364	isolate_lru_page
# 1063751	add_page_to_unevictable_list

# zone->lock coverage
# 41206		free_pcppages_bulk
# 29641		rmqueue_bulk

. ./hw_vars

$USEMEM -n $nr_task --mlock $((reclaimable / nr_task / 3))