Searched refs:nlinks (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/hwtracing/coresight/ |
A D | coresight-platform.c | 563 int nlinks; in acpi_validate_coresight_graph() local 565 nlinks = cs_graph->package.elements[2].integer.value; in acpi_validate_coresight_graph() 570 if (cs_graph->package.count != (nlinks + 3)) in acpi_validate_coresight_graph() 689 int rc, i, nlinks; in acpi_coresight_parse_graph() local 698 nlinks = graph->package.elements[2].integer.value; in acpi_coresight_parse_graph() 699 if (!nlinks) in acpi_coresight_parse_graph() 708 conns = devm_kcalloc(&adev->dev, nlinks, sizeof(*conns), GFP_KERNEL); in acpi_coresight_parse_graph() 712 for (i = 0; i < nlinks; i++) { in acpi_coresight_parse_graph()
|
/linux-6.3-rc2/usr/ |
A D | gen_init_cpio.c | 324 unsigned int nlinks) in cpio_mkfile() argument 368 for (i = 1; i <= nlinks; i++) { in cpio_mkfile() 370 if (i == nlinks) in cpio_mkfile() 383 nlinks, /* nlink */ in cpio_mkfile() 452 int nlinks = 1; in cpio_mkfile_line() local 483 nlinks++; in cpio_mkfile_line() 490 mode, uid, gid, nlinks); in cpio_mkfile_line()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | xdp_bonding.c | 94 int nlinks; member 107 if (!ASSERT_LE(skeletons->nlinks+1, MAX_BPF_LINKS, "too many XDP programs attached")) in xdp_attach() 114 skeletons->links[skeletons->nlinks++] = link; in xdp_attach() 204 while (skeletons->nlinks) { in bonding_cleanup() 205 skeletons->nlinks--; in bonding_cleanup() 206 bpf_link__destroy(skeletons->links[skeletons->nlinks]); in bonding_cleanup()
|
Completed in 12 milliseconds