Home
last modified time | relevance | path

Searched +full:11 +full:mp (Results 1 – 25 of 174) sorted by relevance

1234567

/linux-6.12.1/arch/arm/boot/dts/arm/
DMakefile14 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 \
/linux-6.12.1/tools/testing/selftests/net/forwarding/
Drouter_mpath_nh_res.sh306 multipath4_test "Weighted MP 2:1" 2 1
307 ip nexthop replace id 103 group 101,11/102,45 type resilient
308 multipath4_test "Weighted MP 11:45" 11 45
316 multipath6_l4_test "Weighted MP 2:1" 2 1
317 ip nexthop replace id 106 group 104,11/105,45 type resilient
318 multipath6_l4_test "Weighted MP 11:45" 11 45
332 multipath4_test "Weighted MP 2:1" 1 1
333 ip nexthop replace id 103 group 101,11/102,45 type resilient
334 multipath4_test "Weighted MP 11:45" 1 1
342 multipath6_l4_test "Weighted MP 2:1" 1 1
[all …]
Drouter_mpath_nh.sh303 multipath4_test "Weighted MP 2:1" 2 1
304 multipath4_test "Weighted MP 11:45" 11 45
311 multipath4_test "Weighted MP 2:1" 2 1
312 multipath4_test "Weighted MP 11:45" 11 45
319 multipath6_test "Weighted MP 2:1" 2 1
320 multipath6_test "Weighted MP 11:45" 11 45
Drouter_multipath.sh241 multipath4_test "Weighted MP 2:1" 2 1
242 multipath4_test "Weighted MP 11:45" 11 45
246 multipath6_test "Weighted MP 2:1" 2 1
247 multipath6_test "Weighted MP 11:45" 11 45
Dgre_multipath_nh_res.sh305 multipath4_test "Weighted MP 2:1" 2 1
306 multipath4_test "Weighted MP 11:45" 11 45
313 multipath6_test "Weighted MP 2:1" 2 1
314 multipath6_test "Weighted MP 11:45" 11 45
Dgre_multipath_nh.sh301 multipath4_test "Weighted MP 2:1" 2 1
302 multipath4_test "Weighted MP 11:45" 11 45
309 multipath6_test "Weighted MP 2:1" 2 1
310 multipath6_test "Weighted MP 11:45" 11 45
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_quota_defs.h62 #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 …]
Dxfs_format.h438 #define XFS_SB_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_SB_DADDR) argument
440 #define XFS_HDR_BLOCK(mp,d) ((xfs_agblock_t)XFS_BB_TO_FSBT(mp,d)) argument
441 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \ argument
442 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
443 #define XFS_FSB_TO_DADDR(mp,fsbno) XFS_AGB_TO_DADDR(mp, \ argument
444 XFS_FSB_TO_AGNO(mp,fsbno), XFS_FSB_TO_AGBNO(mp,fsbno))
449 #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log) argument
454 #define XFS_FSB_TO_BB(mp,fsbno) ((fsbno) << (mp)->m_blkbb_log) argument
455 #define XFS_BB_TO_FSB(mp,bb) \ argument
456 (((bb) + (XFS_FSB_TO_BB(mp,1) - 1)) >> (mp)->m_blkbb_log)
[all …]
Dxfs_health.h94 #define XFS_SICK_INO_SYMLINK_ZAPPED (1 << 11) /* symlink erased */
186 void xfs_fs_mark_sick(struct xfs_mount *mp, unsigned int mask);
187 void xfs_fs_mark_corrupt(struct xfs_mount *mp, unsigned int mask);
188 void xfs_fs_mark_healthy(struct xfs_mount *mp, unsigned int mask);
189 void xfs_fs_measure_sickness(struct xfs_mount *mp, unsigned int *sick,
192 void xfs_rt_mark_sick(struct xfs_mount *mp, unsigned int mask);
193 void xfs_rt_mark_corrupt(struct xfs_mount *mp, unsigned int mask);
194 void xfs_rt_mark_healthy(struct xfs_mount *mp, unsigned int mask);
195 void xfs_rt_measure_sickness(struct xfs_mount *mp, unsigned int *sick,
198 void xfs_agno_mark_sick(struct xfs_mount *mp, xfs_agnumber_t agno,
[all …]
/linux-6.12.1/fs/xfs/
Dxfs_stats.h32 __XBTS_join = 11,
165 #define XFS_STATS_INC(mp, v) \ argument
168 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v++; \
171 #define XFS_STATS_DEC(mp, v) \ argument
174 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v--; \
177 #define XFS_STATS_ADD(mp, v, inc) \ argument
180 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \
183 #define XFS_STATS_INC_OFF(mp, off) \ argument
186 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]++; \
189 #define XFS_STATS_DEC_OFF(mp, off) \ argument
[all …]
Dxfs_mount.h63 struct xfs_mount *mp; member
265 #define M_IGEO(mp) (&(mp)->m_ino_geo) argument
284 #define XFS_FEAT_PARENT (1ULL << 11) /* parent pointers */
322 static inline bool xfs_has_ ## name (struct xfs_mount *mp) \
324 return mp->m_features & XFS_FEAT_ ## NAME; \
330 static inline void xfs_add_ ## name (struct xfs_mount *mp) \
332 mp->m_features |= XFS_FEAT_ ## NAME; \
333 xfs_sb_version_add ## name(&mp->m_sb); \
362 static inline bool xfs_has_ ## name (struct xfs_mount *mp) \ in __XFS_ADD_FEAT()
365 (mp->m_features & XFS_FEAT_ ## NAME); \ in __XFS_ADD_FEAT()
[all …]
Dxfs_ioctl.c55 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt()
80 struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount; in xfs_ioc_fsbulkstat() local
83 .mp = mp, in xfs_ioc_fsbulkstat()
96 if (xfs_is_shutdown(mp)) in xfs_ioc_fsbulkstat()
172 struct xfs_mount *mp, in xfs_bulk_ireq_setup() argument
199 breq->startino = mp->m_sb.sb_rootino; in xfs_bulk_ireq_setup()
213 if (hdr->agno >= mp->m_sb.sb_agcount) in xfs_bulk_ireq_setup()
217 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup()
218 else if (XFS_INO_TO_AGNO(mp, breq->startino) < hdr->agno) in xfs_bulk_ireq_setup()
224 if (XFS_INO_TO_AGNO(mp, breq->startino) > hdr->agno) in xfs_bulk_ireq_setup()
[all …]
/linux-6.12.1/tools/memory-model/Documentation/
Dlitmus-tests.txt68 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 …]
/linux-6.12.1/Documentation/arch/x86/i386/
DIO-APIC.rst9 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"
/linux-6.12.1/Documentation/driver-api/media/drivers/
Dtuners.rst55 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)
/linux-6.12.1/fs/xfs/scrub/
Dstats.c139 field_width = 11 * (offsetof(struct xchk_scrub_stats, checktime_us) / in xchk_stats_estimate_bufsize()
227 struct xfs_mount *mp, in xchk_stats_merge() argument
232 xchk_stats_merge_one(mp->m_scrub_stats, sm, run); in xchk_stats_merge()
311 struct xfs_mount *mp) in xchk_stats_init() argument
383 struct xfs_mount *mp) in xchk_mount_stats_alloc() argument
392 error = xchk_stats_init(cs, mp); in xchk_mount_stats_alloc()
396 mp->m_scrub_stats = cs; in xchk_mount_stats_alloc()
406 struct xfs_mount *mp) in xchk_mount_stats_free() argument
408 xchk_stats_teardown(mp->m_scrub_stats); in xchk_mount_stats_free()
409 kvfree(mp->m_scrub_stats); in xchk_mount_stats_free()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/phy/
Dmediatek,ufs-phy.yaml43 - const: mp
60 ufsphy: ufs-phy@11fa0000 {
65 clock-names = "unipro", "mp";
/linux-6.12.1/drivers/gpu/drm/arm/
Dmalidp_planes.c36 #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 …]
/linux-6.12.1/arch/s390/kernel/
Dperf_pai_ext.c110 static void paiext_free(struct paiext_mapptr *mp) in paiext_free() argument
112 kfree(mp->mapptr->area); in paiext_free()
113 kfree(mp->mapptr->paiext_cb); in paiext_free()
114 kvfree(mp->mapptr->save); in paiext_free()
115 kfree(mp->mapptr); in paiext_free()
116 mp->mapptr = NULL; in paiext_free()
122 struct paiext_mapptr *mp = per_cpu_ptr(paiext_root.mapptr, cpu); in paiext_event_destroy_cpu() local
123 struct paiext_map *cpump = mp->mapptr; in paiext_event_destroy_cpu()
127 paiext_free(mp); in paiext_event_destroy_cpu()
166 struct paiext_mapptr *mp; in paiext_alloc_cpu() local
[all …]
Dperf_pai_crypto.c89 struct paicrypt_mapptr *mp = per_cpu_ptr(paicrypt_root.mapptr, cpu); in paicrypt_event_destroy_cpu() local
90 struct paicrypt_map *cpump = mp->mapptr; in paicrypt_event_destroy_cpu()
104 mp->mapptr = NULL; in paicrypt_event_destroy_cpu()
139 struct paicrypt_mapptr *mp = this_cpu_ptr(paicrypt_root.mapptr); in paicrypt_getdata() local
140 struct paicrypt_map *cpump = mp->mapptr; in paicrypt_getdata()
182 struct paicrypt_mapptr *mp; in paicrypt_busy() local
193 mp = per_cpu_ptr(paicrypt_root.mapptr, cpu); in paicrypt_busy()
194 cpump = mp->mapptr; in paicrypt_busy()
227 mp->mapptr = cpump; in paicrypt_busy()
237 mp->mapptr = NULL; in paicrypt_busy()
[all …]
/linux-6.12.1/drivers/parisc/
Diosapic_private.h23 ** MP Specification Draft 1.5. There is one interrupt routing
46 ** 11 = Active low
51 ** 11 = Level-triggered
72 ** MP Specification Draft 1.5)
/linux-6.12.1/drivers/tee/optee/
Dffa_abi.c125 u32 attr, const struct optee_msg_param *mp) in from_msg_param_ffa_mem() argument
133 p->u.memref.size = mp->u.fmem.size; in from_msg_param_ffa_mem()
135 if (mp->u.fmem.global_id != OPTEE_MSG_FMEM_INVALID_GLOBAL_ID) in from_msg_param_ffa_mem()
136 shm = optee_shm_from_ffa_handle(optee, mp->u.fmem.global_id); in from_msg_param_ffa_mem()
140 offs_low = mp->u.fmem.offs_low; in from_msg_param_ffa_mem()
141 offs_high = mp->u.fmem.offs_high; in from_msg_param_ffa_mem()
164 const struct optee_msg_param *mp = msg_params + n; in optee_ffa_from_msg_param() local
165 u32 attr = mp->attr & OPTEE_MSG_ATTR_TYPE_MASK; in optee_ffa_from_msg_param()
175 optee_from_msg_param_value(p, attr, mp); in optee_ffa_from_msg_param()
180 from_msg_param_ffa_mem(optee, p, attr, mp); in optee_ffa_from_msg_param()
[all …]
/linux-6.12.1/drivers/media/test-drivers/vivid/
Dvivid-vid-out.c316 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_out() local
320 mp->width = dev->fmt_out_rect.width; in vivid_g_fmt_vid_out()
321 mp->height = dev->fmt_out_rect.height; in vivid_g_fmt_vid_out()
322 mp->field = dev->field_out; in vivid_g_fmt_vid_out()
323 mp->pixelformat = fmt->fourcc; in vivid_g_fmt_vid_out()
324 mp->colorspace = dev->colorspace_out; in vivid_g_fmt_vid_out()
325 mp->xfer_func = dev->xfer_func_out; in vivid_g_fmt_vid_out()
326 mp->ycbcr_enc = dev->ycbcr_enc_out; in vivid_g_fmt_vid_out()
327 mp->quantization = dev->quantization_out; in vivid_g_fmt_vid_out()
328 mp->num_planes = fmt->buffers; in vivid_g_fmt_vid_out()
[all …]
Dvivid-vid-cap.c524 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_cap() local
527 mp->width = dev->fmt_cap_rect.width; in vivid_g_fmt_vid_cap()
528 mp->height = dev->fmt_cap_rect.height; in vivid_g_fmt_vid_cap()
529 mp->field = dev->field_cap; in vivid_g_fmt_vid_cap()
530 mp->pixelformat = dev->fmt_cap->fourcc; in vivid_g_fmt_vid_cap()
531 mp->colorspace = vivid_colorspace_cap(dev); in vivid_g_fmt_vid_cap()
532 mp->xfer_func = vivid_xfer_func_cap(dev); in vivid_g_fmt_vid_cap()
534 mp->hsv_enc = vivid_hsv_enc_cap(dev); in vivid_g_fmt_vid_cap()
536 mp->ycbcr_enc = vivid_ycbcr_enc_cap(dev); in vivid_g_fmt_vid_cap()
537 mp->quantization = vivid_quantization_cap(dev); in vivid_g_fmt_vid_cap()
[all …]
/linux-6.12.1/drivers/net/ethernet/marvell/
Dmv643xx_eth.c256 #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 …]

1234567