Searched +full:kmalloced_params +path:params +path:. +path:c (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/kernel/
H A Dparams.c36 static LIST_HEAD(kmalloced_params);
46 list_add(&p->list, &kmalloced_params); kmalloc_parameter()
55 list_for_each_entry(p, &kmalloced_params, list) { maybe_kfree_parameter()

Completed in 57 milliseconds