Home
last modified time | relevance | path

Searched refs:mg (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/drivers/md/
H A Ddm-cache-target.c478 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 Drc80211_minstrel_ht_debugfs.c50 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 Drc80211_minstrel_ht.c576 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 Dintel_ddi_buf_trans.c594 { .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 Dintel_ddi_buf_trans.h58 struct icl_mg_phy_ddi_buf_trans mg; member
H A Dintel_ddi.c1252 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 Dcheck72 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 Dcma3000_d0x.rst122 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 Dmg_20230501.bb1 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 Duda.c194 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 Duda.h36 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 D0001-Undefine-REGEX-for-musl-based-systems.patch28 # MGLOG -- debug mg internals to a log file.
/openbmc/linux/tools/perf/util/
H A Dmetricgroup.c456 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 Darmada-cp110-slave.dtsi111 "cps-ppv2", "cps-sdio", "cps-mg-domain",
112 "cps-mg-core", "cps-xor1", "cps-xor0",
H A Darmada-cp110-master.dtsi111 "cpm-ppv2", "cpm-sdio", "cpm-mg-domain",
112 "cpm-mg-core", "cpm-xor1", "cpm-xor0",
/openbmc/linux/Documentation/misc-devices/
H A Dlis3lv02d.rst26 to mg values (1/1000th of earth gravity).
/openbmc/openbmc/meta-security/recipes-ids/ossec/files/
H A D0002-Makefile-don-t-set-uid-gid.patch247 rm -f ${PREFIX}/etc/shared/merged.mg
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h422 uint32_t mg:8; member
428 uint32_t mg:8;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bb825 mg \
/openbmc/linux/arch/s390/tools/
H A Dopcodes.txt815 e384 mg RXY_RRRD
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst568 mg mergeable advise flag
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt5885 -r--r--r-- root root 3013 ./usr/lib/perl5/5.30.2/x86_64-linux/CORE/mg.h
H A Dbuildhistory_filelist1.txt5883 -r--r--r-- root root 3013 ./usr/lib/perl5/5.30.2/x86_64-linux/CORE/mg.h
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]

12