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:force_raw
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/
H
A
D
dax_devs.c
96
if (ndns->
force_raw
)
in nd_dax_probe()
H
A
D
namespace_devs.c
120
if (ndns->
force_raw
)
in pmem_should_map_pages()
1591
bool
force_raw
;
in force_raw_store()
local
1592
int rc = strtobool(buf, &
force_raw
);
in force_raw_store()
1597
to_ndns(dev)->
force_raw
=
force_raw
;
in force_raw_store()
1604
return sprintf(buf, "%d\n", to_ndns(dev)->
force_raw
);
in force_raw_show()
1606
static DEVICE_ATTR_RW(
force_raw
);
H
A
D
btt_devs.c
338
if (ndns->
force_raw
)
in nd_btt_probe()
H
A
D
pfn_devs.c
621
if (ndns->
force_raw
)
in nd_pfn_probe()
/kernel/linux/linux-5.10/include/linux/
H
A
D
nd.h
42
* @
force_raw
: ignore other personalities for the namespace (e.g. btt)
49
int
force_raw
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
nd.h
95
* @
force_raw
: ignore other personalities for the namespace (e.g. btt)
102
int
force_raw
;
member
/kernel/linux/linux-6.6/drivers/nvdimm/
H
A
D
dax_devs.c
96
if (ndns->
force_raw
)
in nd_dax_probe()
H
A
D
namespace_devs.c
103
if (ndns->
force_raw
)
in pmem_should_map_pages()
1341
bool
force_raw
;
in force_raw_store()
local
1342
int rc = kstrtobool(buf, &
force_raw
);
in force_raw_store()
1347
to_ndns(dev)->
force_raw
=
force_raw
;
in force_raw_store()
1354
return sprintf(buf, "%d\n", to_ndns(dev)->
force_raw
);
in force_raw_show()
1356
static DEVICE_ATTR_RW(
force_raw
);
H
A
D
btt_devs.c
342
if (ndns->
force_raw
)
in nd_btt_probe()
H
A
D
pfn_devs.c
630
if (ndns->
force_raw
)
in nd_pfn_probe()
Completed in 12 milliseconds