Home
last modified time | relevance | path

Searched defs:new_count (Results 1 – 2 of 2) sorted by relevance

/lib/
Dparman.c61 unsigned long new_count = parman->limit_count + in parman_enlarge() local
74 unsigned long new_count = parman->limit_count - in parman_shrink() local
Dtest_parman.c92 static int test_parman_resize(void *priv, unsigned long new_count) in test_parman_resize()