Searched refs:cached_table (Results 1 – 3 of 3) sorted by relevance
304 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL);305 if (!rproc->cached_table)308 rproc->table_ptr = rproc->cached_table;
935 memcpy(loaded_table, rproc->cached_table, rproc->table_sz); in rproc_start()972 rproc->table_ptr = rproc->cached_table; in rproc_start()1027 kfree(rproc->cached_table); in rproc_fw_boot()1028 rproc->cached_table = NULL; in rproc_fw_boot()1078 rproc->table_ptr = rproc->cached_table; in rproc_stop()1390 kfree(rproc->cached_table); in rproc_shutdown()1391 rproc->cached_table = NULL; in rproc_shutdown()
470 struct resource_table *cached_table; member