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:nr_of_entries
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H
A
D
iosm_ipc_protocol_ops.c
72
skbr = kcalloc(pipe->
nr_of_entries
, sizeof(*skbr), GFP_ATOMIC);
in ipc_protocol_msg_prepipe_open()
78
pipe->
nr_of_entries
* sizeof(*tdr),
in ipc_protocol_msg_prepipe_open()
86
pipe->max_nr_of_queued_entries = pipe->
nr_of_entries
- 1;
in ipc_protocol_msg_prepipe_open()
97
msg->open_pipe.tdr_entries = cpu_to_le16(pipe->
nr_of_entries
);
in ipc_protocol_msg_prepipe_open()
245
pipe->
nr_of_entries
- head + ((s32)tail - 1);
in ipc_protocol_ul_td_send()
275
if (head >= pipe->
nr_of_entries
)
in ipc_protocol_ul_td_send()
302
if (pipe->old_tail >= pipe->
nr_of_entries
)
in ipc_protocol_ul_td_process()
339
if (new_head >= pipe->
nr_of_entries
)
in ipc_protocol_dl_td_prepare()
391
if (pipe->old_tail >= pipe->
nr_of_entries
)
in ipc_protocol_dl_td_process()
473
if (tail >= pipe->
nr_of_entries
)
in ipc_protocol_pipe_cleanup()
[all...]
H
A
D
iosm_ipc_imem.c
351
cnt = pipe->
nr_of_entries
- pipe->old_tail + tail;
in ipc_imem_dl_pipe_process()
382
if (processed && (processed_td_cnt == pipe->
nr_of_entries
- 1)) {
in ipc_imem_dl_pipe_process()
412
cnt = pipe->
nr_of_entries
- pipe->old_tail + tail;
in ipc_imem_ul_pipe_process()
885
for (i = 0; i < dl_pipe->
nr_of_entries
- 1; i++)
in ipc_imem_tq_pipe_td_alloc()
1147
channel->ul_pipe.
nr_of_entries
= chnl_cfg.ul_nr_of_entries;
in ipc_imem_channel_update()
1157
channel->dl_pipe.
nr_of_entries
= chnl_cfg.dl_nr_of_entries;
in ipc_imem_channel_update()
H
A
D
iosm_ipc_imem.h
187
* @
nr_of_entries
: Number of elements of skb_start and tdr_start.
208
u32
nr_of_entries
;
member
Completed in 4 milliseconds