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:sig_req
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/coda/
H
A
D
upcall.c
715
struct upc_req *req = NULL, *
sig_req
;
in coda_upcall()
local
790
sig_req
= kmalloc(sizeof(struct upc_req), GFP_KERNEL);
in coda_upcall()
791
if (!
sig_req
) goto exit;
in coda_upcall()
795
kfree(
sig_req
);
in coda_upcall()
803
sig_req
->uc_flags = CODA_REQ_ASYNC;
in coda_upcall()
804
sig_req
->uc_opcode = sig_inputArgs->ih.opcode;
in coda_upcall()
805
sig_req
->uc_unique = sig_inputArgs->ih.unique;
in coda_upcall()
806
sig_req
->uc_data = (void *)sig_inputArgs;
in coda_upcall()
807
sig_req
->uc_inSize = sizeof(struct coda_in_hdr);
in coda_upcall()
808
sig_req
in coda_upcall()
[all...]
/kernel/linux/linux-6.6/fs/coda/
H
A
D
upcall.c
715
struct upc_req *req = NULL, *
sig_req
;
in coda_upcall()
local
791
sig_req
= kmalloc(sizeof(struct upc_req), GFP_KERNEL);
in coda_upcall()
792
if (!
sig_req
) goto exit;
in coda_upcall()
796
kfree(
sig_req
);
in coda_upcall()
804
sig_req
->uc_flags = CODA_REQ_ASYNC;
in coda_upcall()
805
sig_req
->uc_opcode = sig_inputArgs->ih.opcode;
in coda_upcall()
806
sig_req
->uc_unique = sig_inputArgs->ih.unique;
in coda_upcall()
807
sig_req
->uc_data = (void *)sig_inputArgs;
in coda_upcall()
808
sig_req
->uc_inSize = sizeof(struct coda_in_hdr);
in coda_upcall()
809
sig_req
in coda_upcall()
[all...]
Completed in 5 milliseconds