Home
last modified time | relevance | path

Searched full:good (Results 1 – 25 of 3825) sorted by relevance

12345678910>>...153

/kernel/linux/linux-6.6/tools/testing/ktest/
Dconfig-bisect.pl9 # config-bisect.pl [options] good-config bad-config [good|bad]
12 # Compares a good config to a bad config, then takes half of the diffs
13 # and produces a config that is somewhere between the good config and
15 # good config and will try to make half of the differences of between
16 # the good and bad configs match the bad config. It tries because of
24 # $ config-bisect.pl /path/to/good/config /path/to/bad/config
26 # This will now pull in good config (blowing away .config in that directory
27 # so do not make that be one of the good or bad configs), and then
30 # the good config. It does the same for the bad config as well.
34 # It then copies the result of its good config to /path/to/good/config.tmp
[all …]
/kernel/linux/linux-5.10/tools/testing/ktest/
Dconfig-bisect.pl9 # config-bisect.pl [options] good-config bad-config [good|bad]
12 # Compares a good config to a bad config, then takes half of the diffs
13 # and produces a config that is somewhere between the good config and
15 # good config and will try to make half of the differences of between
16 # the good and bad configs match the bad config. It tries because of
24 # $ config-bisect.pl /path/to/good/config /path/to/bad/config
26 # This will now pull in good config (blowing away .config in that directory
27 # so do not make that be one of the good or bad configs), and then
30 # the good config. It does the same for the bad config as well.
34 # It then copies the result of its good config to /path/to/good/config.tmp
[all …]
/kernel/linux/linux-6.6/Documentation/leds/
Dwell-known-leds.txt10 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,
31 Good: "input*:*:player-{1,2,3,4,5}
35 Good: "input*:*:capslock"
36 Good: "input*:*:scrolllock"
37 Good: "input*:*:numlock"
54 Good: "platform:*:mute"
55 Good: "platform:*:micmute"
61 Good: "rgb:status"
69 Good: "platform:*:charging" (allwinner sun50i, leds-cht-wcove)
[all …]
/kernel/linux/linux-5.10/tools/testing/ktest/examples/include/
Dbisect.conf21 # You must set the commit that was considered good (git bisect good)
28 # that requires to run a test to know if the bisect was good or bad.
29 # The test should exit with 0 on good, non-zero for bad. But see
33 # It is usually a good idea to confirm that the GOOD and the BAD
34 # commits are truly good and bad respectively. Having BISECT_CHECK
35 # set to 1 will check both that the good commit works and the bad
37 # set BISECT_CHECK to 'good' or to 'bad'.
39 #BISECT_CHECK = good
42 # Usually it's a good idea to specify the exact config you
66 # if the commit was good or bad. Instead, it will ask you to tell
[all …]
/kernel/linux/linux-6.6/tools/testing/ktest/examples/include/
Dbisect.conf21 # You must set the commit that was considered good (git bisect good)
28 # that requires to run a test to know if the bisect was good or bad.
29 # The test should exit with 0 on good, non-zero for bad. But see
33 # It is usually a good idea to confirm that the GOOD and the BAD
34 # commits are truly good and bad respectively. Having BISECT_CHECK
35 # set to 1 will check both that the good commit works and the bad
37 # set BISECT_CHECK to 'good' or to 'bad'.
39 #BISECT_CHECK = good
42 # Usually it's a good idea to specify the exact config you
66 # if the commit was good or bad. Instead, it will ask you to tell
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
Dbinfmt_script.py34 # @good: whether this script is expected to execute correctly
43 def test(name, size, good=True, leading="", root="./", target="/perl", argument
80 if good:
81 print("ok %d - binfmt_script %s (successful good exec)"
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="",
119 # A good path, but it gets truncated due to leading whitespace.
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
Dbinfmt_script34 # @good: whether this script is expected to execute correctly
43 def test(name, size, good=True, leading="", root="./", target="/perl", argument
80 if good:
81 print("ok %d - binfmt_script %s (successful good exec)"
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="",
119 # A good path, but it gets truncated due to leading whitespace.
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
Datl1e.h248 unsigned long rx_ok; /* The number of good packet received. */
249 unsigned long rx_bcast; /* The number of good broadcast packet received. */
250 unsigned long rx_mcast; /* The number of good multicast packet received. */
255 …unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included.…
256 …unt; /* The number of packets received that are less than 64 byte long and with good FCS. */
258 …unsigned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long…
259 …unsigned long rx_sz_65_127; /* The number of good and bad packets received that are between 65 a…
260 …unsigned long rx_sz_128_255; /* The number of good and bad packets received that are between 128 …
261 …unsigned long rx_sz_256_511; /* The number of good and bad packets received that are between 256 …
262 …unsigned long rx_sz_512_1023; /* The number of good and bad packets received that are between 512 …
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
Datl1e.h248 unsigned long rx_ok; /* The number of good packet received. */
249 unsigned long rx_bcast; /* The number of good broadcast packet received. */
250 unsigned long rx_mcast; /* The number of good multicast packet received. */
255 …unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included.…
256 …unt; /* The number of packets received that are less than 64 byte long and with good FCS. */
258 …unsigned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long…
259 …unsigned long rx_sz_65_127; /* The number of good and bad packets received that are between 65 a…
260 …unsigned long rx_sz_128_255; /* The number of good and bad packets received that are between 128 …
261 …unsigned long rx_sz_256_511; /* The number of good and bad packets received that are between 256 …
262 …unsigned long rx_sz_512_1023; /* The number of good and bad packets received that are between 512 …
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpmac.h147 * @DPMAC_CNT_ING_FRAME_64: counts 64-bytes frames, good or bad.
148 * @DPMAC_CNT_ING_FRAME_127: counts 65- to 127-bytes frames, good or bad.
149 * @DPMAC_CNT_ING_FRAME_255: counts 128- to 255-bytes frames, good or bad.
150 * @DPMAC_CNT_ING_FRAME_511: counts 256- to 511-bytes frames, good or bad.
151 * @DPMAC_CNT_ING_FRAME_1023: counts 512- to 1023-bytes frames, good or bad.
152 * @DPMAC_CNT_ING_FRAME_1518: counts 1024- to 1518-bytes frames, good or bad.
155 * good or bad.
167 * bytes long with a good CRC.
169 * specified, with a good frame check sequence.
177 * @DPMAC_CNT_ING_ALL_FRAME: counts each good or bad frames received.
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpmac.h129 * @DPMAC_CNT_ING_FRAME_64: counts 64-bytes frames, good or bad.
130 * @DPMAC_CNT_ING_FRAME_127: counts 65- to 127-bytes frames, good or bad.
131 * @DPMAC_CNT_ING_FRAME_255: counts 128- to 255-bytes frames, good or bad.
132 * @DPMAC_CNT_ING_FRAME_511: counts 256- to 511-bytes frames, good or bad.
133 * @DPMAC_CNT_ING_FRAME_1023: counts 512- to 1023-bytes frames, good or bad.
134 * @DPMAC_CNT_ING_FRAME_1518: counts 1024- to 1518-bytes frames, good or bad.
137 * good or bad.
149 * bytes long with a good CRC.
151 * specified, with a good frame check sequence.
159 * @DPMAC_CNT_ING_ALL_FRAME: counts each good or bad frames received.
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
Datl1c.h301 unsigned long rx_ok; /* The number of good packet received. */
302 unsigned long rx_bcast; /* The number of good broadcast packet received. */
303 unsigned long rx_mcast; /* The number of good multicast packet received. */
308 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */
309 …g rx_runt; /* The number of packets received that are less than 64 byte long and with good FCS. */
311 unsigned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long. */
312 …unsigned long rx_sz_65_127; /* The number of good and bad packets received that are between 65 and…
313 …unsigned long rx_sz_128_255; /* The number of good and bad packets received that are between 128 a…
314 …unsigned long rx_sz_256_511; /* The number of good and bad packets received that are between 256 a…
315 …unsigned long rx_sz_512_1023; /* The number of good and bad packets received that are between 512 …
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
Datl1c.h299 unsigned long rx_ok; /* The number of good packet received. */
300 unsigned long rx_bcast; /* The number of good broadcast packet received. */
301 unsigned long rx_mcast; /* The number of good multicast packet received. */
306 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */
307 …g rx_runt; /* The number of packets received that are less than 64 byte long and with good FCS. */
309 unsigned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long. */
310 …unsigned long rx_sz_65_127; /* The number of good and bad packets received that are between 65 and…
311 …unsigned long rx_sz_128_255; /* The number of good and bad packets received that are between 128 a…
312 …unsigned long rx_sz_256_511; /* The number of good and bad packets received that are between 256 a…
313 …unsigned long rx_sz_512_1023; /* The number of good and bad packets received that are between 512 …
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dbug-bisect.rst45 $ 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
69 start with ``git bisect start [BAD] [GOOD]``
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dbug-bisect.rst45 $ 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
69 start with ``git bisect start [BAD] [GOOD]``
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/
Dplatform_gpio_keys.c61 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/drivers/mtd/nand/onenand/
Donenand_bbt.c27 * tables and good / bad block identifiers. Same as check_pattern, but
49 * @param bd descriptor for the good/bad block search pattern
54 * for the given good/bad block identify pattern
126 * @param bd descriptor for the good/bad block search pattern
129 * for manufacturer / software marked good / bad blocks
170 * @param bd descriptor for the good/bad block search pattern
174 * marked good / bad blocks and writes the bad block table(s) to
210 * Define some generic bad / good block scan pattern which are used
211 * while scanning a device for factory marked good / bad blocks.
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/
Donenand_bbt.c27 * tables and good / bad block identifiers. Same as check_pattern, but
49 * @bd: descriptor for the good/bad block search pattern
54 * for the given good/bad block identify pattern
126 * @bd: descriptor for the good/bad block search pattern
129 * for manufacturer / software marked good / bad blocks
170 * @bd: descriptor for the good/bad block search pattern
174 * marked good / bad blocks and writes the bad block table(s) to
210 * Define some generic bad / good block scan pattern which are used
211 * while scanning a device for factory marked good / bad blocks.
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/
Dxdp_direct_packet_access.c38 "XDP pkt read, pkt_data' > pkt_end, corner case, good access",
91 "XDP pkt read, pkt_data' > pkt_end, corner case +1, good access",
126 "XDP pkt read, pkt_end > pkt_data', good access",
181 "XDP pkt read, pkt_end > pkt_data', corner case, good access",
199 "XDP pkt read, pkt_end > pkt_data', corner case +1, good access",
217 "XDP pkt read, pkt_data' < pkt_end, good access",
272 "XDP pkt read, pkt_data' < pkt_end, corner case, good access",
290 "XDP pkt read, pkt_data' < pkt_end, corner case +1, good access",
308 "XDP pkt read, pkt_end < pkt_data', corner case, good access",
361 "XDP pkt read, pkt_end < pkt_data', corner case +1, good access",
[all …]
/kernel/linux/linux-6.6/Documentation/process/
Dmanagement-style.rst113 not. After all, if **they** aren't certain whether it's a good idea, you
170 - get really good at apologies
183 3) People II - the Good Kind
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
[all …]
/kernel/linux/linux-5.10/Documentation/process/
Dmanagement-style.rst113 not. After all, if **they** aren't certain whether it's a good idea, you
170 - get really good at apologies
183 3) People II - the Good Kind
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
[all …]
/kernel/linux/linux-5.10/kernel/
DKconfig.hz30 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-6.6/kernel/
DKconfig.hz30 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/drivers/net/ethernet/mellanox/mlx4/
Den_port.h195 /* Received frames with a length of MTU< octets and good CRC */
205 /* Received broadcast frames with good CRC */
215 /* Received multicast frames with good CRC */
225 /* Received unicast not short or GIANT frames with good CRC */
432 /* Transmit frames with a length greater than MTU octets and a good CRC. */
443 /* Transmit broadcast frames with a good CRC */
454 /* Transmit multicast frames with a good CRC */
465 /* Transmit good frames that are neither broadcast nor multicast */
520 /* Total frames transmitted with a good CRC that are not aborted */
570 /* Received frames with a length less than 64 octets and a good CRC */
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
Den_port.h195 /* Received frames with a length of MTU< octets and good CRC */
205 /* Received broadcast frames with good CRC */
215 /* Received multicast frames with good CRC */
225 /* Received unicast not short or GIANT frames with good CRC */
432 /* Transmit frames with a length greater than MTU octets and a good CRC. */
443 /* Transmit broadcast frames with a good CRC */
454 /* Transmit multicast frames with a good CRC */
465 /* Transmit good frames that are neither broadcast nor multicast */
520 /* Total frames transmitted with a good CRC that are not aborted */
570 /* Received frames with a length less than 64 octets and a good CRC */
[all …]

12345678910>>...153