/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
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 …]
|
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/ |
D | platform_gpio_keys.c | 61 int i, good = 0; in pb_keys_init() local 70 if (i != good) in pb_keys_init() 71 gb[good] = gb[i]; in pb_keys_init() 72 good++; in pb_keys_init() 75 if (good) { in pb_keys_init() 76 gpio_keys.nbuttons = good; in pb_keys_init()
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
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 …]
|
D | ktest.pl | 2980 my $good = $bisect_good; 2994 $good = get_sha1($good); 3051 doprint "TESTING BISECT GOOD [$good]\n"; 3052 run_command "git checkout $good" or 3053 dodie "Failed to checkout $good"; 3058 fail "Tested BISECT_GOOD [$good] and it failed" and return 0; 3075 run_command "git bisect good $good" or 3076 dodie "could not set bisect good to $good"; 3210 my ($good, $bad) = @_; 3218 run_command "$diffexec $good $bad", 1; [all …]
|
/kernel/linux/linux-5.10/fs/ |
D | fs_parser.c | 324 bool good = true; in validate_constant_table() local 334 good = false; in validate_constant_table() 341 good = false; in validate_constant_table() 346 good = false; in validate_constant_table() 354 good = false; in validate_constant_table() 358 return good; in validate_constant_table() 369 bool good = true; in fs_validate_description() local 379 good = false; in fs_validate_description() 383 return good; in fs_validate_description()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
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
|
/kernel/linux/linux-5.10/kernel/ |
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
|
/kernel/linux/linux-5.10/crypto/async_tx/ |
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 …]
|
/kernel/linux/linux-5.10/drivers/block/ |
D | umem.c | 127 int good; member 655 if (card->battery[0].good && card->battery[1].good) in set_fault_to_battery_status() 659 else if (!card->battery[0].good && !card->battery[1].good) in set_fault_to_battery_status() 669 if (status != card->battery[battery].good) { in check_battery() 670 card->battery[battery].good = !card->battery[battery].good; in check_battery() 673 if (card->battery[battery].good) { in check_battery() 682 } else if (!card->battery[battery].good && in check_battery() 929 card->battery[0].good = !(batt_status & BATTERY_1_FAILURE); in mm_pci_probe() 930 card->battery[1].good = !(batt_status & BATTERY_2_FAILURE); in mm_pci_probe() 941 card->battery[0].good ? "OK" : "FAILURE", in mm_pci_probe() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
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()
|
/kernel/linux/linux-5.10/Documentation/driver-api/gpio/ |
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
|
/kernel/linux/linux-5.10/drivers/leds/ |
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
|
/kernel/linux/linux-5.10/Documentation/arm/ |
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
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | memcg_test.rst | 157 When you do test to do racy case, it's good test to set memcg's limit 169 SwapCache. Test with shmem/tmpfs is always good test. 212 memory hotplug test is one of good test. 242 running new jobs in new group is also good. 247 Mounting with other subsystems is a good test because there is a 263 For example, test like following is good: 355 It's good idea to test root cgroup as well.
|
/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-iops.c | 106 int __ide_wait_stat(ide_drive_t *drive, u8 good, u8 bad, in __ide_wait_stat() argument 156 if (OK_STAT(stat, good, bad)) { in __ide_wait_stat() 170 int ide_wait_stat(ide_startstop_t *startstop, ide_drive_t *drive, u8 good, in ide_wait_stat() argument 182 err = __ide_wait_stat(drive, good, bad, timeout, &stat); in ide_wait_stat()
|
/kernel/linux/linux-5.10/Documentation/process/ |
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 …]
|
/kernel/linux/linux-5.10/tools/bootconfig/samples/ |
D | good-simple.bconf | 1 # A good simple bootconfig
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/ |
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
|
/kernel/linux/linux-5.10/arch/ia64/scripts/ |
D | check-gas | 14 echo good
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
D | mthca_reset.c | 175 goto good; in mthca_reset() 186 good: in mthca_reset()
|
/kernel/linux/linux-5.10/Documentation/sound/designs/ |
D | powersave.rst | 13 good for laptops (even for desktops). 22 reopen the device frequently. 10 would be a good choice for normal
|
/kernel/linux/linux-5.10/tools/testing/ktest/examples/include/ |
D | bisect.conf | 90 CONFIG_BISECT_GOOD = ${THIS_DIR}/config-good
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | frontend_legacy_dvbv3_api.rst | 10 TV standards, doesn't provide good statistics measurements and provides
|
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
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
|
/kernel/linux/linux-5.10/drivers/staging/android/ |
D | Kconfig | 14 It is, in theory, a good memory allocator for low-memory devices,
|