Searched refs:same (Results 1 - 25 of 107) sorted by relevance

12345

/linux-master/tools/testing/selftests/arm64/pauth/
H A Dpac.c73 int same = 0; local
86 same += 1;
89 return same;
254 int same = 10; local
283 if (tmp < same)
284 same = tmp;
287 ASSERT_EQ(0, same) TH_LOG("%d keys clashed every time", same);
299 int same = 10; local
320 if (ret < same)
[all...]
/linux-master/fs/
H A Dremap_range.c85 /* Don't allow overlapped cloning within the same file. */
167 * are from the same file.
180 /* Unlock two folios, being careful not to unlock the same folio twice. */
189 * Compare extents of two files to see if they are the same.
196 bool same = true; local
231 same = false;
244 same = false;
253 if (!same)
261 *is_same = same;
335 * Check that the extents are the same
492 vfs_dedupe_file_range(struct file *file, struct file_dedupe_range *same) argument
[all...]
H A Dioctl.c420 struct file_dedupe_range *same = NULL; local
436 same = memdup_user(argp, size);
437 if (IS_ERR(same)) {
438 ret = PTR_ERR(same);
439 same = NULL;
443 same->dest_count = count;
444 ret = vfs_dedupe_file_range(file, same);
448 ret = copy_to_user(argp, same, size);
453 kfree(same);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcgrp_kfunc_success.c24 bool same = pid == cur_pid; local
26 if (same)
29 return same;
/linux-master/drivers/usb/serial/
H A Dezusb_convert.pl38 * This file is presumed to be under the same copyright as the source file
/linux-master/kernel/
H A Dlatencytop.c21 * if the "same" latency cause is hit twice, this will be tracked as one entry
123 int q, same = 1; local
135 same = 0;
143 if (same) {
205 int same = 1; local
212 same = 0;
220 if (same) {
/linux-master/arch/m68k/fpsp040/
H A Dsacos.S5 | an input argument; sAcosd does the same except for denormalized
42 | file, README, in this same directory.
H A Dsasin.S5 | an input argument; sAsind does the same except for denormalized
42 | file, README, in this same directory.
H A Dsatanh.S6 | an input argument; satanhd does the same except for denormalized
49 | file, README, in this same directory.
H A Dscosh.S5 | an input argument; sCoshd does the same except for denormalized
53 | file, README, in this same directory.
H A Dssinh.S5 | an input argument; sSinhd does the same except for denormalized
53 | file, README, in this same directory.
H A Dslog2.S6 | slog10d does the same except the input value is a
26 | function is reinvoked at the same input argument.
100 | file, README, in this same directory.
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_32.S37 mov %cs, %ax # Code and data in the same place
H A Dtrampoline_64.S67 mov %cs, %ax # Code and data in the same place
110 mov %cs, %ax # Code and data in the same place
/linux-master/arch/arm/boot/compressed/
H A Dhead-xscale.S21 @ memory to be sure we hit the same cache.
H A Dhead-sa1100.S31 @ memory to be sure we hit the same cache.
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm48 it under the same terms as Perl itself, either Perl version 5.10.0 or,
H A DUtil.pm87 it under the same terms as Perl itself, either Perl version 5.10.0 or,
/linux-master/include/linux/clk/
H A Dtegra.h183 int tegra20_clk_prepare_emc_mc_same_freq(struct clk *emc_clk, bool same);
192 tegra20_clk_prepare_emc_mc_same_freq(struct clk *emc_clk, bool same) argument
/linux-master/drivers/accessibility/speakup/
H A Di18n.c487 * Return true if they are the same, false otherwise.
493 bool same = false; local
500 same = true;
504 return same;
509 * Check that two format strings contain the same number of format specifiers,
510 * and that the order of specifiers is the same in both strings.
/linux-master/arch/powerpc/lib/
H A Ddiv64.S31 srw r10,r10,r0 # the divisor right the same amount,
/linux-master/arch/arc/lib/
H A Dstrcmp-archs.S27 ;; Check if the read locations are the same
/linux-master/drivers/clk/tegra/
H A Dclk-tegra20-emc.c282 int tegra20_clk_prepare_emc_mc_same_freq(struct clk *emc_clk, bool same) argument
292 emc->mc_same_freq = same;
/linux-master/arch/alpha/lib/
H A Dev6-copy_user.S10 * This is essentially the same as "memcpy()", but with a few twists.
116 EXI ( ldbu $2,0($17) ) # .. .. .. L : No loads in the same quad
203 EXI ( ldbu $2,0($17) ) # .. .. .. L : No loads in the same quad
/linux-master/fs/hfsplus/
H A Dunicode.c155 goto same;
178 goto same;
224 same:

Completed in 201 milliseconds

12345