Searched refs:memswlimit (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemcontrol.c2744 u64 memswlimit, memlimit; local
2771 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
2772 if (memswlimit < val) {
2784 if (memswlimit == val)
2813 u64 memlimit, memswlimit, oldusage, curusage; local
2838 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
2839 if (memswlimit < val)

Completed in 49 milliseconds