Home
last modified time | relevance | path

Searched refs:nlinks (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-platform.c563 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()
/kernel/linux/linux-5.10/usr/
H A Dgen_init_cpio.c297 unsigned int nlinks) in cpio_mkfile()
336 for (i = 1; i <= nlinks; i++) { in cpio_mkfile()
338 if (i == nlinks) size = buf.st_size; in cpio_mkfile()
350 nlinks, /* nlink */ in cpio_mkfile()
408 int nlinks = 1; in cpio_mkfile_line() local
439 nlinks++; in cpio_mkfile_line()
446 mode, uid, gid, nlinks); in cpio_mkfile_line()
295 cpio_mkfile(const char *name, const char *location, unsigned int mode, uid_t uid, gid_t gid, unsigned int nlinks) cpio_mkfile() argument
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-platform.c536 int nlinks; in acpi_validate_coresight_graph() local
538 nlinks = cs_graph->package.elements[2].integer.value; in acpi_validate_coresight_graph()
543 if (cs_graph->package.count != (nlinks + 3)) in acpi_validate_coresight_graph()
664 int i, nlinks; in acpi_coresight_parse_graph() local
678 nlinks = graph->package.elements[2].integer.value; in acpi_coresight_parse_graph()
679 if (!nlinks) in acpi_coresight_parse_graph()
682 for (i = 0; i < nlinks; i++) { in acpi_coresight_parse_graph()
/kernel/linux/linux-6.6/usr/
H A Dgen_init_cpio.c324 unsigned int nlinks) in cpio_mkfile()
374 for (i = 1; i <= nlinks; i++) { in cpio_mkfile()
376 if (i == nlinks) in cpio_mkfile()
389 nlinks, /* nlink */ in cpio_mkfile()
458 int nlinks = 1; in cpio_mkfile_line() local
489 nlinks++; in cpio_mkfile_line()
496 mode, uid, gid, nlinks); in cpio_mkfile_line()
322 cpio_mkfile(const char *name, const char *location, unsigned int mode, uid_t uid, gid_t gid, unsigned int nlinks) cpio_mkfile() argument
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsend.c6380 u32 nlinks; in changed_inode() local
6382 nlinks = btrfs_inode_nlink(sctx->left_path->nodes[0], left_ii); in changed_inode()
6383 if (nlinks == 0) { in changed_inode()

Completed in 14 milliseconds