Home
last modified time | relevance | path

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

/linux/usr/
H A Dgen_init_cpio.c325 unsigned int nlinks) in cpio_mkfile() argument
381 for (i = 1; i <= nlinks; i++) { in cpio_mkfile()
383 if (i == nlinks) in cpio_mkfile()
396 nlinks, /* nlink */ in cpio_mkfile()
465 int nlinks = 1; in cpio_mkfile_line() local
496 nlinks++; in cpio_mkfile_line()
503 mode, uid, gid, nlinks); in cpio_mkfile_line()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-platform.c559 int nlinks; in acpi_get_coresight_graph()
561 nlinks = cs_graph->package.elements[2].integer.value; in acpi_get_coresight_graph()
566 if (cs_graph->package.count != (nlinks + 3)) in acpi_get_coresight_graph()
687 int i, nlinks; in acpi_coresight_parse_graph()
701 nlinks = graph->package.elements[2].integer.value; in acpi_coresight_parse_graph()
702 if (!nlinks) in acpi_coresight_parse_graph()
705 for (i = 0; i < nlinks; i++) { in acpi_coresight_parse_graph()
538 int nlinks; acpi_validate_coresight_graph() local
666 int i, nlinks; acpi_coresight_parse_graph() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c95 int nlinks; member
108 if (!ASSERT_LE(skeletons->nlinks+1, MAX_BPF_LINKS, "too many XDP programs attached")) in xdp_attach()
115 skeletons->links[skeletons->nlinks++] = link; in xdp_attach()
197 while (skeletons->nlinks) { in bonding_cleanup()
198 skeletons->nlinks--; in bonding_cleanup()
199 bpf_link__destroy(skeletons->links[skeletons->nlinks]); in bonding_cleanup()
/linux/fs/xfs/
H A DMakefile181 nlinks.o \