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:pending_entry
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/
H
A
D
smc_smp.h
36
struct
pending_entry
{
struct
139
struct
pending_entry
*find_pending_entry(pid_t pid);
140
void foreach_pending_entry(void (*func)(struct
pending_entry
*));
141
void put_pending_entry(struct
pending_entry
*pe);
H
A
D
smc_smp.c
511
static struct
pending_entry
*init_pending_entry(void)
in init_pending_entry()
513
struct
pending_entry
*pe = NULL;
in init_pending_entry()
540
struct
pending_entry
*find_pending_entry(pid_t pid)
in find_pending_entry()
542
struct
pending_entry
*pe = NULL;
in find_pending_entry()
556
void foreach_pending_entry(void (*func)(struct
pending_entry
*))
in foreach_pending_entry()
558
struct
pending_entry
*pe = NULL;
in foreach_pending_entry()
570
void put_pending_entry(struct
pending_entry
*pe)
in put_pending_entry()
583
static void restore_cpu_mask(struct
pending_entry
*pe)
in restore_cpu_mask()
592
static void release_pending_entry(struct
pending_entry
*pe)
in release_pending_entry()
615
static bool match_ta_affinity(struct
pending_entry
*p
[all...]
H
A
D
tz_spi_notify.c
398
struct
pending_entry
*pe = NULL;
in tc_notify_set_affinity()
429
* in this case, cannot find
pending_entry
),
in tc_notify_set_affinity()
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H
A
D
cptvf.h
67
struct
pending_entry
{
struct
77
struct
pending_entry
*head; /* head of the queue */
H
A
D
cptvf_reqmanager.c
15
static struct
pending_entry
*get_free_pending_entry(struct pending_queue *q,
in get_free_pending_entry()
18
struct
pending_entry
*ent = NULL;
in get_free_pending_entry()
334
struct
pending_entry
*pentry = NULL;
in process_pending_queue()
417
struct
pending_entry
*pentry = NULL;
in process_request()
H
A
D
request_manager.h
105
struct
pending_entry
*pentry;
H
A
D
cptvf_main.c
114
size = (qlen * sizeof(struct
pending_entry
));
in alloc_pending_queues()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H
A
D
cptvf.h
67
struct
pending_entry
{
struct
77
struct
pending_entry
*head; /* head of the queue */
H
A
D
cptvf_reqmanager.c
15
static struct
pending_entry
*get_free_pending_entry(struct pending_queue *q,
in get_free_pending_entry()
18
struct
pending_entry
*ent = NULL;
in get_free_pending_entry()
330
struct
pending_entry
*pentry = NULL;
in process_pending_queue()
413
struct
pending_entry
*pentry = NULL;
in process_request()
H
A
D
request_manager.h
105
struct
pending_entry
*pentry;
Completed in 8 milliseconds