Home
last modified time | relevance | path

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

12345678910>>...12

/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
Drouter_mpath_nh_res.sh261 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 …]
Drouter_mpath_nh.sh286 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
Drouter_multipath.sh271 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
Dgre_multipath_nh.sh330 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
Dgre_multipath_nh_res.sh335 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
/kernel/linux/linux-6.6/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 \
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Drouter_multipath.sh271 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
Drouter_mpath_nh.sh280 multipath4_test "Weighted MP 2:1" 2 1
281 multipath4_test "Weighted MP 11:45" 11 45
285 multipath6_test "Weighted MP 2:1" 2 1
286 multipath6_test "Weighted MP 11:45" 11 45
290 multipath6_l4_test "Weighted MP 2:1" 2 1
291 multipath6_l4_test "Weighted MP 11:45" 11 45
/kernel/linux/linux-6.6/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.h435 #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 …]
/kernel/linux/linux-5.10/drivers/pinctrl/intel/
Dpinctrl-merrifield.c101 PINCTRL_PIN(11, "ULPI_REFCLK"),
257 /* Family 11: Clock (22 pins) */
401 MRFLD_FAMILY(11, 158, 179),
442 static const struct mrfld_family *mrfld_get_family(struct mrfld_pinctrl *mp, in mrfld_get_family() argument
448 for (i = 0; i < mp->nfamilies; i++) { in mrfld_get_family()
449 family = &mp->families[i]; in mrfld_get_family()
455 dev_warn(mp->dev, "failed to find family for pin %u\n", pin); in mrfld_get_family()
459 static bool mrfld_buf_available(struct mrfld_pinctrl *mp, unsigned int pin) in mrfld_buf_available() argument
463 family = mrfld_get_family(mp, pin); in mrfld_buf_available()
470 static void __iomem *mrfld_get_bufcfg(struct mrfld_pinctrl *mp, unsigned int pin) in mrfld_get_bufcfg() argument
[all …]
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_stats.h32 __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 …]
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_stats.h32 __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 …]
Dxfs_mount.h63 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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/Documentation/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"
/kernel/linux/linux-6.6/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"
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_format.h600 #define XFS_SB_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_SB_DADDR) argument
602 #define XFS_HDR_BLOCK(mp,d) ((xfs_agblock_t)XFS_BB_TO_FSBT(mp,d)) argument
603 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \ argument
604 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
605 #define XFS_FSB_TO_DADDR(mp,fsbno) XFS_AGB_TO_DADDR(mp, \ argument
606 XFS_FSB_TO_AGNO(mp,fsbno), XFS_FSB_TO_AGBNO(mp,fsbno))
611 #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log) argument
616 #define XFS_FSB_TO_BB(mp,fsbno) ((fsbno) << (mp)->m_blkbb_log) argument
617 #define XFS_BB_TO_FSB(mp,bb) \ argument
618 (((bb) + (XFS_FSB_TO_BB(mp,1) - 1)) >> (mp)->m_blkbb_log)
[all …]
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dphy-mtk-ufs.txt21 "mp": M-PHY core control clock.
25 ufsphy: phy@11fa0000 {
32 clock-names = "unipro", "mp";
/kernel/linux/linux-6.6/fs/xfs/scrub/
Dstats.c136 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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/
Dmediatek,ufs-phy.yaml43 - const: mp
60 ufsphy: ufs-phy@11fa0000 {
65 clock-names = "unipro", "mp";
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
Dmalidp_planes.c35 #define LAYER_V_FLIP (1 << 11)
72 struct malidp_plane *mp = to_malidp_plane(plane); in malidp_de_plane_destroy() local
75 kfree(mp); in malidp_de_plane_destroy()
270 static int malidp_se_check_scaling(struct malidp_plane *mp, in malidp_se_check_scaling() argument
299 mc->scaled_planes_mask &= ~(mp->layer->id); in malidp_se_check_scaling()
303 if (mp->layer->id & (DE_SMART | DE_GRAPHICS2)) in malidp_se_check_scaling()
306 mc->scaled_planes_mask |= mp->layer->id; in malidp_se_check_scaling()
311 static u32 malidp_get_pgsize_bitmap(struct malidp_plane *mp) in malidp_get_pgsize_bitmap() argument
317 iommu_get_domain_for_dev(mp->base.dev->dev); in malidp_get_pgsize_bitmap()
492 static void malidp_de_prefetch_settings(struct malidp_plane *mp, in malidp_de_prefetch_settings() argument
[all …]

12345678910>>...12