/openbmc/linux/drivers/md/ |
H A D | dm-cache-target.c | 478 struct dm_cache_migration *mg; in alloc_migration() local 480 mg = mempool_alloc(&cache->migration_pool, GFP_NOIO); in alloc_migration() 482 memset(mg, 0, sizeof(*mg)); in alloc_migration() 484 mg->cache = cache; in alloc_migration() 487 return mg; in alloc_migration() 490 static void free_migration(struct dm_cache_migration *mg) in free_migration() argument 492 struct cache *cache = mg->cache; in free_migration() 497 mempool_free(mg, &cache->migration_pool); in free_migration() 1072 static void quiesce(struct dm_cache_migration *mg, in quiesce() argument 1075 init_continuation(&mg->k, continuation); in quiesce() [all …]
|
/openbmc/linux/net/mac80211/ |
H A D | rc80211_minstrel_ht_debugfs.c | 50 const struct mcs_group *mg; in minstrel_ht_stats_dump() local 59 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_dump() 60 gflags = mg->flags; in minstrel_ht_stats_dump() 80 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump() 84 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump() 102 p += sprintf(p, " MCS%-2u", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_dump() 104 p += sprintf(p, " MCS%-1u/%1u", j, mg->streams); in minstrel_ht_stats_dump() 119 duration = mg->duration[j]; in minstrel_ht_stats_dump() 120 duration <<= mg->shift; in minstrel_ht_stats_dump() 196 const struct mcs_group *mg; in minstrel_ht_stats_csv_dump() local [all …]
|
H A D | rc80211_minstrel_ht.c | 576 struct minstrel_mcs_group_data *mg; in minstrel_ht_set_best_prob_rate() local 586 mg = &mi->groups[cur_group]; in minstrel_ht_set_best_prob_rate() 587 mrs = &mg->rates[cur_idx]; in minstrel_ht_set_best_prob_rate() 609 max_gpr_group = MI_RATE_GROUP(mg->max_group_prob_rate); in minstrel_ht_set_best_prob_rate() 610 max_gpr_idx = MI_RATE_IDX(mg->max_group_prob_rate); in minstrel_ht_set_best_prob_rate() 623 mg->max_group_prob_rate = index; in minstrel_ht_set_best_prob_rate() 628 mg->max_group_prob_rate = index; in minstrel_ht_set_best_prob_rate() 673 struct minstrel_mcs_group_data *mg; in minstrel_ht_prob_rate_reduce_streams() local 683 mg = &mi->groups[group]; in minstrel_ht_prob_rate_reduce_streams() 687 tmp_idx = MI_RATE_IDX(mg->max_group_prob_rate); in minstrel_ht_prob_rate_reduce_streams() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_ddi_buf_trans.c | 594 { .mg = { 0x18, 0x00, 0x00 } }, /* 0 0 */ 595 { .mg = { 0x1D, 0x00, 0x05 } }, /* 0 1 */ 596 { .mg = { 0x24, 0x00, 0x0C } }, /* 0 2 */ 597 { .mg = { 0x2B, 0x00, 0x14 } }, /* 0 3 */ 598 { .mg = { 0x21, 0x00, 0x00 } }, /* 1 0 */ 599 { .mg = { 0x2B, 0x00, 0x08 } }, /* 1 1 */ 600 { .mg = { 0x30, 0x00, 0x0F } }, /* 1 2 */ 601 { .mg = { 0x31, 0x00, 0x03 } }, /* 2 0 */ 602 { .mg = { 0x34, 0x00, 0x0B } }, /* 2 1 */ 603 { .mg = { 0x3F, 0x00, 0x00 } }, /* 3 0 */ [all …]
|
H A D | intel_ddi_buf_trans.h | 58 struct icl_mg_phy_ddi_buf_trans mg; member
|
H A D | intel_ddi.c | 1252 CRI_TXDEEMPH_OVERRIDE_17_12(trans->entries[level].mg.cri_txdeemph_override_17_12)); in icl_mg_phy_set_signal_levels() 1258 CRI_TXDEEMPH_OVERRIDE_17_12(trans->entries[level].mg.cri_txdeemph_override_17_12)); in icl_mg_phy_set_signal_levels() 1270 CRI_TXDEEMPH_OVERRIDE_11_6(trans->entries[level].mg.cri_txdeemph_override_11_6) | in icl_mg_phy_set_signal_levels() 1271 CRI_TXDEEMPH_OVERRIDE_5_0(trans->entries[level].mg.cri_txdeemph_override_5_0) | in icl_mg_phy_set_signal_levels() 1279 CRI_TXDEEMPH_OVERRIDE_11_6(trans->entries[level].mg.cri_txdeemph_override_11_6) | in icl_mg_phy_set_signal_levels() 1280 CRI_TXDEEMPH_OVERRIDE_5_0(trans->entries[level].mg.cri_txdeemph_override_5_0) | in icl_mg_phy_set_signal_levels()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | check | 72 mg = g_env.add_mutually_exclusive_group() 75 mg.add_argument('-nocache', dest='cachemode', action='store_const', 78 mg.add_argument('-c', dest='cachemode', 92 mg = g_fmt.add_mutually_exclusive_group() 94 mg.add_argument('-' + fmt, dest='imgfmt', action='store_const', 102 mg = g_prt.add_mutually_exclusive_group() 104 mg.add_argument('-' + prt, dest='imgproto', action='store_const',
|
/openbmc/linux/Documentation/input/devices/ |
H A D | cma3000_d0x.rst | 122 2000: 2000 mg or 2G Range 123 8000: 8000 mg or 8G Range 127 X: X * 71mg (8G Range) 128 X: X * 18mg (2G Range) 138 X: (X >> 2) * 18mg (2G Range) 139 X: (X & 0x0F) * 71 mg (8G Range)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/ |
H A D | mg_20230501.bb | 1 SUMMARY = "A portable version of the mg maintained by the OpenBSD team" 2 HOMEPAGE = "http://homepage.boetes.org/software/mg/" 9 SRC_URI = "git://github.com/hboetes/mg;branch=master;protocol=https \
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | uda.c | 194 struct irdma_mcast_grp_ctx_entry_info *mg) in irdma_sc_add_mcast_grp() argument 203 if (irdma_compare_mgs(&ctx->mg_ctx_info[idx], mg)) { in irdma_sc_add_mcast_grp() 216 ctx->mg_ctx_info[free_entry_idx] = *mg; in irdma_sc_add_mcast_grp() 235 struct irdma_mcast_grp_ctx_entry_info *mg) in irdma_sc_del_mcast_grp() argument 244 if (irdma_compare_mgs(mg, &ctx->mg_ctx_info[idx])) { in irdma_sc_del_mcast_grp()
|
H A D | uda.h | 36 struct irdma_mcast_grp_ctx_entry_info *mg); 38 struct irdma_mcast_grp_ctx_entry_info *mg);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/ |
H A D | 0001-Undefine-REGEX-for-musl-based-systems.patch | 28 # MGLOG -- debug mg internals to a log file.
|
/openbmc/linux/tools/perf/util/ |
H A D | metricgroup.c | 456 char *omg, *mg; in metricgroup__add_to_mep_groups() local 458 mg = strdup(pm->metric_group ?: "No_group"); in metricgroup__add_to_mep_groups() 459 if (!mg) in metricgroup__add_to_mep_groups() 461 omg = mg; in metricgroup__add_to_mep_groups() 462 while ((g = strsep(&mg, ";")) != NULL) { in metricgroup__add_to_mep_groups()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | armada-cp110-slave.dtsi | 111 "cps-ppv2", "cps-sdio", "cps-mg-domain", 112 "cps-mg-core", "cps-xor1", "cps-xor0",
|
H A D | armada-cp110-master.dtsi | 111 "cpm-ppv2", "cpm-sdio", "cpm-mg-domain", 112 "cpm-mg-core", "cpm-xor1", "cpm-xor0",
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | lis3lv02d.rst | 26 to mg values (1/1000th of earth gravity).
|
/openbmc/openbmc/meta-security/recipes-ids/ossec/files/ |
H A D | 0002-Makefile-don-t-set-uid-gid.patch | 247 rm -f ${PREFIX}/etc/shared/merged.mg
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pci-defs.h | 422 uint32_t mg:8; member 428 uint32_t mg:8;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/ |
H A D | packagegroup-meta-oe.bb | 825 mg \
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 815 e384 mg RXY_RRRD
|
/openbmc/linux/Documentation/filesystems/ |
H A D | proc.rst | 568 mg mergeable advise flag
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 5885 -r--r--r-- root root 3013 ./usr/lib/perl5/5.30.2/x86_64-linux/CORE/mg.h
|
H A D | buildhistory_filelist1.txt | 5883 -r--r--r-- root root 3013 ./usr/lib/perl5/5.30.2/x86_64-linux/CORE/mg.h
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |