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:isetcookie
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvdimm/
H
A
D
nd.h
157
"CXL labels do not use the
isetcookie
concept\n"))
in nsl_get_isetcookie()
159
return __le64_to_cpu(nd_label->efi.
isetcookie
);
in nsl_get_isetcookie()
164
u64
isetcookie
)
in nsl_set_isetcookie()
167
nd_label->efi.
isetcookie
= __cpu_to_le64(
isetcookie
);
in nsl_set_isetcookie()
180
return cookie == __le64_to_cpu(nd_label->efi.
isetcookie
);
in nsl_validate_isetcookie()
162
nsl_set_
isetcookie
(struct nvdimm_drvdata *ndd, struct nd_namespace_label *nd_label, u64
isetcookie
)
nsl_set_isetcookie()
argument
H
A
D
label.h
108
* @
isetcookie
: interleave set cookie
126
__le64
isetcookie
;
member
/kernel/linux/linux-5.10/drivers/nvdimm/
H
A
D
label.h
75
* @
isetcookie
: interleave set cookie
88
__le64
isetcookie
;
member
H
A
D
namespace_devs.c
1850
u64
isetcookie
;
in has_uuid_at_pos()
local
1854
isetcookie
= __le64_to_cpu(nd_label->
isetcookie
);
in has_uuid_at_pos()
1858
if (
isetcookie
!= cookie)
in has_uuid_at_pos()
1969
if (__le64_to_cpu(nd_label->
isetcookie
) != cookie) {
in create_namespace_pmem()
1972
if (__le64_to_cpu(nd_label->
isetcookie
) != altcookie)
in create_namespace_pmem()
2276
if (nd_label->
isetcookie
!= __cpu_to_le64(nd_set->cookie2)) {
in create_namespace_blk()
2279
__le64_to_cpu(nd_label->
isetcookie
));
in create_namespace_blk()
H
A
D
label.c
805
nd_label->
isetcookie
= __cpu_to_le64(cookie);
in __pmem_label_update()
1027
* determine
isetcookie
usage and nlabel + position
in __blk_label_update()
1038
nd_label->
isetcookie
= __cpu_to_le64(nd_set->cookie2);
in __blk_label_update()
1042
nd_label->
isetcookie
= __cpu_to_le64(0); /* N/A */
in __blk_label_update()
Completed in 8 milliseconds