Searched refs:dup (Results 26 - 50 of 80) sorted by relevance

1234

/linux-master/arch/arm64/crypto/
H A Daes-ce-core.S72 dup v1.4s, w0
H A Dpoly1305-armv8.pl740 dup $IN23_2,${IN23_2}[0]
749 dup $IN23_2,${IN01_2}[0]
756 dup $IN23_0,${IN23_0}[0]
763 dup $IN23_1,${IN23_1}[0]
770 dup $IN23_3,${IN23_3}[0]
777 dup $IN23_4,${IN23_4}[0]
H A Dsha1-ce-core.S61 dup \k, \tmp
/linux-master/tools/testing/selftests/kvm/
H A Dkvm_binary_stats_test.c244 stats_test(dup(vm_stats_fds));
251 stats_test(dup(vcpu_stats_fds[j]));
/linux-master/fs/exfat/
H A Dmisc.c200 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec) argument
202 return exfat_chain_set(dup, ec->dir, ec->size, ec->flags);
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c1269 struct nft_pipapo_elem *e, *dup; local
1280 dup = pipapo_get(net, set, start, genmask, tstamp, GFP_KERNEL);
1281 if (!IS_ERR(dup)) {
1285 dup_key = nft_set_ext_key(&dup->ext);
1286 if (nft_set_ext_exists(&dup->ext, NFT_SET_EXT_KEY_END))
1287 dup_end = nft_set_ext_key_end(&dup->ext);
1293 *elem_priv = &dup->priv;
1300 if (PTR_ERR(dup) == -ENOENT) {
1302 dup = pipapo_get(net, set, end, nft_genmask_next(net), tstamp,
1306 if (PTR_ERR(dup) !
[all...]
/linux-master/fs/overlayfs/
H A Dparams.c440 char *dup = NULL, *iter; local
465 dup = kstrdup(name, GFP_KERNEL);
466 if (!dup)
470 nr_lower = ovl_parse_param_split_lowerdirs(dup);
490 iter = dup;
536 kfree(dup);
543 kfree(dup);
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-sgmii.c116 pcsx_sgmx_an_adv_reg.s.dup = 1;
462 pcsx_anx_results_reg.s.dup;
/linux-master/tools/perf/tests/
H A Dpmu-events.c827 char *dup, *cur; local
837 dup = strdup(id);
838 if (!dup)
841 for (cur = strchr(dup, '@') ; cur; cur = strchr(++cur, '@'))
844 ret = __parse_events(evlist, dup, /*pmu_filter=*/NULL, error, fake_pmu,
846 free(dup);
/linux-master/tools/perf/util/
H A Ddata-convert-bt.c944 /* If dup < 0, add a prefix. Else, add _dupl_X suffix. */
945 static char *change_name(char *name, char *orig_name, int dup) argument
953 if (dup >= 10)
960 if (dup < 0)
969 if (dup < 0)
972 snprintf(new_name, len, "%s_dupl_%d", orig_name, dup);
986 int dup = 1; local
1006 name = change_name(name, field->name, dup++);
1008 pr_err("Failed to create dup name for '%s'\n", field->name);
H A Dmetricgroup.c1407 char *dup; local
1417 dup = strdup(cur->pkey);
1418 if (!dup) {
1422 ret = expr__add_id(*combined, dup);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci.c166 bool dup = false; local
174 if (dup) {
176 dup = false;
184 } else if (!dup && (peA & PNV_IODA_STOPPED_STATE ||
186 dup = true;
/linux-master/fs/
H A Dfs_context.c393 if (!src_fc->ops->dup)
413 /* Can't call put until we've called ->dup */
414 ret = fc->ops->dup(fc, src_fc);
691 .dup = legacy_fs_context_dup,
/linux-master/drivers/md/bcache/
H A Dutil.h452 __label__ dup; \
462 goto dup; \
471 dup: \
/linux-master/fs/bcachefs/
H A Djournal_io.c119 struct journal_replay **_i, *i, *dup; local
166 dup = *_i;
167 if (dup) {
168 bool identical = bytes == vstruct_bytes(&dup->j) &&
169 !memcmp(j, &dup->j, bytes);
172 dup->csum_good;
175 darray_for_each(dup->ptrs, ptr)
179 ret = darray_push(&dup->ptrs, entry_ptr);
183 bch2_journal_replay_to_text(&buf, c, dup);
211 if (dup) {
[all...]
/linux-master/fs/ntfs3/
H A Dinode.c1412 fname->dup.cr_time = fname->dup.m_time = fname->dup.c_time =
1413 fname->dup.a_time = std5->cr_time;
1414 fname->dup.alloc_size = fname->dup.data_size = 0;
1415 fname->dup.fa = std5->fa;
1416 fname->dup.ea_size = fname->dup.reparse = 0;
1663 ntfs_save_wsl_perm(inode, &fname->dup
[all...]
/linux-master/include/linux/
H A Dfs_context.h117 int (*dup)(struct fs_context *fc, struct fs_context *src_fc); member in struct:fs_context_operations
H A Dsctp.h380 __be32 dup; member in union:sctp_sack_variable
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-daemon.c195 ret = dup(i);
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h87 struct xfs_dir2_data_free *bf, struct xfs_dir2_data_unused *dup,
/linux-master/drivers/char/ipmi/
H A Dipmi_si_intf.c1870 struct smi_info *new_smi, *dup; local
1902 dup = find_dup_si(new_smi);
1903 if (dup) {
1905 dup->io.addr_source == SI_SMBIOS) {
1907 dev_info(dup->io.dev,
1910 cleanup_one_si(dup);
/linux-master/drivers/s390/net/
H A Dctcm_mpc.c131 __u32 ct, sw, rm, dup; local
143 dup = 0;
173 if (dup != 0) {
181 dup = 0;
184 dup++;
199 if (dup != 0) {
207 if (dup >= 1) {
212 if (dup != 0) {
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c32 struct stmmac_tc_entry *entry, *first = NULL, *dup = NULL; local
41 dup = entry;
44 if (dup)
45 return dup;
/linux-master/lib/
H A Dbtree.c639 unsigned long dup[MAX_KEYLEN]; local
665 longcpy(dup, key, geo->keylen);
666 btree_remove(victim, geo, dup);
/linux-master/drivers/acpi/
H A Dpower.c133 acpi_handle rhandle, dup; local
139 dup = package->package.elements[j].reference.handle;
140 if (dup == rhandle)

Completed in 213 milliseconds

1234