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:nscalars
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
fastrpc.c
177
int
nscalars
;
member
365
for (i = 0; i < ctx->
nscalars
; i++)
in fastrpc_context_free()
464
ctx->
nscalars
= REMOTE_SCALARS_LENGTH(sc);
in fastrpc_context_alloc()
468
if (ctx->
nscalars
) {
in fastrpc_context_alloc()
469
ctx->maps = kcalloc(ctx->
nscalars
,
in fastrpc_context_alloc()
475
ctx->olaps = kcalloc(ctx->
nscalars
,
in fastrpc_context_alloc()
719
sizeof(struct fastrpc_phy_page)) * ctx->
nscalars
+
in fastrpc_get_meta_size()
752
for (i = 0; i < ctx->
nscalars
; ++i) {
in fastrpc_create_maps()
799
list = ctx->buf->virt + ctx->
nscalars
* sizeof(*rpra);
in fastrpc_get_args()
800
pages = ctx->buf->virt + ctx->
nscalars
* (sizeo
in fastrpc_get_args()
1324
u32
nscalars
;
fastrpc_invoke()
local
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
fastrpc.c
232
int
nscalars
;
member
589
ctx->
nscalars
= REMOTE_SCALARS_LENGTH(sc);
in fastrpc_context_alloc()
593
if (ctx->
nscalars
) {
in fastrpc_context_alloc()
594
ctx->maps = kcalloc(ctx->
nscalars
,
in fastrpc_context_alloc()
600
ctx->olaps = kcalloc(ctx->
nscalars
,
in fastrpc_context_alloc()
875
sizeof(struct fastrpc_phy_page)) * ctx->
nscalars
+
in fastrpc_get_meta_size()
908
for (i = 0; i < ctx->
nscalars
; ++i) {
in fastrpc_create_maps()
963
list = fastrpc_invoke_buf_start(rpra, ctx->
nscalars
);
in fastrpc_get_args()
964
pages = fastrpc_phy_page_start(list, ctx->
nscalars
);
in fastrpc_get_args()
1042
for (i = ctx->nbufs; i < ctx->
nscalars
;
in fastrpc_get_args()
1664
u32
nscalars
;
fastrpc_invoke()
local
[all...]
Completed in 5 milliseconds