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:tbuf_count
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
synclink_gt.c
312
unsigned int
tbuf_count
;
member
527
for (i=0 ; i < info->
tbuf_count
; i++) {
in dump_tbufs()
2195
i = info->
tbuf_count
- 1;
in unsent_tbufs()
3314
for (i=0; i < info->
tbuf_count
; i++) {
in alloc_desc()
3319
if (i == info->
tbuf_count
- 1)
in alloc_desc()
3367
info->
tbuf_count
= 32;
in alloc_dma_bufs()
3371
alloc_bufs(info, info->tbufs, info->
tbuf_count
) < 0 ||
in alloc_dma_bufs()
3384
free_bufs(info, info->tbufs, info->
tbuf_count
);
in free_dma_bufs()
4724
for (i=0 ; i < info->
tbuf_count
; i++) {
in reset_tbufs()
4743
if (++i == info->
tbuf_count
)
in free_tbuf_count()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
synclink_gt.c
307
unsigned int
tbuf_count
;
member
522
for (i=0 ; i < info->
tbuf_count
; i++) {
in dump_tbufs()
2185
i = info->
tbuf_count
- 1;
in unsent_tbufs()
3290
for (i=0; i < info->
tbuf_count
; i++) {
in alloc_desc()
3295
if (i == info->
tbuf_count
- 1)
in alloc_desc()
3343
info->
tbuf_count
= 32;
in alloc_dma_bufs()
3347
alloc_bufs(info, info->tbufs, info->
tbuf_count
) < 0 ||
in alloc_dma_bufs()
3360
free_bufs(info, info->tbufs, info->
tbuf_count
);
in free_dma_bufs()
4685
for (i=0 ; i < info->
tbuf_count
; i++) {
in reset_tbufs()
4704
if (++i == info->
tbuf_count
)
in free_tbuf_count()
[all...]
Completed in 12 milliseconds