Searched refs:cross (Results 1 – 25 of 52) sorted by relevance
123
/linux-3.4.99/Documentation/filesystems/ |
D | directory-locking | 14 4) rename() that is _not_ cross-directory. Locking rules: caller locks 24 6) cross-directory rename. The trickiest in the whole bunch. Locking 49 (1) if object removal or non-cross-directory rename holds lock on A and 51 acquire the lock on B. (Proof: only cross-directory rename can change 54 (2) if cross-directory rename holds the lock on filesystem, order will not 55 change until rename acquires all locks. (Proof: other cross-directory 73 Any contended object is either held by cross-directory rename or 75 operation other than cross-directory rename. Then the lock this operation 78 It means that one of the operations is cross-directory rename. 81 own descendent. Moreover, there is exactly one cross-directory rename [all …]
|
D | porting | 69 Locking change: ->s_vfs_rename_sem is taken only by cross-directory renames. 218 * filesystem has no cross-directory rename()
|
/linux-3.4.99/drivers/cpuidle/ |
D | Kconfig | 7 idle processor power management. It includes modular cross-platform
|
/linux-3.4.99/arch/unicore32/ |
D | Makefile | 15 CROSS_COMPILE := $(call cc-cross-prefix, unicore32-linux-)
|
/linux-3.4.99/arch/ia64/scripts/ |
D | toolchain-flags | 22 warning: your linker cannot handle cross-segment segment-relative relocations.
|
/linux-3.4.99/drivers/isdn/mISDN/ |
D | Kconfig | 19 cross connecting of bchannels, conferencing, dtmf decoding,
|
/linux-3.4.99/Documentation/ |
D | SubmitChecklist | 23 3: Builds on multiple CPU architectures by using local cross-compile tools 26 4: ppc64 is a good architecture for cross-compilation checking because it
|
D | DMA-ISA-LPC.txt | 37 Also the transfer block may not cross page boundaries (which are 64
|
D | flexible-arrays.txt | 10 vmalloc() allocations can require expensive cross-processor interrupts on
|
/linux-3.4.99/scripts/ |
D | Kbuild.include | 70 # cc-cross-prefix 71 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-) 74 cc-cross-prefix = \
|
/linux-3.4.99/Documentation/hwmon/ |
D | k8temp | 54 70 degrees C. The rule of the thumb -> CPU temperature should not cross
|
/linux-3.4.99/Documentation/sound/alsa/soc/ |
D | pops_clicks.txt | 50 amplitude too quickly. It can be minimised by enabling the zero cross setting
|
/linux-3.4.99/Documentation/sound/alsa/ |
D | README.maya44 | 128 Crossmix: cross-mixer from channels 1+2 to channels 3+4 129 Crossmix 1: cross-mixer from channels 3+4 to channels 1+2
|
/linux-3.4.99/drivers/media/video/ |
D | pms.c | 462 static void pms_secamcross(struct pms *dev, short cross) in pms_secamcross() argument 465 pms_i2c_andor(dev, 0x8a, 0x0f, 0xdf, (cross & 1) << 5); in pms_secamcross() 467 pms_i2c_andor(dev, 0x42, 0x0f, 0xdf, (cross & 1) << 5); in pms_secamcross()
|
/linux-3.4.99/net/ipx/ |
D | Kconfig | 53 internal IPX network the cross-forwarding of packets targeted at
|
/linux-3.4.99/arch/sh/ |
D | Makefile | 111 …CROSS_COMPILE := $(call cc-cross-prefix, $(UTS_MACHINE)-linux- $(UTS_MACHINE)-linux-gnu- $(UTS_M…
|
/linux-3.4.99/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 60 read back bar size and address after writing to cross check.
|
/linux-3.4.99/drivers/staging/usbip/userspace/ |
D | INSTALL | 162 If you are _building_ compiler tools for cross-compiling, you should 166 If you want to _use_ a cross compiler, that generates code for a
|
/linux-3.4.99/drivers/usb/host/ |
D | ehci.h | 401 u8 cross; /* buf crosses pages */ member
|
D | ehci-sched.c | 1212 uframe->cross = 1; in itd_sched_init() 1582 if (unlikely (uf->cross)) { in itd_patch() 1917 packet->cross = 1; in sitd_sched_init() 2018 if (uf->cross) in sitd_patch()
|
/linux-3.4.99/arch/mips/ |
D | Makefile | 47 …CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(t…
|
/linux-3.4.99/Documentation/kbuild/ |
D | kbuild.txt | 127 specify a custom installer when cross compiling a kernel.
|
D | makefiles.txt | 564 cc-cross-prefix 565 cc-cross-prefix is used to check if there exists a $(CC) in path with 570 call of cc-cross-prefix. 574 It is recommended only to try to set CROSS_COMPILE if it is a cross 582 CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu-) 1367 host system architecture. For a cross build, a user may
|
/linux-3.4.99/Documentation/arm/ |
D | README | 20 If you wish to cross-compile, then alter the following lines in the top
|
/linux-3.4.99/Documentation/fb/ |
D | matroxfb.txt | 206 cross4MB - enables that pixel line can cross 4MB boundary. It is default for 208 nocross4MB - pixel line must not cross 4MB boundary. It is default for
|
123