Lines Matching full:managed
515 * devres_release_all - Release all managed resources
715 * devm_add_action() - add a custom action to list of managed resources
720 * This adds a custom action to the list of managed resources so that
785 * Managed kmalloc/kfree
798 * devm_kmalloc - Resource-managed kmalloc
803 * Managed kmalloc. Memory allocated with this function is
830 * devm_kstrdup - Allocate resource managed space and
856 * devm_kstrdup_const - resource managed conditional string duplication
878 * devm_kvasprintf - Allocate resource managed space and format a string
910 * devm_kasprintf - Allocate resource managed space and format a string
934 * devm_kfree - Resource-managed kfree
958 * devm_kmemdup - Resource-managed kmemdup
964 * Duplicate region of a memory using resource managed kmalloc
999 * devm_get_free_pages - Resource-managed __get_free_pages
1004 * Managed get_free_pages. Memory allocated with this function is
1038 * devm_free_pages - Resource-managed free_pages
1070 * __devm_alloc_percpu - Resource-managed alloc_percpu
1075 * Managed alloc_percpu. Per-cpu memory allocated with this function is
1106 * devm_free_percpu - Resource-managed free_percpu