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:lanai_buf_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
lanai.c
363
static inline size_t
lanai_buf_size
(const struct lanai_buffer *buf)
in lanai_buf_size()
function
372
dma_free_coherent(&pci->dev,
lanai_buf_size
(buf),
in lanai_buf_deallocate()
381
int order = get_order(
lanai_buf_size
(buf)) + (PAGE_SHIFT - 10);
in lanai_buf_size_cardorder()
784
(((
lanai_buf_size
(&lvcc->tx.buf) / 1024) * HZ) >> 7);
in lanai_shutdown_tx_vci()
1142
r +=
lanai_buf_size
(&lvcc->tx.buf);
in vcc_tx_space()
1172
pos = (pos + len) & (
lanai_buf_size
(&lvcc->tx.buf) - 1);
in vcc_tx_add_aal5_descriptor()
1386
n +=
lanai_buf_size
(&lvcc->rx.buf);
in vcc_rx_aal5()
1387
APRINTK(n >= 0 && n <
lanai_buf_size
(&lvcc->rx.buf) && !(n & 15),
in vcc_rx_aal5()
1389
n,
lanai_buf_size
(&lvcc->rx.buf));
in vcc_rx_aal5()
1490
if (unlikely(
lanai_buf_size
(bu
in lanai_get_sized_buffer()
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
lanai.c
363
static inline size_t
lanai_buf_size
(const struct lanai_buffer *buf)
in lanai_buf_size()
function
372
dma_free_coherent(&pci->dev,
lanai_buf_size
(buf),
in lanai_buf_deallocate()
381
int order = get_order(
lanai_buf_size
(buf)) + (PAGE_SHIFT - 10);
in lanai_buf_size_cardorder()
783
(((
lanai_buf_size
(&lvcc->tx.buf) / 1024) * HZ) >> 7);
in lanai_shutdown_tx_vci()
1141
r +=
lanai_buf_size
(&lvcc->tx.buf);
in vcc_tx_space()
1171
pos = (pos + len) & (
lanai_buf_size
(&lvcc->tx.buf) - 1);
in vcc_tx_add_aal5_descriptor()
1385
n +=
lanai_buf_size
(&lvcc->rx.buf);
in vcc_rx_aal5()
1386
APRINTK(n >= 0 && n <
lanai_buf_size
(&lvcc->rx.buf) && !(n & 15),
in vcc_rx_aal5()
1388
n,
lanai_buf_size
(&lvcc->rx.buf));
in vcc_rx_aal5()
1489
if (unlikely(
lanai_buf_size
(bu
in lanai_get_sized_buffer()
[all...]
Completed in 9 milliseconds