/kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/ |
H A D | pac.c | 73 int same = 0; in n_same_single_set() local 86 same += 1; in n_same_single_set() 89 return same; in n_same_single_set() 254 int same = 10; in TEST() local 283 if (tmp < same) in TEST() 284 same = tmp; in TEST() 287 ASSERT_EQ(0, same) TH_LOG("%d keys clashed every time", same); in TEST() 299 int same = 10; in TEST() local 320 if (ret < same) in TEST() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/pauth/ |
H A D | pac.c | 73 int same = 0; in n_same_single_set() local 86 same += 1; in n_same_single_set() 89 return same; in n_same_single_set() 254 int same = 10; in TEST() local 283 if (tmp < same) in TEST() 284 same = tmp; in TEST() 287 ASSERT_EQ(0, same) TH_LOG("%d keys clashed every time", same); in TEST() 299 int same = 10; in TEST() local 320 if (ret < same) in TEST() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | remap_range.c | 83 /* Don't allow overlapped cloning within the same file. */ in generic_remap_checks() 178 * the same file. 191 /* Unlock two pages, being careful not to unlock the same page twice. */ 200 * Compare extents of two files to see if they are the same. 214 bool same; in vfs_dedupe_file_range_compare() local 218 same = true; in vfs_dedupe_file_range_compare() 250 same = false; in vfs_dedupe_file_range_compare() 261 same = false; in vfs_dedupe_file_range_compare() 270 if (!same) in vfs_dedupe_file_range_compare() 278 *is_same = same; in vfs_dedupe_file_range_compare() 494 vfs_dedupe_file_range(struct file *file, struct file_dedupe_range *same) vfs_dedupe_file_range() argument [all...] |
H A D | ioctl.c | 623 struct file_dedupe_range *same = NULL; in ioctl_file_dedupe_range() local 639 same = memdup_user(argp, size); in ioctl_file_dedupe_range() 640 if (IS_ERR(same)) { in ioctl_file_dedupe_range() 641 ret = PTR_ERR(same); in ioctl_file_dedupe_range() 642 same = NULL; in ioctl_file_dedupe_range() 646 same->dest_count = count; in ioctl_file_dedupe_range() 647 ret = vfs_dedupe_file_range(file, same); in ioctl_file_dedupe_range() 651 ret = copy_to_user(argp, same, size); in ioctl_file_dedupe_range() 656 kfree(same); in ioctl_file_dedupe_range()
|
/kernel/linux/linux-6.6/fs/ |
H A D | remap_range.c | 85 /* Don't allow overlapped cloning within the same file. */ in generic_remap_checks() 161 * are from the same file. 174 /* Unlock two folios, being careful not to unlock the same folio twice. */ 183 * Compare extents of two files to see if they are the same. 190 bool same = true; in vfs_dedupe_file_range_compare() local 225 same = false; in vfs_dedupe_file_range_compare() 238 same = false; in vfs_dedupe_file_range_compare() 247 if (!same) in vfs_dedupe_file_range_compare() 255 *is_same = same; in vfs_dedupe_file_range_compare() 329 * Check that the extents are the same in __generic_remap_file_range_prep() 494 vfs_dedupe_file_range(struct file *file, struct file_dedupe_range *same) vfs_dedupe_file_range() argument [all...] |
H A D | ioctl.c | 420 struct file_dedupe_range *same = NULL; in ioctl_file_dedupe_range() local 436 same = memdup_user(argp, size); in ioctl_file_dedupe_range() 437 if (IS_ERR(same)) { in ioctl_file_dedupe_range() 438 ret = PTR_ERR(same); in ioctl_file_dedupe_range() 439 same = NULL; in ioctl_file_dedupe_range() 443 same->dest_count = count; in ioctl_file_dedupe_range() 444 ret = vfs_dedupe_file_range(file, same); in ioctl_file_dedupe_range() 448 ret = copy_to_user(argp, same, size); in ioctl_file_dedupe_range() 453 kfree(same); in ioctl_file_dedupe_range()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | latencytop.c | 21 * if the "same" latency cause is hit twice, this will be tracked as one entry 97 int q, same = 1; in account_global_scheduler_latency() local 109 same = 0; in account_global_scheduler_latency() 117 if (same) { in account_global_scheduler_latency() 179 int same = 1; in __account_scheduler_latency() local 186 same = 0; in __account_scheduler_latency() 194 if (same) { in __account_scheduler_latency()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | latencytop.c | 21 * if the "same" latency cause is hit twice, this will be tracked as one entry 123 int q, same = 1; in account_global_scheduler_latency() local 135 same = 0; in account_global_scheduler_latency() 143 if (same) { in account_global_scheduler_latency() 205 int same = 1; in __account_scheduler_latency() local 212 same = 0; in __account_scheduler_latency() 220 if (same) { in __account_scheduler_latency()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | cgrp_kfunc_success.c | 24 bool same = pid == cur_pid; in is_test_kfunc_task() local 26 if (same) in is_test_kfunc_task() 29 return same; in is_test_kfunc_task()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sacos.S | 5 | an input argument; sAcosd does the same except for denormalized 42 | file, README, in this same directory.
|
H A D | sasin.S | 5 | an input argument; sAsind does the same except for denormalized 42 | file, README, in this same directory.
|
H A D | satanh.S | 6 | an input argument; satanhd does the same except for denormalized 49 | file, README, in this same directory.
|
H A D | ssinh.S | 5 | an input argument; sSinhd does the same except for denormalized 53 | file, README, in this same directory.
|
H A D | scosh.S | 5 | an input argument; sCoshd does the same except for denormalized 53 | file, README, in this same directory.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | sacos.S | 5 | an input argument; sAcosd does the same except for denormalized 42 | file, README, in this same directory.
|
H A D | sasin.S | 5 | an input argument; sAsind does the same except for denormalized 42 | file, README, in this same directory.
|
H A D | satanh.S | 6 | an input argument; satanhd does the same except for denormalized 49 | file, README, in this same directory.
|
H A D | scosh.S | 5 | an input argument; sCoshd does the same except for denormalized 53 | file, README, in this same directory.
|
/kernel/linux/linux-6.6/include/linux/clk/ |
H A D | tegra.h | 183 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) in tegra20_clk_prepare_emc_mc_same_freq() argument
|
/kernel/linux/linux-5.10/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 47 mov %cs, %ax # Code and data in the same place 91 mov %cs, %ax # Code and data in the same place
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | i18n.c | 480 * Return true if they are the same, false otherwise. 486 bool same = false; in compare_specifiers() local 493 same = true; in compare_specifiers() 497 return same; in compare_specifiers() 502 * Check that two format strings contain the same number of format specifiers, 503 * and that the order of specifiers is the same in both strings.
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | i18n.c | 487 * Return true if they are the same, false otherwise. 493 bool same = false; in compare_specifiers() local 500 same = true; in compare_specifiers() 504 return same; in compare_specifiers() 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.
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-tegra20-emc.c | 280 int tegra20_clk_prepare_emc_mc_same_freq(struct clk *emc_clk, bool same) in tegra20_clk_prepare_emc_mc_same_freq() argument 290 emc->mc_same_freq = same; in tegra20_clk_prepare_emc_mc_same_freq()
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-copy_user.S | 10 * 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
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-copy_user.S | 10 * 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
|