/linux/tools/testing/selftests/exec/ |
A D | binfmt_script | 43 def test(name, size, good=True, leading="", root="./", target="/perl", argument 80 if good: 87 if good: 111 test(name="too-big", size=SIZE+80, good=False) 113 test(name="exact", size=SIZE, good=False) 115 test(name="exact-space", size=SIZE, good=False, leading=" ") 117 test(name="whitespace-too-big", size=SIZE+71, good=False, root="", 120 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19) 122 test(name="empty", size=2, good=False, root="", 125 test(name="spaces", size=SIZE-1, good=False, root="", fill=" ", [all …]
|
/linux/tools/testing/ktest/ |
A D | config-bisect.pl | 699 my $good = "$good_start.tmp"; 717 if ( -f $good || -f $bad ) { 720 if ( -f $good ) { 721 $p = "$good exists\n"; 734 run_command "cp $good_start $good" or die "failed to copy to $good\n"; 737 if ( ! -f $good ) { 738 die "Can not find file $good\n"; 744 run_command "cp $output_config $good" or die "failed to copy $config to $good\n"; 752 my $ret = config_bisect $good, $bad; 760 run_command "rm $good"; [all …]
|
A D | ktest.pl | 3027 my $good = $bisect_good; 3041 $good = get_sha1($good); 3097 doprint "TESTING BISECT GOOD [$good]\n"; 3098 run_command "git checkout $good" or 3099 dodie "Failed to checkout $good"; 3104 fail "Tested BISECT_GOOD [$good] and it failed" and return 0; 3120 run_command "git bisect good $good" or 3121 dodie "could not set bisect good to $good"; 3232 my ($good, $bad) = @_; 3240 run_command "$diffexec $good $bad", 1; [all …]
|
/linux/fs/ |
A D | fs_parser.c | 322 bool good = true; in validate_constant_table() local 332 good = false; in validate_constant_table() 339 good = false; in validate_constant_table() 344 good = false; in validate_constant_table() 352 good = false; in validate_constant_table() 356 return good; in validate_constant_table() 368 bool good = true; in fs_validate_description() local 378 good = false; in fs_validate_description() 382 return good; in fs_validate_description()
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
A D | bug-bisect.rst | 49 $ git bisect good [commit] 54 $ git bisect good 67 $ git bisect good v4.8 70 .. [#f1] 您可以(可选地)在开始git bisect的时候提供good或bad参数
|
/linux/Documentation/translations/zh_TW/admin-guide/ |
A D | bug-bisect.rst | 52 $ git bisect good [commit] 57 $ git bisect good 70 $ git bisect good v4.8 73 .. [#f1] 您可以(可選地)在開始git bisect的時候提供good或bad參數
|
/linux/Documentation/admin-guide/ |
A D | bug-bisect.rst | 45 $ git bisect good [commit] 50 $ git bisect good 61 4.8 is good, you could do:: 65 $ git bisect good v4.8 68 .. [#f1] You can, optionally, provide both good and bad arguments at git
|
/linux/crypto/async_tx/ |
A D | async_raid6_recov.c | 217 int good_srcs, good, i; in __2data_recov_5() local 220 good = -1; in __2data_recov_5() 226 good = i; in __2data_recov_5() 235 g = blocks[good]; in __2data_recov_5() 236 g_off = offs[good]; in __2data_recov_5() 251 raid6_gfexp[good], bytes, submit); in __2data_recov_5() 483 int good_srcs, good, i; in async_raid6_datap_recov() local 512 good = -1; in async_raid6_datap_recov() 517 good = i; in async_raid6_datap_recov() 543 struct page *g = blocks[good]; in async_raid6_datap_recov() [all …]
|
/linux/kernel/ |
A D | Kconfig.hz | 30 250 Hz is a good compromise choice allowing server performance 31 while also showing good interactive responsiveness even 38 300 Hz is a good compromise choice allowing server performance 39 while also showing good interactive responsiveness even
|
/linux/drivers/net/wireless/st/cw1200/ |
A D | sta.h | 64 void __cw1200_cqm_bssloss_sm(struct cw1200_common *priv, int init, int good, 67 int init, int good, int bad) in cw1200_cqm_bssloss_sm() argument 70 __cw1200_cqm_bssloss_sm(priv, init, good, bad); in cw1200_cqm_bssloss_sm()
|
/linux/tools/testing/selftests/seccomp/ |
A D | seccomp_benchmark.c | 103 bool good; in compare() local 116 good = eval(one, two); in compare() 117 printf("%s\n", good ? "✔️" : "❌"); in compare() 119 return good ? 0 : 1; in compare()
|
/linux/Documentation/driver-api/gpio/ |
A D | using-gpio.rst | 10 For examples of already existing generic drivers that will also be good 28 to any existing kernel subsystem and not be a good fit for an operating system, 32 Applications that have a good reason to use the industrial I/O (IIO) subsystem 33 from userspace will likely be a good fit for using GPIO lines from userspace as
|
/linux/drivers/leds/ |
A D | TODO | 38 Multicolor is not a good fit for RGB LED. It does not really know 50 RGB LEDs are quite common, and it would be good to be able to turn LED 52 userspace is able to set arbitrary colors, and it might be good to 70 In future, it would be good to be able to set rgb led to particular
|
/linux/Documentation/devicetree/bindings/arm/tegra/ |
A D | nvidia,tegra20-pmc.yaml | 82 nvidia,cpu-pwr-good-en: 85 CPU power good signal from external PMIC to PMC is enabled. 96 nvidia,cpu-pwr-good-time: 98 description: CPU power good time in uSec. 104 nvidia,core-pwr-good-time: 108 Core power good time in uSec. 342 "nvidia,core-pwr-off-time": ["nvidia,core-pwr-good-time"] 343 "nvidia,cpu-pwr-off-time": ["nvidia,cpu-pwr-good-time"] 362 nvidia,cpu-pwr-good-time = <0>; 364 nvidia,core-pwr-good-time = <4587 3876>;
|
/linux/Documentation/admin-guide/cgroup-v1/ |
A D | memcg_test.rst | 148 When you do test to do racy case, it's good test to set memcg's limit 160 SwapCache. Test with shmem/tmpfs is always good test. 203 memory hotplug test is one of good test. 231 running new jobs in new group is also good. 236 Mounting with other subsystems is a good test because there is a 252 For example, test like following is good: 344 It's good idea to test root cgroup as well.
|
/linux/Documentation/process/ |
A D | management-style.rst | 113 not. After all, if **they** aren't certain whether it's a good idea, you 170 - get really good at apologies 202 good idea - go wild", or "That sounds good, but what about xxx?". The 209 specific directions, but let's face it, they might be good at what they 210 do, and suck at everything else. The good news is that people tend to 211 naturally gravitate back to what they are good at, so it's not like you 223 best way of taking the blame: do it for someone else. You'll feel good 224 for taking the fall, they'll feel good about not getting blamed, and the 238 you've followed the previous rules, you'll be pretty good at saying that 249 do a good job. [all …]
|
/linux/Documentation/arm/ |
A D | mem_alignment.rst | 8 bad idea to configure it out, but Russell King has some good reasons for 20 trap to SIGBUS any code performing unaligned access (good for debugging bad 26 Please note that randomly changing the behaviour without good thought is
|
/linux/drivers/gpu/drm/amd/display/ |
A D | TODO | 50 subsystems, since there's really no good reason to have 2nd 56 I can't come up with a good reason why DC needs all this (except to 57 reimplement half of our edid quirk table, which really isn't a good 58 idea). Might be good if you put this onto the list of things to fix
|
/linux/drivers/infiniband/hw/mthca/ |
A D | mthca_reset.c | 175 goto good; in mthca_reset() 186 good: in mthca_reset()
|
/linux/Documentation/sound/designs/ |
A D | powersave.rst | 13 good for laptops (even for desktops). 22 reopen the device frequently. 10 would be a good choice for normal
|
/linux/Documentation/driver-api/usb/ |
A D | dma.rst | 36 It's good to avoid making CPUs copy data needlessly. The costs can add up, 61 not using a streaming DMA mapping, so it's good for small transfers on 84 high memory to "normal" DMA memory. If you can come up with a good way 114 usbcore do the map/unmap.) Large periodic transfers make good examples
|
/linux/tools/bootconfig/samples/ |
A D | good-simple.bconf | 1 # A good simple bootconfig
|
/linux/Documentation/networking/ |
A D | eql.rst | 37 good 1 to 2 KB/s slower than the test machine working with a 28.8 Kbps 100 don't do a very good job when it comes to handling more than one 129 I haven't found a good reason to write it yet... other than for 130 completeness, but that isn't a good motivator is it?--) 187 DSLIP. I did find a good tip from LinuxNET:Billy for PPP performance: 290 The good news is that one gets nearly the full advantage of the
|
/linux/Documentation/leds/ |
A D | well-known-leds.txt | 10 use one of the "good" names from this list, and you should extend the 14 wants to use particular feature, you should probe for good name, first,
|
/linux/arch/ia64/scripts/ |
A D | check-gas | 14 echo good
|