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:pstore_zone_cxt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/pstore/
H
A
D
zone.c
144
static struct psz_context
pstore_zone_cxt
;
variable
176
return atomic_read(&
pstore_zone_cxt
.on_panic);
in is_on_panic()
207
struct pstore_zone_info *info =
pstore_zone_cxt
.pstore_zone_info;
in psz_zone_write()
222
if (!is_on_panic() && !atomic_read(&
pstore_zone_cxt
.recovered))
in psz_zone_write()
273
if (unlikely(!atomic_read(&
pstore_zone_cxt
.recovered)))
in psz_flush_dirty_zone()
321
struct psz_context *cxt = &
pstore_zone_cxt
;
in psz_flush_all_dirty_zones()
1120
static struct psz_context
pstore_zone_cxt
= {
variable
1122
__MUTEX_INITIALIZER(
pstore_zone_cxt
.pstore_zone_info_lock),
1178
struct pstore_zone_info *info =
pstore_zone_cxt
.pstore_zone_info;
in psz_init_zone()
1222
struct pstore_zone_info *info =
pstore_zone_cxt
in psz_init_zones()
[all...]
/kernel/linux/linux-6.6/fs/pstore/
H
A
D
zone.c
140
static struct psz_context
pstore_zone_cxt
;
variable
172
return atomic_read(&
pstore_zone_cxt
.on_panic);
in is_on_panic()
203
struct pstore_zone_info *info =
pstore_zone_cxt
.pstore_zone_info;
in psz_zone_write()
218
if (!is_on_panic() && !atomic_read(&
pstore_zone_cxt
.recovered))
in psz_zone_write()
269
if (unlikely(!atomic_read(&
pstore_zone_cxt
.recovered)))
in psz_flush_dirty_zone()
317
struct psz_context *cxt = &
pstore_zone_cxt
;
in psz_flush_all_dirty_zones()
1097
static struct psz_context
pstore_zone_cxt
= {
variable
1099
__MUTEX_INITIALIZER(
pstore_zone_cxt
.pstore_zone_info_lock),
1153
struct pstore_zone_info *info =
pstore_zone_cxt
.pstore_zone_info;
in psz_init_zone()
1197
struct pstore_zone_info *info =
pstore_zone_cxt
in psz_init_zones()
[all...]
Completed in 4 milliseconds