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:xmit_fifo_room
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
rocket.c
431
info->
xmit_fifo_room
= TXFIFO_SIZE - sGetTxCnt(cp);
in rp_do_transmit()
437
c = min(info->
xmit_fifo_room
, info->xmit_cnt);
in rp_do_transmit()
439
if (c <= 0 || info->
xmit_fifo_room
<= 0)
in rp_do_transmit()
447
info->
xmit_fifo_room
-= c;
in rp_do_transmit()
468
info->xmit_tail, info->
xmit_fifo_room
);
in rp_do_transmit()
1388
info->xmit_cnt, info->
xmit_fifo_room
);
in rp_stop()
1404
info->xmit_cnt, info->
xmit_fifo_room
);
in rp_start()
1534
if (!tty->stopped && info->
xmit_fifo_room
== 0)
in rp_put_char()
1535
info->
xmit_fifo_room
= TXFIFO_SIZE - sGetTxCnt(cp);
in rp_put_char()
1537
if (tty->stopped || info->
xmit_fifo_room
in rp_put_char()
[all...]
H
A
D
rocket_int.h
1138
int
xmit_fifo_room
; /* room in xmit fifo */
member
Completed in 5 milliseconds