Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 254) sorted by relevance

1234567891011

/linux-2.6.39/arch/x86/kernel/
Dearly_printk.c205 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/
Dled.txt24 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/
Dkeyring.c1134 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/
Drequest.txt55 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/
DREADME200 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/
DTUNABLE40 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/
Dsleep.S91 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/
DKconfig23 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/
DREADME21 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/
DKconfig1 # We keep common IP's here for Nomadik and other similar
/linux-2.6.39/arch/alpha/lib/
Dev67-strrchr.S68 nop # : Latency=2, extra map slot (keep nop with cmov)
72 nop # : keep with cmovne
Dev6-memchr.S107 nop # E : keep with cmov
112 nop # E : keep with cmov
/linux-2.6.39/net/wireless/
Ddb.txt7 # package provided by your distribution, since they will probably keep it
/linux-2.6.39/Documentation/ABI/testing/
Dsysfs-driver-samsung-laptop8 of sense, but some users like to modify them to keep
/linux-2.6.39/arch/unicore32/configs/
Ddebug_defconfig29 # for debug, adding: earlyprintk=ocd,keep initcall_debug
32 CONFIG_CMDLINE="earlyprintk=ocd,keep ignore_loglevel"
/linux-2.6.39/drivers/staging/tidspbridge/Documentation/
DCONTRIBUTORS8 Please keep the following list in alphabetical order.
/linux-2.6.39/arch/arm/mm/
Dproc-macros.S194 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/
Dearlyprintk.txt95 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/
Dtnc.c1979 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/
DKconfig9 destroyed just a few seconds ago. Since this file system can keep
/linux-2.6.39/fs/cachefiles/
DKconfig34 and on a multi-CPU system these may be on cachelines that keep
/linux-2.6.39/Documentation/leds/
Dleds-class.txt40 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/
DKconfig37 mode, there are some schemes to keep them matchs.
/linux-2.6.39/drivers/staging/brcm80211/
DTODO19 - Purge unused variables/data structs/functions BUT keep code related to
/linux-2.6.39/Documentation/video4linux/
Dw9966.txt22 The only thing to keep in mind is that the image format is in Y-U-Y-V format

1234567891011