Home
last modified time | relevance | path

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

12345

/linux/arch/arm/boot/dts/arm/
H A 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 \
H A Darm-realview-eb-11mp-bbrevd.dts23 #include "arm-realview-eb-11mp.dts"
H A Darm-realview-eb-11mp-bbrevd-ctrevb.dts23 #include "arm-realview-eb-11mp-ctrevb.dts"
H A Darm-realview-eb-11mp-ctrevb.dts23 #include "arm-realview-eb-11mp.dts"
/linux/tools/testing/selftests/net/forwarding/
H A 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 …]
H A 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
H A 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
H A 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
H A 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
H A Dgre_multipath.sh247 multipath4_test "Weighted MP 2:1" 2 1
248 multipath4_test "Weighted MP 11:45" 11 45
H A Dgre_inner_v4_multipath.sh295 multipath4_test "Weighted MP 2:1" 2 1
296 multipath4_test "Weighted MP 11:45" 11 45
/linux/fs/xfs/
H A Dxfs_stats.h32 __XBTS_join = 11,
175 #define XFS_STATS_INC(mp, v) \ argument
178 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v++; \
181 #define XFS_STATS_DEC(mp, v) \ argument
184 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v--; \
187 #define XFS_STATS_ADD(mp, v, inc) \ argument
190 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \
193 #define XFS_STATS_INC_OFF(mp, off) \ argument
196 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]++; \
199 #define XFS_STATS_DEC_OFF(mp, off) \ argument
[all …]
H A Dxfs_mount.h64 struct xfs_mount *mp; member
361 #define M_IGEO(mp) (&(mp)->m_ino_geo) argument
379 #define XFS_FEAT_PARENT (1ULL << 11) /* parent pointers */
418 static inline bool xfs_has_ ## name (const struct xfs_mount *mp) \
420 return mp->m_features & XFS_FEAT_ ## NAME; \
426 static inline void xfs_add_ ## name (struct xfs_mount *mp) \
428 mp->m_features |= XFS_FEAT_ ## NAME; \
429 xfs_sb_version_add ## name(&mp->m_sb); \
456 static inline bool xfs_has_rtgroups(const struct xfs_mount *mp) in __XFS_ADD_FEAT()
459 return xfs_has_metadir(mp); in __XFS_ADD_FEAT()
[all …]
H A Dxfs_ioctl.c61 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt()
86 struct xfs_mount *mp = XFS_I(file_inode(file))->i_mount; in xfs_ioc_fsbulkstat() local
89 .mp = mp, in xfs_ioc_fsbulkstat()
102 if (xfs_is_shutdown(mp)) in xfs_ioc_fsbulkstat()
178 struct xfs_mount *mp, in xfs_bulk_ireq_setup() argument
205 breq->startino = mp->m_sb.sb_rootino; in xfs_bulk_ireq_setup()
219 if (hdr->agno >= mp->m_sb.sb_agcount) in xfs_bulk_ireq_setup()
223 breq->startino = XFS_AGINO_TO_INO(mp, hdr->agno, 0); in xfs_bulk_ireq_setup()
224 else if (XFS_INO_TO_AGNO(mp, breq->startino) < hdr->agno) in xfs_bulk_ireq_setup()
230 if (XFS_INO_TO_AGNO(mp, breq->startino) > hdr->agno) in xfs_bulk_ireq_setup()
[all …]
/linux/tools/memory-model/Documentation/
H A 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/Documentation/arch/x86/i386/
H A 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/Documentation/driver-api/media/drivers/
H A 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/fs/xfs/scrub/
H A Dstats.c143 field_width = 11 * (offsetof(struct xchk_scrub_stats, checktime_us) / in xchk_stats_estimate_bufsize()
231 struct xfs_mount *mp, in xchk_stats_merge() argument
236 xchk_stats_merge_one(mp->m_scrub_stats, sm, run); in xchk_stats_merge()
315 struct xfs_mount *mp) in xchk_stats_init() argument
387 struct xfs_mount *mp) in xchk_mount_stats_alloc() argument
396 error = xchk_stats_init(cs, mp); in xchk_mount_stats_alloc()
400 mp->m_scrub_stats = cs; in xchk_mount_stats_alloc()
410 struct xfs_mount *mp) in xchk_mount_stats_free() argument
412 xchk_stats_teardown(mp->m_scrub_stats); in xchk_mount_stats_free()
413 kvfree(mp->m_scrub_stats); in xchk_mount_stats_free()
[all …]
/linux/Documentation/devicetree/bindings/phy/
H A Dmediatek,ufs-phy.yaml44 - const: mp
61 ufsphy: ufs-phy@11fa0000 {
66 clock-names = "unipro", "mp";
/linux/drivers/parisc/
H A 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/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf_al2230.c27 RF_CHANNEL(11) = { 0x03e7b0, 0x033331, 0x00000d, },
44 RF_CHANNEL(11) = { 0x0de7c0, 0x8cccc0, 0xb00000, },
273 0x6da010, /* Reg6 update for MP versio */ in zd1211b_al2230_init_hw()
277 0x5ddb00, /* RegA update for MP version */ in zd1211b_al2230_init_hw()
278 0xd99000, /* RegB update for MP version */ in zd1211b_al2230_init_hw()
279 0x3ffbd0, /* RegC update for MP version */ in zd1211b_al2230_init_hw()
280 0xb00000, /* RegD update for MP version */ in zd1211b_al2230_init_hw()
/linux/drivers/hid/
H A Dhid-wiimote-core.c474 /* initialize MP */ in wiimote_cmd_init_mp()
494 /* map MP with correct pass-through mode */ in wiimote_cmd_map_mp()
774 wdata->state.mp = mode; in wiimote_mp_load()
783 if (wdata->state.mp < 2) in wiimote_mp_unload()
789 wdata->state.mp = 0; in wiimote_mp_unload()
899 /* schedule MP timer */ in wiimote_init_detect()
908 * MP hotplug events are not generated by the wiimote. Therefore, we need
909 * polling to detect it. We use a 4s interval for polling MP registers. This
915 bool mp; in wiimote_init_poll_mp() local
920 mp = wiimote_cmd_read_mp(wdata, mpdata); in wiimote_init_poll_mp()
[all …]
/linux/Documentation/devicetree/bindings/watchdog/
H A Darm,twd-wdt.yaml13 ARM 11MP, Cortex-A5 and Cortex-A9 are often associated with a per-core
/linux/tools/power/x86/turbostat/
H A Dturbostat.c481 #define PCL_7S 11 /* PC7 Shrink */
691 RAPL_GFX_POWER_LIMIT = BIT(11), /* 0x640 MSR_PP1_POWER_LIMIT */
2911 struct msr_counter *mp; in print_header() local
2978 for (mp = sys.tp; mp; mp = mp->next) in print_header()
2979 outp += print_name(mp->width, &printed, delim, mp->name, mp->type, mp->format); in print_header()
3026 for (mp = sys.cp; mp; mp = mp->next) in print_header()
3027 outp += print_name(mp->width, &printed, delim, mp->name, mp->type, mp->format); in print_header()
3129 for (mp = sys.pp; mp; mp = mp->next) in print_header()
3130 outp += print_name(mp->width, &printed, delim, mp->name, mp->type, mp->format); in print_header()
3189 struct msr_counter *mp; in dump_counters() local
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_refcount.c187 struct xfs_mount *mp = cur->bc_mp; in xfs_refcount_complain_bad_rec() local
190 xfs_warn(mp, in xfs_refcount_complain_bad_rec()
194 xfs_warn(mp, in xfs_refcount_complain_bad_rec()
198 xfs_warn(mp, in xfs_refcount_complain_bad_rec()
395 * 2 | 4 | 3 |2|18| 56 | 11 | 10
1358 struct xfs_mount *mp = cur->bc_mp; in xfs_refcount_continue_op() local
1361 if (XFS_IS_CORRUPT(mp, !xfs_verify_agbext(pag, new_agbno, in xfs_refcount_continue_op()
1369 ASSERT(xfs_verify_fsbext(mp, ri->ri_startblock, ri->ri_blockcount)); in xfs_refcount_continue_op()
1370 ASSERT(pag_agno(pag) == XFS_FSB_TO_AGNO(mp, ri->ri_startblock)); in xfs_refcount_continue_op()
1388 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_finish_one() local
[all …]

12345