Searched refs:max_nr_ints (Results 1 – 1 of 1) sorted by relevance
381 const int max_nr_ints = 32; in str_to_ints() local386 array = kmalloc_array(max_nr_ints, sizeof(*array), GFP_KERNEL); in str_to_ints()389 while (*nr_ints < max_nr_ints && pos < len) { in str_to_ints()