Home
last modified time | relevance | path

Searched refs:max_nr_ids (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/mm/damon/
H A Ddbgfs.c333 const int max_nr_ids = 32; in str_to_target_ids() local
338 ids = kmalloc_array(max_nr_ids, sizeof(id), GFP_KERNEL); in str_to_target_ids()
341 while (*nr_ids < max_nr_ids && pos < len) { in str_to_target_ids()