Searched refs:howmuch (Results 1 – 2 of 2) sorted by relevance
340 __lock_grow_region(lt, which, howmuch) in __lock_grow_region() argument343 size_t howmuch;403 if (newmem < howmuch * 2) {404 incr += howmuch * 2 - newmem;405 newmem = howmuch * 2;
503 static int checkf(char *name, int mode, int howmuch);4673 checkf(char *longname, int is_dir, int howmuch) in checkf() argument4704 if (howmuch > 1 && !is_dir) { in checkf()