Searched refs:clean_table (Results 1 – 2 of 2) sorted by relevance
1483 rproc->clean_table = kmemdup(table_ptr, table_sz, GFP_KERNEL); in rproc_set_rsc_table() 1484 if (!rproc->clean_table) in rproc_set_rsc_table() 1487 rproc->clean_table = NULL; in rproc_set_rsc_table() 1506 * If we made it to this point a clean_table _must_ have been in rproc_reset_rsc_table_on_detach() 1510 if (WARN_ON(!rproc->clean_table)) in rproc_reset_rsc_table_on_detach() 1539 memcpy(table_ptr, rproc->clean_table, rproc->table_sz); in rproc_reset_rsc_table_on_detach() 1545 kfree(rproc->clean_table); in rproc_reset_rsc_table_on_detach() 1580 kfree(rproc->clean_table); in rproc_reset_rsc_table_on_stop() 1658 kfree(rproc->clean_table); in rproc_attach()
534 * @clean_table: copy of the resource table without modifications. Used576 struct resource_table *clean_table; member