Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:read_tail
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_tty.c
118
size_t
read_tail
;
member
134
return ldata->read_head - ldata->
read_tail
;
in read_cnt()
226
n = ldata->commit_head - ldata->
read_tail
;
in chars_in_buffer()
228
n = ldata->canon_head - ldata->
read_tail
;
in chars_in_buffer()
256
if (ldata->icanon && ldata->canon_head == ldata->
read_tail
)
in n_tty_check_throttle()
332
ldata->read_head = ldata->canon_head = ldata->
read_tail
= 0;
in reset_buffer_flags()
1715
*
read_tail
(so this producer will not overwrite unread data)
in n_tty_receive_buf_common()
1717
size_t tail = smp_load_acquire(&ldata->
read_tail
);
in n_tty_receive_buf_common()
1796
ldata->line_start = ldata->
read_tail
;
in n_tty_set_termios()
1798
ldata->canon_head = ldata->
read_tail
;
in n_tty_set_termios()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_tty.c
117
size_t
read_tail
;
member
136
return ldata->read_head - ldata->
read_tail
;
in read_cnt()
224
return head - ldata->
read_tail
;
in chars_in_buffer()
249
if (ldata->icanon && ldata->canon_head == ldata->
read_tail
)
in n_tty_check_throttle()
325
ldata->read_head = ldata->canon_head = ldata->
read_tail
= 0;
in reset_buffer_flags()
1711
*
read_tail
(so this producer will not overwrite unread data)
in n_tty_receive_buf_common()
1713
size_t tail = smp_load_acquire(&ldata->
read_tail
);
in n_tty_receive_buf_common()
1757
* Barrier here is to ensure to read the latest
read_tail
in
in n_tty_receive_buf_common()
1758
* chars_in_buffer() and to make sure that
read_tail
is not loaded
in n_tty_receive_buf_common()
1801
ldata->line_start = ldata->
read_tail
;
in n_tty_set_termios()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_perf.c
545
u32 head, tail,
read_tail
;
in oa_buffer_check_unlocked()
local
574
read_tail
= stream->oa_buffer.tail - gtt_offset;
in oa_buffer_check_unlocked()
589
while (OA_TAKEN(tail,
read_tail
) >= report_size) {
in oa_buffer_check_unlocked()
Completed in 11 milliseconds