Lines Matching full:managed
531 * devres_release_all - Release all managed resources
731 * devm_add_action() - add a custom action to list of managed resources
736 * This adds a custom action to the list of managed resources so that
801 * Managed kmalloc/kfree
814 * devm_kmalloc - Resource-managed kmalloc
819 * Managed kmalloc. Memory allocated with this function is
849 * devm_krealloc - Resource-managed krealloc()
855 * Managed krealloc(). Resizes the memory chunk allocated with devm_kmalloc().
920 WARN(1, "Memory chunk not managed or managed by a different device."); in devm_krealloc()
946 * devm_kstrdup - Allocate resource managed space and
972 * devm_kstrdup_const - resource managed conditional string duplication
994 * devm_kvasprintf - Allocate resource managed space and format a string
1026 * devm_kasprintf - Allocate resource managed space and format a string
1050 * devm_kfree - Resource-managed kfree
1074 * devm_kmemdup - Resource-managed kmemdup
1080 * Duplicate region of a memory using resource managed kmalloc
1115 * devm_get_free_pages - Resource-managed __get_free_pages
1120 * Managed get_free_pages. Memory allocated with this function is
1154 * devm_free_pages - Resource-managed free_pages
1186 * __devm_alloc_percpu - Resource-managed alloc_percpu
1191 * Managed alloc_percpu. Per-cpu memory allocated with this function is
1222 * devm_free_percpu - Resource-managed free_percpu