Home
last modified time | relevance | path

Searched refs:MP (Results 1 – 25 of 45) sorted by relevance

12

/linux/fs/jfs/
H A Djfs_btree.h47 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0) argument
50 #define BT_PAGE(IP, MP, TYPE, ROOT)\ argument
51 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data)
54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
58 MP = (struct metapage *)&JFS_IP(IP)->bxflag;\
64 MP = read_metapage((IP), BN, SIZE, 1);\
65 if (MP) {\
67 P = (MP)->data;\
76 #define BT_MARK_DIRTY(MP, IP)\ argument
78 if (BT_IS_ROOT(MP))\
[all …]
H A Djfs_xtree.c50 #define XT_PAGE(IP, MP) BT_PAGE(IP, MP, xtpage_t, i_xtroot) argument
54 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
56 BT_GETPAGE(IP, BN, MP, xtpage_t, SIZE, P, RC, i_xtroot); \
65 BT_PUTPAGE(MP); \
66 MP = NULL; \
73 #define XT_PUTPAGE(MP) BT_PUTPAGE(MP) argument
75 #define XT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
76 BT_GETSEARCH(IP, LEAF, BN, MP, xtpage_t, P, INDEX, i_xtroot)
H A Djfs_dtree.c111 #define DT_PAGE(IP, MP) BT_PAGE(IP, MP, dtpage_t, i_dtroot) argument
114 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
116 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot); \
121 BT_PUTPAGE(MP); \
124 MP = NULL; \
131 #define DT_PUTPAGE(MP) BT_PUTPAGE(MP) argument
133 #define DT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
134 BT_GETSEARCH(IP, LEAF, BN, MP, dtpage_t, P, INDEX, i_dtroot)
/linux/drivers/gpio/
H A Dgpio-zynq.c850 .bank_min[0] = ZYNQ_GPIO_BANK0_PIN_MIN(MP),
851 .bank_max[0] = ZYNQ_GPIO_BANK0_PIN_MAX(MP),
852 .bank_min[1] = ZYNQ_GPIO_BANK1_PIN_MIN(MP),
853 .bank_max[1] = ZYNQ_GPIO_BANK1_PIN_MAX(MP),
854 .bank_min[2] = ZYNQ_GPIO_BANK2_PIN_MIN(MP),
855 .bank_max[2] = ZYNQ_GPIO_BANK2_PIN_MAX(MP),
856 .bank_min[3] = ZYNQ_GPIO_BANK3_PIN_MIN(MP),
857 .bank_max[3] = ZYNQ_GPIO_BANK3_PIN_MAX(MP),
858 .bank_min[4] = ZYNQ_GPIO_BANK4_PIN_MIN(MP),
859 .bank_max[4] = ZYNQ_GPIO_BANK4_PIN_MAX(MP),
[all …]
/linux/tools/memory-model/litmus-tests/
H A DREADME70 MP+onceassign+derefonce.litmus
73 MP+polockmbonce+poacquiresilsil.litmus
78 MP+polockonce+poacquiresilsil.litmus
83 MP+polocks.litmus
87 MP+poonceonces.litmus
90 MP+pooncerelease+poacquireonce.litmus
93 MP+porevlocks.litmus
97 MP+unlocklockonceonce+fencermbonceonce.litmus
101 MP+fencewmbonceonce+fencermbonceonce.litmus
142 These two are members of an extension of the MP litmus-test
[all …]
H A DMP+poonceonces.litmus1 C MP+poonceonces
H A DMP+pooncerelease+poacquireonce.litmus1 C MP+pooncerelease+poacquireonce
H A DMP+fencewmbonceonce+fencermbonceonce.litmus1 C MP+fencewmbonceonce+fencermbonceonce
H A DMP+onceassign+derefonce.litmus1 C MP+onceassign+derefonce
H A DMP+unlocklockonceonce+fencermbonceonce.litmus1 C MP+unlocklockonceonce+fencermbonceonce
H A DMP+polockonce+poacquiresilsil.litmus1 C MP+polockonce+poacquiresilsil
H A DMP+polockmbonce+poacquiresilsil.litmus1 C MP+polockmbonce+poacquiresilsil
H A DMP+porevlocks.litmus1 C MP+porevlocks
H A DMP+polocks.litmus1 C MP+polocks
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dtoshiba,et8ek8.txt1 Toshiba et8ek8 5MP sensor
3 Toshiba et8ek8 5MP sensor is an image sensor found in Nokia N900 device
/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)
/linux/tools/memory-model/Documentation/
H A Drecipes.txt72 /* See MP+polocks.litmus. */
98 /* See MP+porevlocks.litmus. */
200 Message passing (MP)
203 The MP pattern has one CPU execute a pair of stores to a pair of variables
209 in the MP+poonceonces.litmus litmus test. This section therefore looks at
217 the desired MP ordering. The general approach is shown below:
219 /* See MP+pooncerelease+poacquireonce.litmus. */
250 /* See MP+onceassign+derefonce.litmus. */
295 /* See MP+fencewmbonceonce+fencermbonceonce.litmus. */
341 The B/C pairing is an example of the MP pattern using smp_wmb() on the
[all …]
H A Dlitmus-tests.txt68 1 C MP+pooncerelease+poacquireonce
94 tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus
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
255 1 C MP+pooncerelease+poacquireonce
286 1 Test MP+pooncerelease+poacquireonce Allowed
295 10 Observation MP+pooncerelease+poacquireonce Never 0 3
296 11 Time MP+pooncerelease+poacquireonce 0.02
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgt215.c113 u32 MP; in read_pll() local
134 MP = M * P; in read_pll()
136 if (!MP) in read_pll()
139 return sclk * N / MP; in read_pll()
/linux/drivers/media/i2c/et8ek8/
H A DKconfig5 This is a driver for the Toshiba ET8EK8 5 MP camera sensor.
/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A DKconfig22 ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general
/linux/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst520 MP="$1"
527 if [ "$FSTAB_MP" = "$MP" ]; then
584 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
587 FST=$(deduce_fstype $MP)
592 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS,commit=$MAX_AGE$NOATIME_OPT
595 mount $DEV -t $FST $MP -o remount,$OPTS$NOATIME_OPT
644 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
647 FST=$(deduce_fstype $MP)
653 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
657 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
/linux/Documentation/arch/powerpc/
H A Dcpu_families.rst73 | POWER5+ | | 970MP | | e600 |
/linux/drivers/staging/media/atomisp/i2c/
H A DKconfig58 GC0310 0.3MP sensor.
/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

12