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:tx_free_buf_list
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_hdlc.c
132
* @
tx_free_buf_list
: list unused transmit frame buffers
141
struct n_hdlc_buf_list
tx_free_buf_list
;
member
179
n_hdlc_buf_put(&n_hdlc->
tx_free_buf_list
, buf);
in flush_tx_queue()
219
n_hdlc_free_buf_list(&n_hdlc->
tx_free_buf_list
);
in n_hdlc_tty_close()
313
n_hdlc_buf_put(&n_hdlc->
tx_free_buf_list
, tbuf);
in n_hdlc_send_frames()
558
tbuf = n_hdlc_buf_get(&n_hdlc->
tx_free_buf_list
);
in n_hdlc_tty_write()
693
!list_empty(&n_hdlc->
tx_free_buf_list
.list))
in n_hdlc_tty_poll()
729
spin_lock_init(&n_hdlc->
tx_free_buf_list
.spinlock);
in n_hdlc_alloc()
734
INIT_LIST_HEAD(&n_hdlc->
tx_free_buf_list
.list);
in n_hdlc_alloc()
739
n_hdlc_alloc_buf(&n_hdlc->
tx_free_buf_list
, DEFAULT_TX_BUF_COUN
in n_hdlc_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_hdlc.c
128
* @
tx_free_buf_list
: list unused transmit frame buffers
136
struct n_hdlc_buf_list
tx_free_buf_list
;
member
174
n_hdlc_buf_put(&n_hdlc->
tx_free_buf_list
, buf);
in flush_tx_queue()
210
n_hdlc_free_buf_list(&n_hdlc->
tx_free_buf_list
);
in n_hdlc_tty_close()
304
n_hdlc_buf_put(&n_hdlc->
tx_free_buf_list
, tbuf);
in n_hdlc_send_frames()
542
tbuf = n_hdlc_buf_get(&n_hdlc->
tx_free_buf_list
);
in n_hdlc_tty_write()
669
!list_empty(&n_hdlc->
tx_free_buf_list
.list))
in n_hdlc_tty_poll()
705
spin_lock_init(&n_hdlc->
tx_free_buf_list
.spinlock);
in n_hdlc_alloc()
710
INIT_LIST_HEAD(&n_hdlc->
tx_free_buf_list
.list);
in n_hdlc_alloc()
715
n_hdlc_alloc_buf(&n_hdlc->
tx_free_buf_list
, DEFAULT_TX_BUF_COUN
in n_hdlc_alloc()
[all...]
Completed in 4 milliseconds