Lines Matching full:managed
506 * devres_release_all - Release all managed resources
720 * devm_add_action() - add a custom action to list of managed resources
725 * This adds a custom action to the list of managed resources so that
790 * Managed kmalloc/kfree
803 * devm_kmalloc - Resource-managed kmalloc
808 * Managed kmalloc. Memory allocated with this function is
838 * devm_krealloc - Resource-managed krealloc()
844 * Managed krealloc(). Resizes the memory chunk allocated with devm_kmalloc().
909 WARN(1, "Memory chunk not managed or managed by a different device."); in devm_krealloc()
935 * devm_kstrdup - Allocate resource managed space and
961 * devm_kstrdup_const - resource managed conditional string duplication
983 * devm_kvasprintf - Allocate resource managed space and format a string
1015 * devm_kasprintf - Allocate resource managed space and format a string
1039 * devm_kfree - Resource-managed kfree
1063 * devm_kmemdup - Resource-managed kmemdup
1069 * Duplicate region of a memory using resource managed kmalloc
1104 * devm_get_free_pages - Resource-managed __get_free_pages
1109 * Managed get_free_pages. Memory allocated with this function is
1143 * devm_free_pages - Resource-managed free_pages
1175 * __devm_alloc_percpu - Resource-managed alloc_percpu
1180 * Managed alloc_percpu. Per-cpu memory allocated with this function is
1211 * devm_free_percpu - Resource-managed free_percpu