Home
last modified time | relevance | path

Searched refs:resname (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/x86/kernel/cpu/resctrl/
Dctrlmondata.c359 static int rdtgroup_parse_resource(char *resname, char *tok, in rdtgroup_parse_resource() argument
365 if (!strcmp(resname, s->name) && rdtgrp->closid < s->num_closid) in rdtgroup_parse_resource()
368 rdt_last_cmd_printf("Unknown or unsupported resource name '%s'\n", resname); in rdtgroup_parse_resource()
379 char *tok, *resname; in rdtgroup_schemata_write() local
412 resname = strim(strsep(&tok, ":")); in rdtgroup_schemata_write()
419 rdt_last_cmd_printf("Missing '%s' value\n", resname); in rdtgroup_schemata_write()
423 ret = rdtgroup_parse_resource(resname, tok, rdtgrp); in rdtgroup_schemata_write()
/linux-6.1.9/drivers/mtd/nand/raw/
Dintel-nand-controller.c584 char *resname; in ebu_nand_probe() local
621 resname = devm_kasprintf(dev, GFP_KERNEL, "nand_cs%d", cs); in ebu_nand_probe()
623 resname); in ebu_nand_probe()
657 resname = devm_kasprintf(dev, GFP_KERNEL, "addr_sel%d", cs); in ebu_nand_probe()
658 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, resname); in ebu_nand_probe()