Searched refs:grow (Results 1 – 5 of 5) sorted by relevance
172 static unsigned int grow(unsigned long n, in grow() function267 grow,
5 signals. The functionality supported will grow as use cases arise.
32 error translation table will grow the kernel image size by
554 static int grow(struct resize *resize) in grow() function683 r = ((new_size > old_size) ? grow : shrink)(&resize); in array_resize()
91 const unsigned int grow = WA_LIST_CHUNK; in _wa_add() local94 GEM_BUG_ON(!is_power_of_2(grow)); in _wa_add()96 if (IS_ALIGNED(wal->count, grow)) { /* Either uninitialized or full. */ in _wa_add()99 list = kmalloc_array(ALIGN(wal->count + 1, grow), sizeof(*wa), in _wa_add()