Searched refs:cached_table (Results 1 – 3 of 3) sorted by relevance
295 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL);296 if (!rproc->cached_table)299 rproc->table_ptr = rproc->cached_table;
1320 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()1357 rproc->table_ptr = rproc->cached_table; in rproc_start()1423 kfree(rproc->cached_table); in rproc_fw_boot()1424 rproc->cached_table = NULL; in rproc_fw_boot()1474 rproc->table_ptr = rproc->cached_table; in rproc_stop()1828 kfree(rproc->cached_table); in rproc_shutdown()1829 rproc->cached_table = NULL; in rproc_shutdown()
511 struct resource_table *cached_table; member