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:rx_free_buf_list
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_hdlc.c
133
* @
rx_free_buf_list
: list unused received frame buffers
142
struct n_hdlc_buf_list
rx_free_buf_list
;
member
170
n_hdlc_buf_put(&n_hdlc->
rx_free_buf_list
, buf);
in flush_rx_queue()
218
n_hdlc_free_buf_list(&n_hdlc->
rx_free_buf_list
);
in n_hdlc_tty_close()
401
buf = n_hdlc_buf_get(&n_hdlc->
rx_free_buf_list
);
in n_hdlc_tty_receive()
515
if (n_hdlc->
rx_free_buf_list
.count > DEFAULT_RX_BUF_COUNT)
in n_hdlc_tty_read()
518
n_hdlc_buf_put(&n_hdlc->
rx_free_buf_list
, rbuf);
in n_hdlc_tty_read()
728
spin_lock_init(&n_hdlc->
rx_free_buf_list
.spinlock);
in n_hdlc_alloc()
733
INIT_LIST_HEAD(&n_hdlc->
rx_free_buf_list
.list);
in n_hdlc_alloc()
738
n_hdlc_alloc_buf(&n_hdlc->
rx_free_buf_list
, DEFAULT_RX_BUF_COUN
in n_hdlc_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_hdlc.c
129
* @
rx_free_buf_list
: list unused received frame buffers
137
struct n_hdlc_buf_list
rx_free_buf_list
;
member
165
n_hdlc_buf_put(&n_hdlc->
rx_free_buf_list
, buf);
in flush_rx_queue()
209
n_hdlc_free_buf_list(&n_hdlc->
rx_free_buf_list
);
in n_hdlc_tty_close()
386
buf = n_hdlc_buf_get(&n_hdlc->
rx_free_buf_list
);
in n_hdlc_tty_receive()
502
if (n_hdlc->
rx_free_buf_list
.count > DEFAULT_RX_BUF_COUNT)
in n_hdlc_tty_read()
505
n_hdlc_buf_put(&n_hdlc->
rx_free_buf_list
, rbuf);
in n_hdlc_tty_read()
704
spin_lock_init(&n_hdlc->
rx_free_buf_list
.spinlock);
in n_hdlc_alloc()
709
INIT_LIST_HEAD(&n_hdlc->
rx_free_buf_list
.list);
in n_hdlc_alloc()
714
n_hdlc_alloc_buf(&n_hdlc->
rx_free_buf_list
, DEFAULT_RX_BUF_COUN
in n_hdlc_alloc()
[all...]
Completed in 4 milliseconds