Searched refs:nr_dpages (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-tmc-etr.c | 316 * @nr_dpages - Number of pages for Data buffer. 322 int nr_dpages, in tmc_alloc_sg_table() 331 sg_table->data_pages.nr_pages = nr_dpages; in tmc_alloc_sg_table() 568 int nr_dpages = size >> PAGE_SHIFT; in tmc_init_etr_sg_table() local 575 nr_entries = tmc_etr_sg_table_entries(nr_dpages); in tmc_init_etr_sg_table() 578 sg_table = tmc_alloc_sg_table(dev, node, nr_tpages, nr_dpages, pages); in tmc_init_etr_sg_table() 319 tmc_alloc_sg_table(struct device *dev, int node, int nr_tpages, int nr_dpages, void **pages) tmc_alloc_sg_table() argument
|
H A D | coresight-tmc.h | 313 int nr_dpages,
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-tmc-etr.c | 314 * @nr_dpages - Number of pages for Data buffer. 320 int nr_dpages, in tmc_alloc_sg_table() 329 sg_table->data_pages.nr_pages = nr_dpages; in tmc_alloc_sg_table() 566 int nr_dpages = size >> PAGE_SHIFT; in tmc_init_etr_sg_table() local 573 nr_entries = tmc_etr_sg_table_entries(nr_dpages); in tmc_init_etr_sg_table() 576 sg_table = tmc_alloc_sg_table(dev, node, nr_tpages, nr_dpages, pages); in tmc_init_etr_sg_table() 317 tmc_alloc_sg_table(struct device *dev, int node, int nr_tpages, int nr_dpages, void **pages) tmc_alloc_sg_table() argument
|
H A D | coresight-tmc.h | 317 int nr_dpages,
|
Completed in 7 milliseconds