| /linux/rust/syn/ |
| H A D | restriction.rs | 78 let ahead = input.fork(); in parse() localVariable 79 let group = crate::group::parse_group(&ahead)?; in parse() 81 input.advance_to(&ahead); in parse() 99 let ahead = input.fork(); in parse_pub() localVariable 102 let paren_token = parenthesized!(content in ahead); in parse_pub() 114 input.advance_to(&ahead); in parse_pub() 126 input.advance_to(&ahead); in parse_pub()
|
| H A D | stmt.rs | 206 let ahead = input.fork(); in parse_stmt() localVariable 208 if let Ok(path) = ahead.call(Path::parse_mod_style) { in parse_stmt() 209 if ahead.peek(Token![!]) { in parse_stmt() 210 if ahead.peek2(Ident) || ahead.peek2(Token![try]) { in parse_stmt() 212 } else if ahead.peek2(token::Brace) in parse_stmt() 213 && !(ahead.peek3(Token![.]) && !ahead.peek3(Token![..]) in parse_stmt() 214 || ahead.peek3(Token![?])) in parse_stmt() 216 input.advance_to(&ahead); in parse_stmt()
|
| H A D | item.rs | 953 let ahead = input.fork(); in parse_rest_of_item() localVariable 954 let vis: Visibility = ahead.parse()?; in parse_rest_of_item() 956 let lookahead = ahead.lookahead1(); in parse_rest_of_item() 958 let mut item = if lookahead.peek(Token![fn]) || peek_signature(&ahead, allow_safe) { in parse_rest_of_item() 968 ahead.parse::<Token![extern]>()?; in parse_rest_of_item() 969 let lookahead = ahead.lookahead1(); in parse_rest_of_item() 975 ahead.parse::<LitStr>()?; in parse_rest_of_item() 976 let lookahead = ahead.lookahead1(); in parse_rest_of_item() 1062 ahead.parse::<Token![unsafe]>()?; in parse_rest_of_item() 1063 let lookahead = ahead.lookahead1(); in parse_rest_of_item() [all …]
|
| H A D | data.rs | 279 let ahead = input.fork(); in parse() localVariable 280 let mut discriminant: Result<Expr> = ahead.parse(); in parse() 282 input.advance_to(&ahead); in parse()
|
| H A D | attr.rs | 744 let ahead = input.fork(); in parse_meta_name_value_after_path() localVariable 745 let lit: Option<Lit> = ahead.parse()?; in parse_meta_name_value_after_path() 746 let value = if let (Some(lit), true) = (lit, ahead.is_empty()) { in parse_meta_name_value_after_path() 747 input.advance_to(&ahead); in parse_meta_name_value_after_path()
|
| H A D | expr.rs | 1319 let ahead = input.fork(); in parse_expr() localVariable 1323 } else if let Ok(op) = ahead.parse::<BinOp>() { in parse_expr() 1340 input.advance_to(&ahead); in parse_expr() 1395 let ahead = input.fork(); in parse_expr() localVariable 1396 if let Ok(op) = ahead.parse::<BinOp>() { in parse_expr() 1408 input.advance_to(&ahead); in parse_expr() 2721 let ahead = input.fork(); in expr_break() localVariable 2722 let label: Option<Lifetime> = ahead.parse()?; in expr_break() 2723 if label.is_some() && ahead.peek(Token![:]) { in expr_break() 2736 input.advance_to(&ahead); in expr_break()
|
| /linux/fs/hpfs/ |
| H A D | buffer.c | 72 int ahead) in hpfs_map_sector() argument 78 hpfs_prefetch_sectors(s, secno, ahead); in hpfs_map_sector() 115 int ahead) in hpfs_map_4sectors() argument 128 hpfs_prefetch_sectors(s, secno, 4 + ahead); in hpfs_map_4sectors()
|
| /linux/arch/riscv/boot/dts/thead/ |
| H A D | Makefile | 2 dtb-$(CONFIG_ARCH_THEAD) += th1520-lichee-pi-4a.dtb th1520-beaglev-ahead.dtb
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse-io.rst | 18 No read-ahead takes place. Shared mmap is disabled by default. To allow shared 22 read-ahead by the kernel to fill the cache. The cache is always kept consistent
|
| H A D | fuse.rst | 142 operations, reducing read-ahead optimizations but preserving essential
|
| /linux/drivers/staging/sm750fb/ |
| H A D | readme | 27 ahead of parameters,so,it looks like:
|
| /linux/Documentation/power/ |
| H A D | apm-acpi.rst | 30 Go ahead and start both. If ACPI or APM is not available on your
|
| /linux/fs/verity/ |
| H A D | Kconfig | 30 protection against malicious disks vs. an ahead-of-time hash.
|
| /linux/drivers/block/drbd/ |
| H A D | Kconfig | 60 64 read ahead
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-rtc | 90 future, or if there is a leading +=, seconds ahead of the
|
| H A D | sysfs-class-bdi | 30 Size of the read-ahead window in kilobytes
|
| /linux/arch/m68k/fpsp040/ |
| H A D | x_store.S | 148 beqs dbl_inf |if positive, go ahead and write it
|
| /linux/Documentation/sound/designs/ |
| H A D | oss-emulation.rst | 160 do not fill silence ahead to avoid clicks 199 filled. The latter stops writing the silence data ahead
|
| H A D | timestamping.rst | 181 ahead of the actual playback time (as a side time this sort of
|
| /linux/Documentation/trace/ |
| H A D | ring-buffer-design.rst | 315 be several pages ahead. If the tail page catches up to the commit 373 the head page will be pushed ahead one. If the buffer is in producer/consumer 807 the tail page ahead several pages::
|
| /linux/Documentation/driver-api/md/ |
| H A D | raid5-cache.rst | 84 checksummed too. The checksum is stored in the meta data ahead of the data. The
|
| /linux/Documentation/userspace-api/ |
| H A D | check_exec.rst | 109 No threat, everyone and everything is trusted, but we can get ahead of
|
| /linux/Documentation/filesystems/ |
| H A D | journalling.rst | 35 Now you can go ahead and start modifying the underlying filesystem.
|
| /linux/Documentation/process/ |
| H A D | management-style.rst | 102 people ahead of the fact that your decision is purely preliminary, and
|
| /linux/Documentation/crypto/ |
| H A D | descore-readme.rst | 406 ahead of the kerberos-compatible library on your linker's command line.
|