| /linux/tools/testing/selftests/exec/ |
| H A D | binfmt_script.py | 45 def test(name, size, good=True, leading="", root="./", target="/perl", argument 82 if good: 91 if good: 117 test(name="too-big", size=SIZE+80, good=False) 119 test(name="exact", size=SIZE, good=False) 121 test(name="exact-space", size=SIZE, good=False, leading=" ") 123 test(name="whitespace-too-big", size=SIZE+71, good=False, root="", 126 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19) 128 test(name="empty", size=2, good=False, root="", 131 test(name="spaces", size=SIZE-1, good=False, root="", fill=" ", [all …]
|
| /linux/net/rxrpc/ |
| H A D | peer_event.c | 372 int good, trial, bad, jumbo; in rxrpc_input_probe_for_pmtud() local 374 good = peer->pmtud_good; in rxrpc_input_probe_for_pmtud() 377 if (good >= bad - 1) { in rxrpc_input_probe_for_pmtud() 402 good = trial; in rxrpc_input_probe_for_pmtud() 403 peer->pmtud_good = good; in rxrpc_input_probe_for_pmtud() 404 if (good > max_data) in rxrpc_input_probe_for_pmtud() 405 max_data = good; in rxrpc_input_probe_for_pmtud() 420 if (good < RXRPC_JUMBO(2) && bad > RXRPC_JUMBO(2)) in rxrpc_input_probe_for_pmtud() 422 else if (good < RXRPC_JUMBO(4) && bad > RXRPC_JUMBO(4)) in rxrpc_input_probe_for_pmtud() 424 else if (good < RXRPC_JUMBO(3) && bad > RXRPC_JUMBO(3)) in rxrpc_input_probe_for_pmtud() [all …]
|
| /linux/tools/testing/ktest/ |
| H 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 $output_config to $good\n"; 752 my $ret = config_bisect $good, $bad; 760 run_command "rm $good"; [all …]
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H 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/tools/testing/selftests/seccomp/ |
| H A D | seccomp_benchmark.c | 110 bool good; in compare() local 122 good = false; in compare() 127 good = false; in compare() 131 good = eval(one, two); in compare() 132 printf("%s\n", good ? "✔️" : "❌"); in compare() 135 ksft_test_result(good, "%s %s %s\n", name_one, name_eval, name_two); in compare() 137 return good ? 0 : 1; in compare()
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H 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/crypto/async_tx/ |
| H 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/lib/ |
| H A D | percpu_counter.c | 333 bool good = false; in __percpu_counter_limited_add() local 359 good = true; in __percpu_counter_limited_add() 364 good = true; in __percpu_counter_limited_add() 367 if (!good) { in __percpu_counter_limited_add() 382 good = true; in __percpu_counter_limited_add() 391 return good; in __percpu_counter_limited_add()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | sta.h | 66 void __cw1200_cqm_bssloss_sm(struct cw1200_common *priv, int init, int good, 69 int init, int good, int bad) in cw1200_cqm_bssloss_sm() argument 72 __cw1200_cqm_bssloss_sm(priv, init, good, bad); in cw1200_cqm_bssloss_sm()
|
| /linux/Documentation/driver-api/gpio/ |
| H 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/ |
| H 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/include/linux/ |
| H A D | percpu_counter.h | 201 bool good = false; in percpu_counter_limited_add() local 212 good = true; in percpu_counter_limited_add() 215 return good; in percpu_counter_limited_add()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H 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/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-facebook-harma.dts | 652 "power-hsc-good","power-chassis-good","", 709 "power-p3v3-standby","power-config-asic-power-good", 710 "power-p1v8-good","power-config-pdb-power-good", 740 "power-host-good","reset-control-mb-mux", 760 "power-asic-good","uart-control-buffer-select", 812 "power-12v-memory-good","",
|
| H A D | aspeed-bmc-ufispace-ncplite.dts | 44 allpwr-good { 45 label = "allpwr-good"; 359 /*V0-V7*/ "","","","","power-chassis-good","","","";
|
| /linux/Documentation/arch/arm/ |
| H 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/Documentation/process/ |
| H 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/net/psp/ |
| H A D | psp_sock.c | 33 bool good; in psp_validate_xmit() local 37 good = !pas || rcu_access_pointer(dev->psp_dev) == pas->psd; in psp_validate_xmit() 39 if (!good) { in psp_validate_xmit()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_reset.c | 175 goto good; in mthca_reset() 186 good: in mthca_reset()
|
| /linux/tools/bootconfig/samples/ |
| H A D | good-simple.bconf | 1 # A good simple bootconfig
|
| /linux/Documentation/networking/ |
| H A D | filter.rst | 348 jeq #15, good /* __NR_rt_sigreturn */ 349 jeq #231, good /* __NR_exit_group */ 350 jeq #60, good /* __NR_exit */ 351 jeq #0, good /* __NR_read */ 352 jeq #1, good /* __NR_write */ 353 jeq #5, good /* __NR_fstat */ 354 jeq #9, good /* __NR_mmap */ 355 jeq #14, good /* __NR_rt_sigprocmask */ 356 jeq #13, good /* __NR_rt_sigaction */ 357 jeq #35, good /* __NR_nanosleep */ [all …]
|
| H 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/fs/xfs/libxfs/ |
| H A D | xfs_rmap.c | 2932 struct xfs_rmap_irec good; member 2976 roc->good.rm_startblock = bno; in xfs_rmap_ownercount_init() 2977 roc->good.rm_blockcount = len; in xfs_rmap_ownercount_init() 2978 roc->good.rm_owner = oinfo->oi_owner; in xfs_rmap_ownercount_init() 2979 roc->good.rm_offset = oinfo->oi_offset; in xfs_rmap_ownercount_init() 2981 roc->good.rm_flags |= XFS_RMAP_ATTR_FORK; in xfs_rmap_ownercount_init() 2983 roc->good.rm_flags |= XFS_RMAP_BMBT_BLOCK; in xfs_rmap_ownercount_init() 3003 delta = (int64_t)roc->good.rm_startblock - check.rm_startblock; in xfs_rmap_count_owners_helper() 3013 (roc->good.rm_startblock + roc->good.rm_blockcount); in xfs_rmap_count_owners_helper() 3020 if (check.rm_startblock == roc->good.rm_startblock && in xfs_rmap_count_owners_helper() [all …]
|
| /linux/tools/testing/ktest/examples/include/ |
| H A D | bisect.conf | 90 CONFIG_BISECT_GOOD = ${THIS_DIR}/config-good
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | frontend_legacy_dvbv3_api.rst | 10 TV standards, doesn't provide good statistics measurements and provides
|