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:put_context
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H
A
D
superpipe.c
240
*
put_context
() - release a context that was retrieved from get_context()
245
void
put_context
(struct ctx_info *ctxi)
in put_context()
function
726
put_context
(ctxi);
in _cxlflash_disk_release()
952
put_context
(ctxi);
in _cxlflash_disk_detach()
1019
put_context
(ctxi);
in cxlflash_cxl_release()
1152
put_context
(ctxi);
in cxlflash_mmap_fault()
1214
put_context
(ctxi);
in cxlflash_cxl_mmap()
1483
put_context
(ctxi);
in cxlflash_disk_attach()
1745
put_context
(ctxi);
in cxlflash_afu_recover()
1757
put_context
(ctx
in cxlflash_afu_recover()
[all...]
H
A
D
superpipe.h
137
void
put_context
(struct ctx_info *ctxi);
H
A
D
vlun.c
816
put_context
(ctxi);
in _cxlflash_vlun_resize()
1063
put_context
(ctxi);
in cxlflash_disk_virtual_open()
1327
put_context
(ctxi_src);
in cxlflash_disk_clone()
1329
put_context
(ctxi_dst);
in cxlflash_disk_clone()
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H
A
D
superpipe.c
240
*
put_context
() - release a context that was retrieved from get_context()
245
void
put_context
(struct ctx_info *ctxi)
in put_context()
function
727
put_context
(ctxi);
in _cxlflash_disk_release()
953
put_context
(ctxi);
in _cxlflash_disk_detach()
1020
put_context
(ctxi);
in cxlflash_cxl_release()
1153
put_context
(ctxi);
in cxlflash_mmap_fault()
1215
put_context
(ctxi);
in cxlflash_cxl_mmap()
1484
put_context
(ctxi);
in cxlflash_disk_attach()
1746
put_context
(ctxi);
in cxlflash_afu_recover()
1758
put_context
(ctx
in cxlflash_afu_recover()
[all...]
H
A
D
superpipe.h
137
void
put_context
(struct ctx_info *ctxi);
H
A
D
vlun.c
816
put_context
(ctxi);
in _cxlflash_vlun_resize()
1063
put_context
(ctxi);
in cxlflash_disk_virtual_open()
1327
put_context
(ctxi_src);
in cxlflash_disk_clone()
1329
put_context
(ctxi_dst);
in cxlflash_disk_clone()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
fscache-index.c
139
.
put_context
= nfs_fh_put_context,
/kernel/linux/linux-5.10/fs/fscache/
H
A
D
internal.h
346
if (cookie->def->
put_context
)
in fscache_put_context()
347
cookie->def->
put_context
(cookie->netfs_data, context);
in fscache_put_context()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fscache.h
103
void (*
put_context
)(void *cookie_netfs_data, void *context);
member
Completed in 11 milliseconds