Lines Matching full:managed
511 * devres_release_all - Release all managed resources
736 * __devm_add_action() - add a custom action to list of managed resources
742 * This adds a custom action to the list of managed resources so that
831 * Managed kmalloc/kfree
844 * devm_kmalloc - Resource-managed kmalloc
849 * Managed kmalloc. Memory allocated with this function is
879 * devm_krealloc - Resource-managed krealloc()
885 * Managed krealloc(). Resizes the memory chunk allocated with devm_kmalloc().
953 WARN(1, "Memory chunk not managed or managed by a different device."); in devm_krealloc()
979 * devm_kstrdup - Allocate resource managed space and
998 * devm_kstrdup_const - resource managed conditional string duplication
1020 * devm_kvasprintf - Allocate resource managed space and format a string
1052 * devm_kasprintf - Allocate resource managed space and format a string
1076 * devm_kfree - Resource-managed kfree
1100 * devm_kmemdup - Resource-managed kmemdup
1106 * Duplicate region of a memory using resource managed kmalloc
1162 * devm_get_free_pages - Resource-managed __get_free_pages
1167 * Managed get_free_pages. Memory allocated with this function is
1201 * devm_free_pages - Resource-managed free_pages
1226 * __devm_alloc_percpu - Resource-managed alloc_percpu
1231 * Managed alloc_percpu. Per-cpu memory allocated with this function is