Searched refs:good (Results 1 - 25 of 44) sorted by last modified time

12

/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c891 int good = 0; local
900 good++;
907 if (good)
/linux-master/sound/pci/emu10k1/
H A Dio.c701 goto good;
707 good:
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py1670 good = arg.attr_get(ri, 'dst', first=first)
1672 first &= not good
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c4254 INIT_LIST_HEAD(&ha->pool.good.head);
4256 ha->pool.good.count = 0;
4293 &ha->pool.good.head);
4294 ha->pool.good.count++;
4298 /* return the good ones back to the pool */
4300 &ha->pool.good.head, list) {
4310 "%s: dif dma pool (good=%u unusable=%u)\n",
4311 __func__, ha->pool.good.count,
5001 list_for_each_entry_safe(dsd, nxt, &ha->pool.good.head, list) {
H A Dqla_def.h4801 } good; member in struct:qla_hw_data::__anon248
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c973 bool good; local
995 good = rtw8723x_iqk_similarity_cmp(rtwdev, result, j, i);
997 if (good) {
H A Drtw8703b.c1449 bool good; local
1474 good = rtw8723x_iqk_similarity_cmp(rtwdev, result, j, i);
1476 if (good) {
/linux-master/drivers/net/ethernet/cavium/octeon/
H A Docteon_mgmt.c405 /* A good packet, send it up. */
407 good:
449 goto good;
/linux-master/fs/btrfs/
H A Dscrub.c31 * is found or the extent cannot be read, good data will be written back if
611 * Here we don't have a good way to attach the pages (and subpages)
1853 unsigned long good; local
1859 bitmap_andnot(&good, &stripe->extent_sector_bitmap,
1861 scrub_write_sectors(sctx, stripe, good, true);
/linux-master/tools/perf/util/
H A Dannotate.c3871 istat->good++;
3908 istat->good++;
H A Dannotate.h555 int good; member in struct:annotated_item_stat
/linux-master/tools/testing/selftests/exec/
H A Dbinfmt_script.py36 # @good: whether this script is expected to execute correctly
45 def test(name, size, good=True, leading="", root="./", target="/perl",
82 if good:
83 print("ok %d - binfmt_script %s (successful good exec)"
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="",
125 # A good pat
[all...]
/linux-master/drivers/misc/lkdtm/
H A Dbugs.c436 struct lkdtm_list good, bad; local
440 pr_info("attempting good list addition\n");
444 * test_head.next->prev = &good.node
445 * good.node.next = test_head.next
446 * good.node.prev = test_head
447 * test_head.next = good.node
449 list_add(&good.node, &test_head);
477 pr_info("attempting good list removal\n");
/linux-master/tools/testing/ktest/
H A Dktest.pl531 # a good config and we will ignore these configs for the rest
1494 # Look for the good kernel to boot
2890 if ($bisect_ret_default eq "good") {
3037 return "good";
3062 my $good = $bisect_good;
3076 $good = get_sha1($good);
3080 doprint "Performing a reverse bisect (bad is good, good is bad!)\n";
3100 print " If you say yes, then no checks of good o
[all...]
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c4943 /* tsensor status is always good bcos we always have junction temp */
6685 u32 good:1; member in struct:bfa_flash_dev_status_reg_u::__anon422
6687 u32 good:1;
/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap.c2908 struct xfs_rmap_irec good; member in struct:xfs_rmap_ownercount
2952 roc->good.rm_startblock = bno;
2953 roc->good.rm_blockcount = len;
2954 roc->good.rm_owner = oinfo->oi_owner;
2955 roc->good.rm_offset = oinfo->oi_offset;
2957 roc->good.rm_flags |= XFS_RMAP_ATTR_FORK;
2959 roc->good.rm_flags |= XFS_RMAP_BMBT_BLOCK;
2979 delta = (int64_t)roc->good.rm_startblock - check.rm_startblock;
2989 (roc->good.rm_startblock + roc->good
[all...]
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c110 bool good; local
122 good = false;
127 good = false;
131 good = eval(one, two);
132 printf("%s\n", good ? "������" : "���");
135 ksft_test_result(good, "%s %s %s\n", name_one, name_eval, name_two);
137 return good ? 0 : 1;
/linux-master/fs/
H A Dfs_parser.c338 bool good = true; local
348 good = false;
355 good = false;
360 good = false;
368 good = false;
372 return good;
384 bool good = true; local
394 good = false;
398 return good;
/linux-master/drivers/block/aoe/
H A Daoecmd.c714 int i, good; local
716 for (i = good = 0; i < d->ntargets && d->targets[i]; ++i)
718 good++;
721 *untainted = good;
/linux-master/tools/perf/
H A Dbuiltin-annotate.c450 total_good += istat->good;
452 sum1 = istat->good + istat->bad;
455 sum2 = iter->good + iter->bad;
470 printf(" %-10s: %5d %5d\n", istat->name, istat->good, istat->bad);
/linux-master/scripts/
H A Dcheckpatch.pl5110 my $good = $fix_elements[$n] . $fix_elements[$n + 1];
5112 ## print("n: <$n> good: <$good>\n");
5172 $good = $fix_elements[$n] . trim($fix_elements[$n + 1]) . " ";
5190 $good = rtrim($fix_elements[$n]) . trim($fix_elements[$n + 1]);
5219 $good = rtrim($fix_elements[$n]) . trim($fix_elements[$n + 1]);
5221 $good = $fix_elements[$n] . trim($fix_elements[$n + 1]);
5224 $good .= " ";
5242 $good = $fix_elements[$n] . " " . ltrim($fix_elements[$n + 1]);
5253 $good
[all...]
H A Dget_maintainer.pl1110 not a good measure of amount of code authored. 1 major commit may
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c4597 /* verify good phy_type & supported phy revision */
5344 goto good;
5355 goto good;
5360 good:
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py2586 good = False
2595 good = True
2599 if not good or len(minicg.list) < 1:
/linux-master/lib/
H A Dpercpu_counter.c299 bool good = false; local
325 good = true;
330 good = true;
333 if (!good) {
348 good = true;
357 return good;

Completed in 1020 milliseconds

12