/linux/drivers/md/ |
A D | dm-cache-target.c | 480 memset(mg, 0, sizeof(*mg)); in alloc_migration() 485 return mg; in alloc_migration() 1071 dm_cell_quiesce_v2(mg->cache->prison, mg->cell, &mg->k.ws); in quiesce() 1087 queue_continuation(mg->cache->wq, &mg->k); in copy_complete() 1145 remap_to_cache(mg->cache, bio, mg->op->cblock); in overwrite() 1183 mg->overwrite_bio->bi_status = mg->k.input; in mg_complete() 1228 mg_complete(mg, mg->k.input == 0); in mg_success() 1361 if (!optimisable_bio(mg->cache, mg->overwrite_bio, mg->op->oblock)) { in mg_copy() 1365 bool rb = bio_detain_shared(mg->cache, mg->op->oblock, mg->overwrite_bio); in mg_copy() 1432 mg->op = op; in mg_start() [all …]
|
/linux/fs/cifs/ |
A D | dfs_cache.c | 113 kfree(mg); in __mount_group_release() 132 return mg; in find_mount_group_locked() 142 if (!IS_ERR(mg)) in __get_mount_group_locked() 143 return mg; in __get_mount_group_locked() 145 mg = kmalloc(sizeof(*mg), GFP_KERNEL); in __get_mount_group_locked() 146 if (!mg) in __get_mount_group_locked() 153 return mg; in __get_mount_group_locked() 166 return mg; in get_mount_group() 1202 if (mg->num_sessions < ARRAY_SIZE(mg->sessions)) in dfs_cache_add_refsrv_session() 1203 mg->sessions[mg->num_sessions++] = ses; in dfs_cache_add_refsrv_session() [all …]
|
/linux/net/mac80211/ |
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() 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 205 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_csv_dump() 206 gflags = mg->flags; in minstrel_ht_stats_csv_dump() 263 duration = mg->duration[j]; in minstrel_ht_stats_csv_dump() [all …]
|
A D | rc80211_minstrel_ht.c | 517 mg = &mi->groups[cur_group]; in minstrel_ht_set_best_prob_rate() 518 mrs = &mg->rates[cur_idx]; in minstrel_ht_set_best_prob_rate() 554 mg->max_group_prob_rate = index; in minstrel_ht_set_best_prob_rate() 559 mg->max_group_prob_rate = index; in minstrel_ht_set_best_prob_rate() 614 mg = &mi->groups[group]; in minstrel_ht_prob_rate_reduce_streams() 842 idx = sample_table[mg->column][mg->index]; in minstrel_ht_next_group_sample_rate() 844 mg->index = 0; in minstrel_ht_next_group_sample_rate() 846 mg->column = 0; in minstrel_ht_next_group_sample_rate() 1041 mg = &mi->groups[group]; in minstrel_ht_update_stats() 1058 mrs = &mg->rates[i]; in minstrel_ht_update_stats() [all …]
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_ddi_buf_trans.c | 593 { .mg = { 0x18, 0x00, 0x00 } }, /* 0 0 */ 631 { .mg = { 0x1A, 0x0, 0x0 } }, /* 1 400mV 0dB */ 632 { .mg = { 0x20, 0x0, 0x0 } }, /* 2 500mV 0dB */ 633 { .mg = { 0x29, 0x0, 0x0 } }, /* 3 650mV 0dB */ 634 { .mg = { 0x32, 0x0, 0x0 } }, /* 4 800mV 0dB */ 635 { .mg = { 0x3F, 0x0, 0x0 } }, /* 5 1000mV 0dB */ 636 { .mg = { 0x3A, 0x0, 0x5 } }, /* 6 Full -1.5 dB */ 637 { .mg = { 0x39, 0x0, 0x6 } }, /* 7 Full -1.8 dB */ 638 { .mg = { 0x38, 0x0, 0x7 } }, /* 8 Full -2 dB */ 639 { .mg = { 0x37, 0x0, 0x8 } }, /* 9 Full -2.5 dB */ [all …]
|
A D | intel_ddi_buf_trans.h | 58 struct icl_mg_phy_ddi_buf_trans mg; member
|
A D | intel_ddi.c | 1185 trans->entries[level].mg.cri_txdeemph_override_17_12); in icl_mg_phy_set_signal_levels() 1191 trans->entries[level].mg.cri_txdeemph_override_17_12); in icl_mg_phy_set_signal_levels() 1201 trans->entries[level].mg.cri_txdeemph_override_5_0) | in icl_mg_phy_set_signal_levels() 1203 trans->entries[level].mg.cri_txdeemph_override_11_6) | in icl_mg_phy_set_signal_levels() 1211 trans->entries[level].mg.cri_txdeemph_override_5_0) | in icl_mg_phy_set_signal_levels() 1213 trans->entries[level].mg.cri_txdeemph_override_11_6) | in icl_mg_phy_set_signal_levels()
|
/linux/Documentation/input/devices/ |
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)
|
/linux/drivers/infiniband/hw/irdma/ |
A D | uda.c | 200 struct irdma_mcast_grp_ctx_entry_info *mg) in irdma_sc_add_mcast_grp() argument 209 if (irdma_compare_mgs(&ctx->mg_ctx_info[idx], mg)) { in irdma_sc_add_mcast_grp() 222 ctx->mg_ctx_info[free_entry_idx] = *mg; in irdma_sc_add_mcast_grp() 241 struct irdma_mcast_grp_ctx_entry_info *mg) in irdma_sc_del_mcast_grp() argument 250 if (irdma_compare_mgs(mg, &ctx->mg_ctx_info[idx])) { in irdma_sc_del_mcast_grp()
|
A D | uda.h | 36 struct irdma_mcast_grp_ctx_entry_info *mg); 38 struct irdma_mcast_grp_ctx_entry_info *mg);
|
/linux/tools/perf/util/ |
A D | metricgroup.c | 437 char *omg, *mg; in metricgroup__print_pmu_event() local 449 mg = strdup(g); in metricgroup__print_pmu_event() 451 if (!mg) in metricgroup__print_pmu_event() 453 omg = mg; in metricgroup__print_pmu_event() 454 while ((g = strsep(&mg, ";")) != NULL) { in metricgroup__print_pmu_event()
|
/linux/arch/mips/include/asm/txx9/ |
A D | tx3927.h | 87 endian_def_b4(ml, mg, ip, il);
|
/linux/Documentation/misc-devices/ |
A D | lis3lv02d.rst | 26 to mg values (1/1000th of earth gravity).
|
/linux/arch/mips/include/asm/octeon/ |
A D | cvmx-pci-defs.h | 422 uint32_t mg:8; member 428 uint32_t mg:8;
|
/linux/arch/s390/tools/ |
A D | opcodes.txt | 814 e384 mg RXY_RRRD
|
/linux/Documentation/filesystems/ |
A D | proc.rst | 551 mg mergable advise flag
|