Home
last modified time | relevance | path

Searched refs:good (Results 1 - 25 of 71) sorted by relevance

123

/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A Dbinfmt_script.py34 # @good: whether this script is expected to execute correctly
43 def test(name, size, good=True, leading="", root="./", target="/perl",
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 pat
[all...]
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/
H A 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/fs/
H A Dfs_parser.c324 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-6.6/fs/
H A Dfs_parser.c338 bool good = true; in validate_constant_table() local
348 good = false; in validate_constant_table()
355 good = false; in validate_constant_table()
360 good = false; in validate_constant_table()
368 good = false; in validate_constant_table()
372 return good; in validate_constant_table()
384 bool good = true; in fs_validate_description() local
394 good = false; in fs_validate_description()
398 return good; in fs_validate_description()
/kernel/linux/linux-5.10/tools/testing/ktest/
H A 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 confi
[all...]
/kernel/linux/linux-6.6/tools/testing/ktest/
H A 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 confi
[all...]
/kernel/linux/linux-5.10/crypto/async_tx/
H A Dasync_raid6_recov.c217 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()
540 * multiplication with the one good dat in async_raid6_datap_recov()
[all...]
/kernel/linux/linux-6.6/crypto/async_tx/
H A Dasync_raid6_recov.c217 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()
540 * multiplication with the one good dat in async_raid6_datap_recov()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dsta.h64 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()
70 __cw1200_cqm_bssloss_sm(priv, init, good, bad); in cw1200_cqm_bssloss_sm()
66 cw1200_cqm_bssloss_sm(struct cw1200_common *priv, int init, int good, int bad) cw1200_cqm_bssloss_sm() argument
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dsta.h65 void __cw1200_cqm_bssloss_sm(struct cw1200_common *priv, int init, int good,
68 int init, int good, int bad) in cw1200_cqm_bssloss_sm()
71 __cw1200_cqm_bssloss_sm(priv, init, good, bad); in cw1200_cqm_bssloss_sm()
67 cw1200_cqm_bssloss_sm(struct cw1200_common *priv, int init, int good, int bad) cw1200_cqm_bssloss_sm() argument
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c103 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()
/kernel/linux/linux-5.10/drivers/block/
H A Dumem.c127 int good; member
648 * If both batteries are good, no LED
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()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c175 goto good; in mthca_reset()
186 good: in mthca_reset()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c175 goto good; in mthca_reset()
186 good: in mthca_reset()
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-iops.c97 * It then checks the status for all of the "good" bits and none
106 int __ide_wait_stat(ide_drive_t *drive, u8 good, u8 bad, in __ide_wait_stat() argument
148 * so we'll wait up to 10usec for a "good" status in __ide_wait_stat()
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-6.6/fs/xfs/libxfs/
H A Dxfs_rmap.c2736 struct xfs_rmap_irec good; member
2780 roc->good.rm_startblock = bno; in xfs_rmap_ownercount_init()
2781 roc->good.rm_blockcount = len; in xfs_rmap_ownercount_init()
2782 roc->good.rm_owner = oinfo->oi_owner; in xfs_rmap_ownercount_init()
2783 roc->good.rm_offset = oinfo->oi_offset; in xfs_rmap_ownercount_init()
2785 roc->good.rm_flags |= XFS_RMAP_ATTR_FORK; in xfs_rmap_ownercount_init()
2787 roc->good.rm_flags |= XFS_RMAP_BMBT_BLOCK; in xfs_rmap_ownercount_init()
2807 delta = (int64_t)roc->good.rm_startblock - check.rm_startblock; in xfs_rmap_count_owners_helper()
2817 (roc->good.rm_startblock + roc->good in xfs_rmap_count_owners_helper()
[all...]
/kernel/linux/linux-5.10/drivers/misc/lkdtm/
H A Dbugs.c268 struct lkdtm_list good, bad; in lkdtm_CORRUPT_LIST_ADD() local
272 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
276 * test_head.next->prev = &good.node in lkdtm_CORRUPT_LIST_ADD()
277 * good.node.next = test_head.next in lkdtm_CORRUPT_LIST_ADD()
278 * good.node.prev = test_head in lkdtm_CORRUPT_LIST_ADD()
279 * test_head.next = good.node in lkdtm_CORRUPT_LIST_ADD()
281 list_add(&good.node, &test_head); in lkdtm_CORRUPT_LIST_ADD()
307 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
/kernel/linux/linux-5.10/include/linux/
H A Dhil_mlc.h99 int good; /* Node to jump to on success */ member
/kernel/linux/linux-6.6/include/linux/
H A Dhil_mlc.h99 int good; /* Node to jump to on success */ member
/kernel/linux/linux-5.10/tools/bootconfig/
H A Dtest-bootconfig.sh179 for i in samples/good-* ; do
/kernel/linux/linux-6.6/tools/bootconfig/
H A Dtest-bootconfig.sh179 for i in samples/good-* ; do
/kernel/linux/linux-6.6/drivers/misc/lkdtm/
H A Dbugs.c408 struct lkdtm_list good, bad; in lkdtm_CORRUPT_LIST_ADD() local
412 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
416 * test_head.next->prev = &good.node in lkdtm_CORRUPT_LIST_ADD()
417 * good.node.next = test_head.next in lkdtm_CORRUPT_LIST_ADD()
418 * good.node.prev = test_head in lkdtm_CORRUPT_LIST_ADD()
419 * test_head.next = good.node in lkdtm_CORRUPT_LIST_ADD()
421 list_add(&good.node, &test_head); in lkdtm_CORRUPT_LIST_ADD()
449 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dhil_mlc.c643 ((rc < 0) ? node->bad : node->good); in hilse_donode()
664 nextidx = node->good; in hilse_donode()
723 nextidx = rc ? node->bad : node->good; in hilse_donode()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dhil_mlc.c643 ((rc < 0) ? node->bad : node->good); in hilse_donode()
664 nextidx = node->good; in hilse_donode()
723 nextidx = rc ? node->bad : node->good; in hilse_donode()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h60 slti t1, t1, 2 # 66-P1.2 and later good.

Completed in 16 milliseconds

123