/linux-2.6.39/arch/x86/kernel/ |
D | early_printk.c | 205 int keep; in setup_early_printk() local 214 keep = (strstr(buf, "keep") != NULL); in setup_early_printk() 220 early_console_register(&early_serial_console, keep); in setup_early_printk() 226 early_console_register(&early_serial_console, keep); in setup_early_printk() 233 early_console_register(&early_vga_console, keep); in setup_early_printk() 237 early_console_register(&early_dbgp_console, keep); in setup_early_printk() 241 early_console_register(&xenboot_console, keep); in setup_early_printk() 246 early_console_register(&early_mrst_console, keep); in setup_early_printk() 251 early_console_register(&early_hsu_console, keep); in setup_early_printk()
|
/linux-2.6.39/Documentation/devicetree/bindings/gpio/ |
D | led.txt | 24 values are "on", "off", and "keep". If the LED is already on or off 27 on). The "keep" setting will keep the LED at whatever its current 44 default-state = "keep";
|
/linux-2.6.39/security/keys/ |
D | keyring.c | 1134 int loop, keep, max; in keyring_gc() local 1145 keep = 0; in keyring_gc() 1148 keep++; in keyring_gc() 1150 if (keep == klist->nkeys) in keyring_gc() 1154 max = roundup(keep, 4); in keyring_gc() 1166 keep = 0; in keyring_gc() 1170 if (keep >= max) in keyring_gc() 1172 new->keys[keep++] = key_get(key); in keyring_gc() 1175 new->nkeys = keep; in keyring_gc() 1180 KEYQUOTA_LINK_BYTES * keep); in keyring_gc() [all …]
|
/linux-2.6.39/Documentation/block/ |
D | request.txt | 55 unsigned long hard_nr_sectors B Used to keep sector sane 59 unsigned long hard_nr_sectors B Used to keep nr_sectors sane 70 unsigned int hard_cur_sectors B Used to keep current_nr_sectors sane
|
/linux-2.6.39/drivers/net/wireless/libertas/ |
D | README | 200 keep=[0 or 1] keep the previous scan results (1), discard (0) 207 The type field will default to 3 (Any) and the keep field will default 217 3) Scan all available channels (B/G, A bands) for a specific BSSID, keep 219 echo "bssid=00:50:43:20:12:82 keep=1" > setuserscan 224 echo "type=1 keep=1" > setuserscan 226 All entries in the scan table (not just the new scan data when keep=1)
|
/linux-2.6.39/net/ |
D | TUNABLE | 40 MASQUERADE_EXPIRE_TCP_FIN Time we keep a masquerade for after a FIN 41 MASQUERADE_EXPIRE_UDP Time we keep a UDP masquerade for (tunable)
|
/linux-2.6.39/arch/arm/mach-pxa/ |
D | sleep.S | 91 ldr r8, [r6] @ keep original value for resume 132 @ We keep the change-down close to the actual suspend on SDRAM 139 ldr r8, [r6] @ keep original value for resume
|
/linux-2.6.39/fs/fscache/ |
D | Kconfig | 23 multi-CPU system these may be on cachelines that keep bouncing 40 and on a multi-CPU system these may be on cachelines that keep
|
/linux-2.6.39/drivers/staging/frontier/ |
D | README | 21 a typical userspace application to keep up with them via libusb. Input 42 the kernel level (probably). Frankly, I'd like to keep the
|
/linux-2.6.39/arch/arm/plat-nomadik/ |
D | Kconfig | 1 # We keep common IP's here for Nomadik and other similar
|
/linux-2.6.39/arch/alpha/lib/ |
D | ev67-strrchr.S | 68 nop # : Latency=2, extra map slot (keep nop with cmov) 72 nop # : keep with cmovne
|
D | ev6-memchr.S | 107 nop # E : keep with cmov 112 nop # E : keep with cmov
|
/linux-2.6.39/net/wireless/ |
D | db.txt | 7 # package provided by your distribution, since they will probably keep it
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-driver-samsung-laptop | 8 of sense, but some users like to modify them to keep
|
/linux-2.6.39/arch/unicore32/configs/ |
D | debug_defconfig | 29 # for debug, adding: earlyprintk=ocd,keep initcall_debug 32 CONFIG_CMDLINE="earlyprintk=ocd,keep ignore_loglevel"
|
/linux-2.6.39/drivers/staging/tidspbridge/Documentation/ |
D | CONTRIBUTORS | 8 Please keep the following list in alphabetical order.
|
/linux-2.6.39/arch/arm/mm/ |
D | proc-macros.S | 194 bic r2, r1, #PTE_SMALL_AP_MASK @ keep C, B bits 237 bic r2, r1, #PTE_SMALL_AP_MASK @ keep C, B bits
|
/linux-2.6.39/Documentation/x86/ |
D | earlyprintk.txt | 95 regular console is alive - use "earlyprintk=dbgp,keep" to keep 118 You can test the output by using earlyprintk=dbgp,keep and provoking
|
/linux-2.6.39/fs/ubifs/ |
D | tnc.c | 1979 int i, keep, move, appending = 0; in tnc_insert() local 2041 keep = n; in tnc_insert() 2042 move = c->fanout - keep; in tnc_insert() 2051 keep = c->fanout; in tnc_insert() 2054 keep = (c->fanout + 1) / 2; in tnc_insert() 2055 move = c->fanout - keep; in tnc_insert() 2063 if (n < keep) { in tnc_insert() 2067 keep -= 1; in tnc_insert() 2071 n -= keep; in tnc_insert() 2083 znode->child_cnt = keep; in tnc_insert() [all …]
|
/linux-2.6.39/fs/nilfs2/ |
D | Kconfig | 9 destroyed just a few seconds ago. Since this file system can keep
|
/linux-2.6.39/fs/cachefiles/ |
D | Kconfig | 34 and on a multi-CPU system these may be on cachelines that keep
|
/linux-2.6.39/Documentation/leds/ |
D | leds-class.txt | 40 and the aim is to keep a small amount of code giving as much functionality 41 as possible. Please keep this in mind when suggesting enhancements.
|
/linux-2.6.39/drivers/staging/iio/resolver/ |
D | Kconfig | 37 mode, there are some schemes to keep them matchs.
|
/linux-2.6.39/drivers/staging/brcm80211/ |
D | TODO | 19 - Purge unused variables/data structs/functions BUT keep code related to
|
/linux-2.6.39/Documentation/video4linux/ |
D | w9966.txt | 22 The only thing to keep in mind is that the image format is in Y-U-Y-V format
|