Searched refs:preferred (Results 1 – 25 of 31) sorted by relevance
12
/linux-2.4.37.9/mm/ |
D | bootmem.c | 150 unsigned long areasize, preferred, incr; in __alloc_bootmem_core() local 171 preferred = goal - bdata->node_boot_start; in __alloc_bootmem_core() 173 preferred = 0; in __alloc_bootmem_core() 175 preferred = ((preferred + align - 1) & ~(align - 1)) >> PAGE_SHIFT; in __alloc_bootmem_core() 176 preferred += offset; in __alloc_bootmem_core() 181 for (i = preferred; i < eidx; i += incr) { in __alloc_bootmem_core() 195 if (preferred) { in __alloc_bootmem_core() 196 preferred = offset; in __alloc_bootmem_core()
|
/linux-2.4.37.9/Documentation/networking/ |
D | shaper.txt | 45 architecture into Linux 2.2. This is the preferred solution. Shaper is
|
D | pktgen.txt | 6 3. Edit script to set preferred device and destination IP address.
|
D | sk98lin.txt | 389 This is used to force the preferred port to A or B (on dual-port network 390 adapters). The preferred port is the one that is used if both are detected 425 distinct IP addresses. The preferred port setting is not used.
|
D | de4x5.txt | 143 is the preferred way to use this driver, since it doesn't have this
|
D | net-modules.txt | 18 In many cases it is highly preferred that insmod:ing is done
|
D | bonding.txt | 375 until it too fails. This is useful when one slave was preferred 378 be preferred the faster slave gracefully become the active slave -
|
D | ip-sysctl.txt | 287 option is not set meaning that higher throughput is preferred.
|
/linux-2.4.37.9/Documentation/input/ |
D | gameport-programming.txt | 22 addresses is preferred, because the likelyhood of clashing with the standard 45 When a gameport can be accessed through MMIO, this way is preferred, because
|
/linux-2.4.37.9/Documentation/ |
D | SubmittingPatches | 165 it is preferred that you store your patch on an Internet-accessible 266 Static inline functions are greatly preferred over macros. 275 'static inline' is preferred over 'static __inline__', 'extern inline',
|
D | CodingStyle | 4 This is a short document describing the preferred coding style for the 76 choose one placement strategy over the other, but the preferred way, as 346 Enums are preferred when defining several related constants.
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | xfs.txt | 23 Sets the preferred buffered I/O size (default size is 64K). 29 The preferred buffered I/O size can also be altered on an
|
/linux-2.4.37.9/Documentation/usb/ |
D | rio.txt | 103 Using `make menuconfig` or your preferred method for configuring the
|
D | acm.txt | 64 /dev/usb/ttyACM0 is preferred.
|
D | scanner.txt | 41 Using "make menuconfig" or your preferred method for configuring the kernel,
|
/linux-2.4.37.9/Documentation/i2c/ |
D | dev-interface | 46 I2C to communicate with your device. SMBus commands are preferred if
|
/linux-2.4.37.9/Documentation/crypto/ |
D | api-intro.txt | 104 Converting existing well known code is preferred, as it is more likely
|
/linux-2.4.37.9/Documentation/sparc/ |
D | sbus_drivers.txt | 190 Streaming DVMA is a preferred way to transfer large amounts of data.
|
/linux-2.4.37.9/drivers/net/e1000/ |
D | LICENSE | 158 The source code for a work means the preferred form of the work for
|
/linux-2.4.37.9/drivers/sound/ |
D | COPYING | 155 The source code for a work means the preferred form of the work for
|
/linux-2.4.37.9/fs/hfs/ |
D | COPYING | 155 The source code for a work means the preferred form of the work for
|
/linux-2.4.37.9/drivers/net/e100/ |
D | LICENSE | 158 The source code for a work means the preferred form of the work for
|
/linux-2.4.37.9/ |
D | COPYING | 171 The source code for a work means the preferred form of the work for
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.st | 195 also set using, e.g., the LILO command line. The preferred syntax is
|
D | README.BusLogic | 305 the PCI I/O port assignments, so this is the preferred configuration.
|
12