Home
last modified time | relevance | path

Searched refs:tc_list (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/mips/include/asm/
Dvpe.h102 struct list_head tc_list; /* Thread contexts */ member
/linux-6.1.9/arch/mips/kernel/
Dvpe.c49 .tc_list = LIST_HEAD_INIT(vpecontrol.tc_list)
80 list_for_each_entry(t, &vpecontrol.tc_list, list) { in get_tc()
125 list_add_tail(&tc->list, &vpecontrol.tc_list); in alloc_tc()
/linux-6.1.9/drivers/dma/ti/
Dedma.c265 struct edma_tc *tc_list; member
1684 } else if (ecc->tc_list) { in edma_alloc_chan_resources()
1686 echan->tc = &ecc->tc_list[ecc->info->default_queue]; in edma_alloc_chan_resources()
2265 echan->tc = &echan->ecc->tc_list[dma_spec->args[1]]; in of_edma_xlate()
2455 ecc->tc_list = devm_kcalloc(dev, ecc->num_tc, in edma_probe()
2456 sizeof(*ecc->tc_list), GFP_KERNEL); in edma_probe()
2457 if (!ecc->tc_list) { in edma_probe()
2468 ecc->tc_list[i].node = tc_args.np; in edma_probe()
2469 ecc->tc_list[i].id = i; in edma_probe()
/linux-6.1.9/Documentation/networking/dsa/
Dsja1105.rst145 local tc_list="$1"
148 for tc in ${tc_list}; do