/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | router_mpath_nh_res.sh | 261 multipath4_test "Weighted MP 2:1" 2 1 262 ip nexthop replace id 103 group 101,11/102,45 type resilient 263 multipath4_test "Weighted MP 11:45" 11 45 271 multipath6_l4_test "Weighted MP 2:1" 2 1 272 ip nexthop replace id 106 group 104,11/105,45 type resilient 273 multipath6_l4_test "Weighted MP 11:45" 11 45 287 multipath4_test "Weighted MP 2:1" 1 1 288 ip nexthop replace id 103 group 101,11/102,45 type resilient 289 multipath4_test "Weighted MP 11:45" 1 1 297 multipath6_l4_test "Weighted MP 2:1" 1 1 [all …]
|
H A D | router_mpath_nh.sh | 286 multipath4_test "Weighted MP 2:1" 2 1 287 multipath4_test "Weighted MP 11:45" 11 45 294 multipath4_test "Weighted MP 2:1" 2 1 295 multipath4_test "Weighted MP 11:45" 11 45 302 multipath6_test "Weighted MP 2:1" 2 1 303 multipath6_test "Weighted MP 11:45" 11 45 307 multipath6_l4_test "Weighted MP 2:1" 2 1 308 multipath6_l4_test "Weighted MP 11:45" 11 45
|
H A D | router_multipath.sh | 271 multipath4_test "Weighted MP 2:1" 2 1 272 multipath4_test "Weighted MP 11:45" 11 45 276 multipath6_test "Weighted MP 2:1" 2 1 277 multipath6_test "Weighted MP 11:45" 11 45 281 multipath6_l4_test "Weighted MP 2:1" 2 1 282 multipath6_l4_test "Weighted MP 11:45" 11 45
|
H A D | gre_multipath_nh_res.sh | 335 multipath4_test "Weighted MP 2:1" 2 1 336 multipath4_test "Weighted MP 11:45" 11 45 343 multipath6_test "Weighted MP 2:1" 2 1 344 multipath6_test "Weighted MP 11:45" 11 45 351 multipath6_l4_test "Weighted MP 2:1" 2 1 352 multipath6_l4_test "Weighted MP 11:45" 11 45
|
H A D | gre_multipath_nh.sh | 330 multipath4_test "Weighted MP 2:1" 2 1 331 multipath4_test "Weighted MP 11:45" 11 45 338 multipath6_test "Weighted MP 2:1" 2 1 339 multipath6_test "Weighted MP 11:45" 11 45 346 multipath6_l4_test "Weighted MP 2:1" 2 1 347 multipath6_l4_test "Weighted MP 11:45" 11 45
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | Makefile | 14 arm-realview-eb-11mp.dtb \ 15 arm-realview-eb-11mp-bbrevd.dtb \ 16 arm-realview-eb-11mp-ctrevb.dtb \ 17 arm-realview-eb-11mp-bbrevd-ctrevb.dtb \
|
/openbmc/openbmc/poky/meta/recipes-support/db/db/ |
H A D | 0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch | 6 db5 does not build because it is redefining a C++11 standard 15 src/mp/mp_fget.c | 4 ++-- 16 src/mp/mp_mvcc.c | 4 ++-- 17 src/mp/mp_region.c | 4 ++-- 20 6 files changed, 11 insertions(+), 11 deletions(-) 44 diff --git a/src/mp/mp_fget.c b/src/mp/mp_fget.c 46 --- a/src/mp/mp_fget.c 47 +++ b/src/mp/mp_fget.c 66 diff --git a/src/mp/mp_mvcc.c b/src/mp/mp_mvcc.c 68 --- a/src/mp/mp_mvcc.c [all …]
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_quota_defs.h | 62 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT) argument 63 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACCT) argument 64 #define XFS_IS_PQUOTA_ON(mp) ((mp)->m_qflags & XFS_PQUOTA_ACCT) argument 65 #define XFS_IS_GQUOTA_ON(mp) ((mp)->m_qflags & XFS_GQUOTA_ACCT) argument 66 #define XFS_IS_UQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_UQUOTA_ENFD) argument 67 #define XFS_IS_GQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_GQUOTA_ENFD) argument 68 #define XFS_IS_PQUOTA_ENFORCED(mp) ((mp)->m_qflags & XFS_PQUOTA_ENFD) argument 89 #define XFS_QMOPT_RTBCOUNT (1u << 11) 133 extern xfs_failaddr_t xfs_dquot_verify(struct xfs_mount *mp, 135 extern xfs_failaddr_t xfs_dqblk_verify(struct xfs_mount *mp, [all …]
|
H A D | xfs_format.h | 435 #define XFS_SB_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_SB_DADDR) argument 437 #define XFS_HDR_BLOCK(mp,d) ((xfs_agblock_t)XFS_BB_TO_FSBT(mp,d)) argument 438 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \ argument 439 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d)) 440 #define XFS_FSB_TO_DADDR(mp,fsbno) XFS_AGB_TO_DADDR(mp, \ argument 441 XFS_FSB_TO_AGNO(mp,fsbno), XFS_FSB_TO_AGBNO(mp,fsbno)) 446 #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log) argument 451 #define XFS_FSB_TO_BB(mp,fsbno) ((fsbno) << (mp)->m_blkbb_log) argument 452 #define XFS_BB_TO_FSB(mp,bb) \ argument 453 (((bb) + (XFS_FSB_TO_BB(mp,1) - 1)) >> (mp)->m_blkbb_log) [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_stats.h | 32 __XBTS_join = 11, 163 #define XFS_STATS_INC(mp, v) \ argument 166 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v++; \ 169 #define XFS_STATS_DEC(mp, v) \ argument 172 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v--; \ 175 #define XFS_STATS_ADD(mp, v, inc) \ argument 178 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \ 181 #define XFS_STATS_INC_OFF(mp, off) \ argument 184 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]++; \ 187 #define XFS_STATS_DEC_OFF(mp, off) \ argument [all …]
|
H A D | xfs_mount.h | 63 struct xfs_mount *mp; member 255 #define M_IGEO(mp) (&(mp)->m_ino_geo) argument 274 #define XFS_FEAT_PARENT (1ULL << 11) /* parent pointers */ 311 static inline bool xfs_has_ ## name (struct xfs_mount *mp) \ 313 return mp->m_features & XFS_FEAT_ ## NAME; \ 319 static inline void xfs_add_ ## name (struct xfs_mount *mp) \ 321 mp->m_features |= XFS_FEAT_ ## NAME; \ 322 xfs_sb_version_add ## name(&mp->m_sb); \ 412 static inline bool xfs_is_ ## name (struct xfs_mount *mp) \ in __XFS_ADD_FEAT() 414 return test_bit(XFS_OPSTATE_ ## NAME, &mp->m_opstate); \ in __XFS_ADD_FEAT() [all …]
|
H A D | xfs_ioctl.c | 640 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt() 665 struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount; in xfs_ioc_fsbulkstat() local 668 .mp = mp, in xfs_ioc_fsbulkstat() 681 if (xfs_is_shutdown(mp)) in xfs_ioc_fsbulkstat() 757 struct xfs_mount *mp, in xfs_bulk_ireq_setup() argument 784 breq->startino = mp->m_sb.sb_rootino; in xfs_bulk_ireq_setup() 798 if (hdr->agno >= mp->m_sb.sb_agcount) in xfs_bulk_ireq_setup() 802 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup() 803 else if (XFS_INO_TO_AGNO(mp, breq->startino) < hdr->agno) in xfs_bulk_ireq_setup() 809 if (XFS_INO_TO_AGNO(mp, breq->startino) > hdr->agno) in xfs_bulk_ireq_setup() [all …]
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | litmus-tests.txt | 68 1 C MP+pooncerelease+poacquireonce 78 11 P1(int *x, int *y) 94 tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus 111 Lines 5-9 show the first process and lines 11-18 the second process. Each 183 herd7 -conf linux-kernel.cfg litmus-tests/MP+pooncerelease+poacquireonce.litmus 188 1 Test MP+pooncerelease+poacquireonce Allowed 197 10 Observation MP+pooncerelease+poacquireonce Never 0 3 198 11 Time MP+pooncerelease+poacquireonce 0.00 238 The number at the end of line 11 (which begins with "Time") gives the 255 1 C MP+pooncerelease+poacquireonce [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
H A D | 07_buildflags.diff | 7 @@ -15,6 +15,11 @@ 12 + -MMD -MF \$DEPFILE -MP -MQ \$BASE.o \\ 17 -MMD -MF \$DEPFILE -MP -MQ \$BASE.o \\ 23 @@ -35,11 +35,6 @@
|
/openbmc/linux/Documentation/arch/x86/i386/ |
H A D | IO-APIC.rst | 9 Most (all) Intel-MP compliant SMP boards have the so-called 'IO-APIC', 20 usually worked around by the kernel. If your MP-compliant SMP board does 43 In the unlikely case that your board does not create a working mp-table, 48 append="pirq=15,11,10" 89 append="pirq=11,9" 101 append="pirq=0,9,11" 116 append="pirq=0,0,0,0,0,0,9,11"
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | tuners.rst | 55 F[IRMQ]12[1345]6{MF|ME|MP} 68 {MF|ME|MP} 71 MP: BG DK I (Multi PAL) 112 - TADC-H002F: NTSC (L,175/410?; 2-B, C-W+11, W+12-69) 114 - TADC-T003F: NTSC Taiwan (L,175/410?; 2-B, C-W+11, W+12-69)
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | stats.c | 136 field_width = 11 * (offsetof(struct xchk_scrub_stats, checktime_us) / in xchk_stats_estimate_bufsize() 224 struct xfs_mount *mp, in xchk_stats_merge() argument 229 xchk_stats_merge_one(mp->m_scrub_stats, sm, run); in xchk_stats_merge() 308 struct xfs_mount *mp) in xchk_stats_init() argument 380 struct xfs_mount *mp) in xchk_mount_stats_alloc() argument 389 error = xchk_stats_init(cs, mp); in xchk_mount_stats_alloc() 393 mp->m_scrub_stats = cs; in xchk_mount_stats_alloc() 403 struct xfs_mount *mp) in xchk_mount_stats_free() argument 405 xchk_stats_teardown(mp->m_scrub_stats); in xchk_mount_stats_free() 406 kvfree(mp->m_scrub_stats); in xchk_mount_stats_free() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | mediatek,ufs-phy.yaml | 43 - const: mp 60 ufsphy: ufs-phy@11fa0000 { 65 clock-names = "unipro", "mp";
|
/openbmc/linux/drivers/gpu/drm/arm/ |
H A D | malidp_planes.c | 36 #define LAYER_V_FLIP (1 << 11) 262 static int malidp_se_check_scaling(struct malidp_plane *mp, in malidp_se_check_scaling() argument 291 mc->scaled_planes_mask &= ~(mp->layer->id); in malidp_se_check_scaling() 295 if (mp->layer->id & (DE_SMART | DE_GRAPHICS2)) in malidp_se_check_scaling() 298 mc->scaled_planes_mask |= mp->layer->id; in malidp_se_check_scaling() 303 static u32 malidp_get_pgsize_bitmap(struct malidp_plane *mp) in malidp_get_pgsize_bitmap() argument 307 mmu_dom = iommu_get_domain_for_dev(mp->base.dev->dev); in malidp_get_pgsize_bitmap() 480 static void malidp_de_prefetch_settings(struct malidp_plane *mp, in malidp_de_prefetch_settings() argument 483 if (!mp->layer->mmu_ctrl_offset) in malidp_de_prefetch_settings() 487 ms->mmu_prefetch_pgsize = malidp_get_pgsize_bitmap(mp); in malidp_de_prefetch_settings() [all …]
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_pai_ext.c | 109 static void paiext_free(struct paiext_mapptr *mp) in paiext_free() argument 111 kfree(mp->mapptr->area); in paiext_free() 112 kfree(mp->mapptr->paiext_cb); in paiext_free() 113 kvfree(mp->mapptr->save); in paiext_free() 114 kfree(mp->mapptr); in paiext_free() 115 mp->mapptr = NULL; in paiext_free() 121 struct paiext_mapptr *mp = per_cpu_ptr(paiext_root.mapptr, event->cpu); in paiext_event_destroy() local 122 struct paiext_map *cpump = mp->mapptr; in paiext_event_destroy() 127 paiext_free(mp); in paiext_event_destroy() 131 event->cpu, mp->mapptr); in paiext_event_destroy() [all …]
|
/openbmc/linux/drivers/tee/optee/ |
H A D | ffa_abi.c | 124 u32 attr, const struct optee_msg_param *mp) in from_msg_param_ffa_mem() argument 132 p->u.memref.size = mp->u.fmem.size; in from_msg_param_ffa_mem() 134 if (mp->u.fmem.global_id != OPTEE_MSG_FMEM_INVALID_GLOBAL_ID) in from_msg_param_ffa_mem() 135 shm = optee_shm_from_ffa_handle(optee, mp->u.fmem.global_id); in from_msg_param_ffa_mem() 139 offs_low = mp->u.fmem.offs_low; in from_msg_param_ffa_mem() 140 offs_high = mp->u.fmem.offs_high; in from_msg_param_ffa_mem() 163 const struct optee_msg_param *mp = msg_params + n; in optee_ffa_from_msg_param() local 164 u32 attr = mp->attr & OPTEE_MSG_ATTR_TYPE_MASK; in optee_ffa_from_msg_param() 174 optee_from_msg_param_value(p, attr, mp); in optee_ffa_from_msg_param() 179 from_msg_param_ffa_mem(optee, p, attr, mp); in optee_ffa_from_msg_param() [all …]
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 146 #define BIC_CPU_c1 (1ULL << 11) 320 #define RAPL_AMD_F17H (1 << 11) 834 struct msr_counter *mp; in print_header() local 877 for (mp = sys.tp; mp; mp = mp->next) { in print_header() 879 if (mp->format == FORMAT_RAW) { in print_header() 880 if (mp->width == 64) in print_header() 881 outp += sprintf(outp, "%s%18.18s", (printed++ ? delim : ""), mp->name); in print_header() 883 outp += sprintf(outp, "%s%10.10s", (printed++ ? delim : ""), mp->name); in print_header() 885 if ((mp->type == COUNTER_ITEMS) && sums_need_wide_columns) in print_header() 886 outp += sprintf(outp, "%s%8s", (printed++ ? delim : ""), mp->name); in print_header() [all …]
|
/openbmc/linux/drivers/parisc/ |
H A D | iosapic_private.h | 23 ** MP Specification Draft 1.5. There is one interrupt routing 46 ** 11 = Active low 51 ** 11 = Level-triggered 72 ** MP Specification Draft 1.5)
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-out.c | 323 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_out() local 327 mp->width = dev->fmt_out_rect.width; in vivid_g_fmt_vid_out() 328 mp->height = dev->fmt_out_rect.height; in vivid_g_fmt_vid_out() 329 mp->field = dev->field_out; in vivid_g_fmt_vid_out() 330 mp->pixelformat = fmt->fourcc; in vivid_g_fmt_vid_out() 331 mp->colorspace = dev->colorspace_out; in vivid_g_fmt_vid_out() 332 mp->xfer_func = dev->xfer_func_out; in vivid_g_fmt_vid_out() 333 mp->ycbcr_enc = dev->ycbcr_enc_out; in vivid_g_fmt_vid_out() 334 mp->quantization = dev->quantization_out; in vivid_g_fmt_vid_out() 335 mp->num_planes = fmt->buffers; in vivid_g_fmt_vid_out() [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 256 #define TX_IHL_SHIFT 11 419 static inline u32 rdl(struct mv643xx_eth_private *mp, int offset) in rdl() argument 421 return readl(mp->shared->base + offset); in rdl() 424 static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset) in rdlp() argument 426 return readl(mp->base + offset); in rdlp() 429 static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data) in wrl() argument 431 writel(data, mp->shared->base + offset); in wrl() 434 static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data) in wrlp() argument 436 writel(data, mp->base + offset); in wrlp() 453 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_enable() local [all …]
|