Home
last modified time | relevance | path

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

1234567891011

/linux-3.4.99/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-3.4.99/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-3.4.99/security/keys/
Dkeyring.c1151 int loop, keep, max; in keyring_gc() local
1162 keep = 0; in keyring_gc()
1165 keep++; in keyring_gc()
1167 if (keep == klist->nkeys) in keyring_gc()
1171 max = roundup(keep, 4); in keyring_gc()
1183 keep = 0; in keyring_gc()
1187 if (keep >= max) in keyring_gc()
1189 new->keys[keep++] = key_get(key); in keyring_gc()
1192 new->nkeys = keep; in keyring_gc()
1197 KEYQUOTA_LINK_BYTES * keep); in keyring_gc()
[all …]
/linux-3.4.99/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-3.4.99/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-3.4.99/arch/arm/mach-pxa/
Dsleep.S70 ldr r8, [r6] @ keep original value for resume
106 @ We keep the change-down close to the actual suspend on SDRAM
113 ldr r8, [r6] @ keep original value for resume
/linux-3.4.99/fs/dlm/
Ddebug_fs.c422 if (!RB_EMPTY_ROOT(&ls->ls_rsbtbl[bucket].keep)) { in table_seq_start()
423 for (node = rb_first(&ls->ls_rsbtbl[bucket].keep); node; in table_seq_start()
454 if (!RB_EMPTY_ROOT(&ls->ls_rsbtbl[bucket].keep)) { in table_seq_start()
455 node = rb_first(&ls->ls_rsbtbl[bucket].keep); in table_seq_start()
516 if (!RB_EMPTY_ROOT(&ls->ls_rsbtbl[bucket].keep)) { in table_seq_next()
517 next = rb_first(&ls->ls_rsbtbl[bucket].keep); in table_seq_next()
/linux-3.4.99/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-3.4.99/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-3.4.99/arch/arm/plat-nomadik/
DKconfig1 # We keep common IP's here for Nomadik and other similar
/linux-3.4.99/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-3.4.99/net/wireless/
Ddb.txt7 # package provided by your distribution, since they will probably keep it
/linux-3.4.99/arch/unicore32/configs/
Dunicore32_defconfig29 # for debug, adding: earlyprintk=ocd,keep initcall_debug
32 CONFIG_CMDLINE="earlyprintk=ocd,keep ignore_loglevel"
/linux-3.4.99/fs/qnx6/
DKconfig10 However, keep in mind that this currently is a readonly driver!
/linux-3.4.99/drivers/staging/tidspbridge/Documentation/
DCONTRIBUTORS8 Please keep the following list in alphabetical order.
/linux-3.4.99/Documentation/device-mapper/
Dpersistent-data.txt34 keep data that is being used in the cache.
58 On-disk data structures that keep track of reference counts of blocks.
/linux-3.4.99/drivers/staging/iio/Documentation/
Dtrigger.txt25 triggers to keep track of what they have created.
/linux-3.4.99/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-3.4.99/fs/ubifs/
Dtnc.c1978 int i, keep, move, appending = 0; in tnc_insert() local
2039 keep = n; in tnc_insert()
2040 move = c->fanout - keep; in tnc_insert()
2049 keep = c->fanout; in tnc_insert()
2052 keep = (c->fanout + 1) / 2; in tnc_insert()
2053 move = c->fanout - keep; in tnc_insert()
2061 if (n < keep) { in tnc_insert()
2065 keep -= 1; in tnc_insert()
2069 n -= keep; in tnc_insert()
2081 znode->child_cnt = keep; in tnc_insert()
[all …]
/linux-3.4.99/drivers/staging/media/
DKconfig21 # Please keep them in alphabetic order
/linux-3.4.99/fs/nilfs2/
DKconfig9 destroyed just a few seconds ago. Since this file system can keep
/linux-3.4.99/fs/cachefiles/
DKconfig34 and on a multi-CPU system these may be on cachelines that keep
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-driver-samsung-laptop8 of sense, but some users like to modify them to keep
/linux-3.4.99/arch/arm/mm/
Dproc-macros.S195 bic r2, r1, #PTE_SMALL_AP_MASK @ keep C, B bits
238 bic r2, r1, #PTE_SMALL_AP_MASK @ keep C, B bits

1234567891011