Home
last modified time | relevance | path

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

12

/linux-3.4.99/fs/jfs/
Djfs_btree.h60 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0) argument
63 #define BT_PAGE(IP, MP, TYPE, ROOT)\ argument
64 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data)
67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
71 MP = (struct metapage *)&JFS_IP(IP)->bxflag;\
77 MP = read_metapage((IP), BN, SIZE, 1);\
78 if (MP) {\
80 P = (MP)->data;\
89 #define BT_MARK_DIRTY(MP, IP)\ argument
91 if (BT_IS_ROOT(MP))\
[all …]
Djfs_xtree.c63 #define XT_PAGE(IP, MP) BT_PAGE(IP, MP, xtpage_t, i_xtroot) argument
67 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC)\ argument
69 BT_GETPAGE(IP, BN, MP, xtpage_t, SIZE, P, RC, i_xtroot)\
77 BT_PUTPAGE(MP);\
78 MP = NULL;\
85 #define XT_PUTPAGE(MP) BT_PUTPAGE(MP) argument
87 #define XT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
88 BT_GETSEARCH(IP, LEAF, BN, MP, xtpage_t, P, INDEX, i_xtroot)
Djfs_dtree.c124 #define DT_PAGE(IP, MP) BT_PAGE(IP, MP, dtpage_t, i_dtroot) argument
127 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC)\ argument
129 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot)\
135 BT_PUTPAGE(MP);\
137 MP = NULL;\
144 #define DT_PUTPAGE(MP) BT_PUTPAGE(MP) argument
146 #define DT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
147 BT_GETSEARCH(IP, LEAF, BN, MP, dtpage_t, P, INDEX, i_dtroot)
/linux-3.4.99/drivers/staging/bcm/
DDebug.h70 #define MP 1 macro
71 #define DRV_ENTRY (MP<<0)
72 #define MP_INIT (MP<<1)
73 #define READ_REG (MP<<3)
74 #define DISPATCH (MP<<2)
75 #define CLAIM_ADAP (MP<<4)
76 #define REG_IO_PORT (MP<<5)
77 #define INIT_DISP (MP<<6)
78 #define RX_INIT (MP<<7)
/linux-3.4.99/Documentation/ia64/
Dserial.txt30 (described in the ACPI namespace) plus an MP[2] (a PCI device) has
35 address on builtin) on MP port) 2.6.10
38 MP UPS 0xf8031000 ttyS1 ttyS2 ttyS1
39 MP Console 0xf8030000 ttyS2 ttyS0 ttyS2
40 MP 2 0xf8030010 ttyS3 ttyS3 ttyS3
41 MP 3 0xf8030038 ttyS4 ttyS4 ttyS4
100 - You're connected to an HP MP port[2] but have a non-MP UART
101 selected as EFI console device. EFI uses the MP as a
103 Either move the console cable to the non-MP UART, or change
104 the EFI console path[3] to the MP UART.
[all …]
/linux-3.4.99/Documentation/video4linux/bttv/
DTuners43 F[IRMQ]12[1345]6{MF|ME|MP}
56 {MF|ME|MP}
59 MP: BG DK I (Multi PAL)
/linux-3.4.99/drivers/media/video/m5mols/
DKconfig2 tristate "Fujitsu M-5MOLS 8MP sensor support"
/linux-3.4.99/arch/mips/vr41xx/
DPlatform25 # Victor MP-C303/304 (VR4122)
DKconfig43 bool "Victor MP-C303/304"
/linux-3.4.99/drivers/net/ethernet/oki-semi/pch_gbe/
DKconfig19 ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general
/linux-3.4.99/Documentation/devicetree/bindings/arm/
Dtwd.txt3 ARM 11MP, Cortex-A5 and Cortex-A9 are often associated with a per-core
/linux-3.4.99/Documentation/laptops/
Dlaptop-mode.txt529 MP="$1"
536 if [ "$FSTAB_MP" = "$MP" ]; then
593 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
596 FST=$(deduce_fstype $MP)
601 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS,commit=$MAX_AGE$NOATIME_OPT
604 mount $DEV -t $FST $MP -o remount,$OPTS$NOATIME_OPT
653 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
656 FST=$(deduce_fstype $MP)
662 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
666 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
/linux-3.4.99/Documentation/x86/i386/
DIO-APIC.txt1 Most (all) Intel-MP compliant SMP boards have the so-called 'IO-APIC',
12 usually worked around by the kernel. If your MP-compliant SMP board does
/linux-3.4.99/arch/x86/kernel/
Dhead_32.S430 is486: movl $0x50022,%ecx # set AM, WP, NE and MP
433 is386: movl $2,%ecx # set MP
/linux-3.4.99/Documentation/isdn/
DsyncPPP.FAQ72 A: MPPP or MP or MPP (Warning: MP is also an
/linux-3.4.99/arch/alpha/math-emu/
Dqrnnd.S6 # The GNU MP Library is free software; you can redistribute it and/or modify
/linux-3.4.99/drivers/isdn/i4l/
DKconfig30 bool "Support generic MP (RFC 1717)"
/linux-3.4.99/Documentation/vm/
Dlocking123 do_wp_page and do_swap_page have MP races in them while trying to figure
/linux-3.4.99/drivers/dma/
DKconfig218 for MP(Media Phone) use and ML7831 IOH is for general purpose use.
/linux-3.4.99/arch/m32r/platforms/mappi/
Ddot.gdbinit.smp305 ## Boot MP
/linux-3.4.99/drivers/macintosh/
DKconfig239 970MP dual-core processor.
/linux-3.4.99/Documentation/
Dintel_txt.txt114 special code into the kernel's MP wakeup sequence.
/linux-3.4.99/drivers/gpio/
DKconfig416 ML7223 IOH is for MP(Media Phone) use.
/linux-3.4.99/arch/x86/
DKconfig.cpu137 Xeons (Intel Xeon, Xeon MP, Xeon LV, Xeon MV) corename:
/linux-3.4.99/drivers/misc/
DKconfig476 ML7223 IOH is for MP(Media Phone) use.

12