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:unmap_ctx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
caamhash.c
884
goto
unmap_ctx
;
in ahash_update_ctx()
888
goto
unmap_ctx
;
in ahash_update_ctx()
906
goto
unmap_ctx
;
in ahash_update_ctx()
931
unmap_ctx
:
in ahash_update_ctx()
966
goto
unmap_ctx
;
in ahash_final_ctx()
970
goto
unmap_ctx
;
in ahash_final_ctx()
979
goto
unmap_ctx
;
in ahash_final_ctx()
992
unmap_ctx
:
in ahash_final_ctx()
1046
goto
unmap_ctx
;
in ahash_finup_ctx()
1050
goto
unmap_ctx
;
in ahash_finup_ctx()
[all...]
H
A
D
caamalg_qi2.c
3575
goto
unmap_ctx
;
in ahash_update_ctx()
3579
goto
unmap_ctx
;
in ahash_update_ctx()
3594
goto
unmap_ctx
;
in ahash_update_ctx()
3617
goto
unmap_ctx
;
in ahash_update_ctx()
3629
unmap_ctx
:
in ahash_update_ctx()
3663
goto
unmap_ctx
;
in ahash_final_ctx()
3667
goto
unmap_ctx
;
in ahash_final_ctx()
3676
goto
unmap_ctx
;
in ahash_final_ctx()
3700
unmap_ctx
:
in ahash_final_ctx()
3757
goto
unmap_ctx
;
in ahash_finup_ctx()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
caamhash.c
891
goto
unmap_ctx
;
in ahash_update_ctx()
895
goto
unmap_ctx
;
in ahash_update_ctx()
913
goto
unmap_ctx
;
in ahash_update_ctx()
938
unmap_ctx
:
in ahash_update_ctx()
973
goto
unmap_ctx
;
in ahash_final_ctx()
977
goto
unmap_ctx
;
in ahash_final_ctx()
986
goto
unmap_ctx
;
in ahash_final_ctx()
999
unmap_ctx
:
in ahash_final_ctx()
1053
goto
unmap_ctx
;
in ahash_finup_ctx()
1057
goto
unmap_ctx
;
in ahash_finup_ctx()
[all...]
H
A
D
caamalg_qi2.c
3588
goto
unmap_ctx
;
in ahash_update_ctx()
3592
goto
unmap_ctx
;
in ahash_update_ctx()
3607
goto
unmap_ctx
;
in ahash_update_ctx()
3630
goto
unmap_ctx
;
in ahash_update_ctx()
3642
unmap_ctx
:
in ahash_update_ctx()
3676
goto
unmap_ctx
;
in ahash_final_ctx()
3680
goto
unmap_ctx
;
in ahash_final_ctx()
3689
goto
unmap_ctx
;
in ahash_final_ctx()
3713
unmap_ctx
:
in ahash_final_ctx()
3770
goto
unmap_ctx
;
in ahash_finup_ctx()
[all...]
/kernel/linux/linux-5.10/fs/
H
A
D
userfaultfd.c
780
struct userfaultfd_unmap_ctx *
unmap_ctx
;
in has_unmap_ctx()
local
782
list_for_each_entry(
unmap_ctx
, unmaps, list)
in has_unmap_ctx()
783
if (
unmap_ctx
->ctx == ctx &&
unmap_ctx
->start == start &&
in has_unmap_ctx()
784
unmap_ctx
->end == end)
in has_unmap_ctx()
795
struct userfaultfd_unmap_ctx *
unmap_ctx
;
in userfaultfd_unmap_prep()
local
802
unmap_ctx
= kzalloc(sizeof(*
unmap_ctx
), GFP_KERNEL);
in userfaultfd_unmap_prep()
803
if (!
unmap_ctx
)
in userfaultfd_unmap_prep()
808
unmap_ctx
in userfaultfd_unmap_prep()
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
userfaultfd.c
838
struct userfaultfd_unmap_ctx *
unmap_ctx
;
in has_unmap_ctx()
local
840
list_for_each_entry(
unmap_ctx
, unmaps, list)
in has_unmap_ctx()
841
if (
unmap_ctx
->ctx == ctx &&
unmap_ctx
->start == start &&
in has_unmap_ctx()
842
unmap_ctx
->end == end)
in has_unmap_ctx()
851
struct userfaultfd_unmap_ctx *
unmap_ctx
;
in userfaultfd_unmap_prep()
local
858
unmap_ctx
= kzalloc(sizeof(*
unmap_ctx
), GFP_KERNEL);
in userfaultfd_unmap_prep()
859
if (!
unmap_ctx
)
in userfaultfd_unmap_prep()
864
unmap_ctx
in userfaultfd_unmap_prep()
[all...]
Completed in 17 milliseconds