Home
last modified time | relevance | path

Searched refs:ahead (Results 1 – 25 of 56) sorted by relevance

123

/linux/rust/syn/
H A Drestriction.rs78 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 Dstmt.rs206 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 Ditem.rs953 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 Ddata.rs279 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 Dattr.rs744 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 Dexpr.rs1319 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 Dbuffer.c72 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 DMakefile2 dtb-$(CONFIG_ARCH_THEAD) += th1520-lichee-pi-4a.dtb th1520-beaglev-ahead.dtb
H A Dth1520-beaglev-ahead.dts15 compatible = "beagle,beaglev-ahead", "thead,th1520";
/linux/Documentation/filesystems/fuse/
H A Dfuse-io.rst18 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
/linux/drivers/staging/sm750fb/
H A Dreadme27 ahead of parameters,so,it looks like:
/linux/Documentation/power/
H A Dapm-acpi.rst30 Go ahead and start both. If ACPI or APM is not available on your
/linux/fs/verity/
H A DKconfig27 protection against malicious disks vs. an ahead-of-time hash.
/linux/drivers/block/drbd/
H A DKconfig60 64 read ahead
/linux/Documentation/networking/
H A Ddriver.rst42 there is no way your device can tell ahead of time when its
H A Dxdp-rx-metadata.rst34 ahead of the packet. Not all packets will necessary have the requested
/linux/Documentation/ABI/testing/
H A Dsysfs-class-rtc90 future, or if there is a leading +=, seconds ahead of the
H A Dsysfs-class-bdi30 Size of the read-ahead window in kilobytes
/linux/arch/x86/math-emu/
H A DREADME194 The performance under Linux is improved by the use of look-ahead code.
196 Linux due to the look-ahead code. Also given are the times for the
199 [ Linus' note: I changed look-ahead to be the default under linux, as
204 look-ahead 'soft' lib
/linux/Documentation/filesystems/
H A D9p.rst154 readahead 0b00000001 (only read-ahead file caching)
155 mmap 0b00000101 (read-ahead + writeback file cache)
/linux/arch/m68k/fpsp040/
H A Dx_store.S148 beqs dbl_inf |if positive, go ahead and write it
/linux/Documentation/sound/designs/
H A Doss-emulation.rst160 do not fill silence ahead to avoid clicks
199 filled. The latter stops writing the silence data ahead
/linux/Documentation/trace/
H A Dring-buffer-design.rst315 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/scsi/
H A Dst.rst293 Read ahead for fixed block mode (ST_READ_AHEAD). Filling the buffer is
503 read ahead (mode)
647 When using read ahead or buffered writes the position within the file
652 (The driver always backs over a filemark crossed by read ahead if the
/linux/Documentation/driver-api/md/
H A Draid5-cache.rst84 checksummed too. The checksum is stored in the meta data ahead of the data. The

123