/linux-6.3-rc2/fs/jfs/ |
A D | jfs_btree.h | 47 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0) argument 51 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data) 65 if (MP) {\ 67 P = (MP)->data;\ 78 if (BT_IS_ROOT(MP))\ 81 mark_metapage_dirty(MP);\ 85 #define BT_PUTPAGE(MP)\ argument 87 if (! BT_IS_ROOT(MP)) \ 88 release_metapage(MP); \ 145 MP = (LEAF)->mp;\ [all …]
|
/linux-6.3-rc2/Documentation/ia64/ |
A D | serial.rst | 35 (described in the ACPI namespace) plus an MP[2] (a PCI device) has 42 on builtin) on MP port) 45 MP UPS 0xf8031000 ttyS1 ttyS2 ttyS1 46 MP Console 0xf8030000 ttyS2 ttyS0 ttyS2 47 MP 2 0xf8030010 ttyS3 ttyS3 ttyS3 48 MP 3 0xf8030038 ttyS4 ttyS4 ttyS4 111 - You're connected to an HP MP port[2] but have a non-MP UART 112 selected as EFI console device. EFI uses the MP as a 114 Either move the console cable to the non-MP UART, or change 115 the EFI console path[3] to the MP UART. [all …]
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpio-zynq.c | 844 .bank_min[0] = ZYNQ_GPIO_BANK0_PIN_MIN(MP), 845 .bank_max[0] = ZYNQ_GPIO_BANK0_PIN_MAX(MP), 846 .bank_min[1] = ZYNQ_GPIO_BANK1_PIN_MIN(MP), 847 .bank_max[1] = ZYNQ_GPIO_BANK1_PIN_MAX(MP), 848 .bank_min[2] = ZYNQ_GPIO_BANK2_PIN_MIN(MP), 849 .bank_max[2] = ZYNQ_GPIO_BANK2_PIN_MAX(MP), 850 .bank_min[3] = ZYNQ_GPIO_BANK3_PIN_MIN(MP), 851 .bank_max[3] = ZYNQ_GPIO_BANK3_PIN_MAX(MP), 852 .bank_min[4] = ZYNQ_GPIO_BANK4_PIN_MIN(MP), 853 .bank_max[4] = ZYNQ_GPIO_BANK4_PIN_MAX(MP), [all …]
|
/linux-6.3-rc2/tools/memory-model/litmus-tests/ |
A D | README | 70 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 …]
|
A D | MP+poonceonces.litmus | 1 C MP+poonceonces
|
A D | MP+pooncerelease+poacquireonce.litmus | 1 C MP+pooncerelease+poacquireonce
|
A D | MP+fencewmbonceonce+fencermbonceonce.litmus | 1 C MP+fencewmbonceonce+fencermbonceonce
|
A D | MP+onceassign+derefonce.litmus | 1 C MP+onceassign+derefonce
|
A D | MP+unlocklockonceonce+fencermbonceonce.litmus | 1 C MP+unlocklockonceonce+fencermbonceonce
|
A D | MP+polockmbonce+poacquiresilsil.litmus | 1 C MP+polockmbonce+poacquiresilsil
|
A D | MP+polockonce+poacquiresilsil.litmus | 1 C MP+polockonce+poacquiresilsil
|
A D | MP+polocks.litmus | 1 C MP+polocks
|
A D | MP+porevlocks.litmus | 1 C MP+porevlocks
|
/linux-6.3-rc2/Documentation/devicetree/bindings/media/i2c/ |
A D | toshiba,et8ek8.txt | 1 Toshiba et8ek8 5MP sensor 3 Toshiba et8ek8 5MP sensor is an image sensor found in Nokia N900 device
|
A D | sony,imx274.yaml | 7 title: Sony 1/2.5-Inch 8.51MP CMOS Digital Image Sensor
|
/linux-6.3-rc2/Documentation/driver-api/media/drivers/ |
A D | tuners.rst | 55 F[IRMQ]12[1345]6{MF|ME|MP} 68 {MF|ME|MP} 71 MP: BG DK I (Multi PAL)
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
A D | gt215.c | 113 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-6.3-rc2/tools/memory-model/Documentation/ |
A D | recipes.txt | 72 /* 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 …]
|
/linux-6.3-rc2/drivers/media/i2c/m5mols/ |
A D | Kconfig | 3 tristate "Fujitsu M-5MOLS 8MP sensor support"
|
/linux-6.3-rc2/drivers/media/i2c/et8ek8/ |
A D | Kconfig | 9 This is a driver for the Toshiba ET8EK8 5 MP camera sensor.
|
/linux-6.3-rc2/drivers/net/ethernet/oki-semi/pch_gbe/ |
A D | Kconfig | 22 ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general
|
/linux-6.3-rc2/Documentation/devicetree/bindings/watchdog/ |
A D | arm,twd-wdt.yaml | 13 ARM 11MP, Cortex-A5 and Cortex-A9 are often associated with a per-core
|
/linux-6.3-rc2/Documentation/devicetree/bindings/timer/ |
A D | arm,twd-timer.yaml | 13 ARM 11MP, Cortex-A5 and Cortex-A9 are often associated with a per-core
|
/linux-6.3-rc2/Documentation/admin-guide/laptops/ |
A D | laptop-mode.rst | 520 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-6.3-rc2/Documentation/litmus-tests/ |
A D | README | 28 MP+onceassign+derefonce.litmus (under tools/memory-model/litmus-tests/)
|