Searched refs:tr_lst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | mmc_test.c | 113 * @tr_lst: transfer measurements if any as mmc_test_transfer_result 120 struct list_head tr_lst; member 553 list_add_tail(&tr->link, &test->gr->tr_lst); in mmc_test_save_transfer_result() 2982 INIT_LIST_HEAD(&gr->tr_lst); in mmc_test_run() 3053 list_for_each_entry_safe(tr, trs, &gr->tr_lst, link) { in mmc_test_free_result() 3082 list_for_each_entry(tr, &gr->tr_lst, link) { in mtf_test_show()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | mmc_test.c | 112 * @tr_lst: transfer measurements if any as mmc_test_transfer_result 119 struct list_head tr_lst; member 552 list_add_tail(&tr->link, &test->gr->tr_lst); in mmc_test_save_transfer_result() 2961 INIT_LIST_HEAD(&gr->tr_lst); in mmc_test_run() 3032 list_for_each_entry_safe(tr, trs, &gr->tr_lst, link) { in mmc_test_free_result() 3061 list_for_each_entry(tr, &gr->tr_lst, link) { in mtf_test_show()
|
Completed in 8 milliseconds