Home
last modified time | relevance | path

Searched refs:cached_table (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/remoteproc/
A Dremoteproc_core.c1441 kfree(rproc->cached_table); in rproc_fw_boot()
1442 rproc->cached_table = NULL; in rproc_fw_boot()
1489 rproc->cached_table = NULL; in rproc_set_rsc_table()
1524 if (!rproc->cached_table) in rproc_reset_rsc_table_on_detach()
1560 if (rproc->cached_table) in rproc_reset_rsc_table_on_stop()
1572 if (!rproc->cached_table) in rproc_reset_rsc_table_on_stop()
2024 kfree(rproc->cached_table); in rproc_shutdown()
2025 rproc->cached_table = NULL; in rproc_shutdown()
2090 kfree(rproc->cached_table); in rproc_detach()
2091 rproc->cached_table = NULL; in rproc_detach()
[all …]
A Dremoteproc_elf_loader.c350 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL);
351 if (!rproc->cached_table)
354 rproc->table_ptr = rproc->cached_table;
/linux-6.3-rc2/include/linux/
A Dremoteproc.h577 struct resource_table *cached_table; member

Completed in 10 milliseconds