Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
A Dctrlmondata.c338 static int rdtgroup_parse_resource(char *resname, char *tok, in rdtgroup_parse_resource() argument
344 if (!strcmp(resname, s->name) && rdtgrp->closid < s->num_closid) in rdtgroup_parse_resource()
347 rdt_last_cmd_printf("Unknown or unsupported resource name '%s'\n", resname); in rdtgroup_parse_resource()
358 char *tok, *resname; in rdtgroup_schemata_write() local
391 resname = strim(strsep(&tok, ":")); in rdtgroup_schemata_write()
398 rdt_last_cmd_printf("Missing '%s' value\n", resname); in rdtgroup_schemata_write()
402 ret = rdtgroup_parse_resource(resname, tok, rdtgrp); in rdtgroup_schemata_write()
/linux/drivers/mtd/nand/raw/
A Dintel-nand-controller.c586 char *resname; in ebu_nand_probe() local
619 resname = devm_kasprintf(dev, GFP_KERNEL, "nand_cs%d", cs); in ebu_nand_probe()
620 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, resname); in ebu_nand_probe()
653 resname = devm_kasprintf(dev, GFP_KERNEL, "addr_sel%d", cs); in ebu_nand_probe()
654 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, resname); in ebu_nand_probe()

Completed in 5 milliseconds