Searched refs:pci_top_str (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/platform/x86/
H A Duv_sysfs.c651 char *pci_top_str, *start, *found, *count; local
662 pci_top_str = kmalloc(sz, GFP_KERNEL);
663 if (!pci_top_str) {
667 biosr = uv_bios_get_pci_topology((u64)sz, (u64 *)pci_top_str);
669 len = strnlen(pci_top_str, sz);
670 for (count = pci_top_str; count < pci_top_str + len; count++) {
679 kfree(pci_top_str);
683 start = pci_top_str;
698 kfree(pci_top_str);
[all...]

Completed in 168 milliseconds