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:SB_DYING
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/
H
A
D
super.c
90
* that we see SB_BORN or
SB_DYING
after we're woken.
in wait_born()
93
return flags & (SB_BORN |
SB_DYING
);
in wait_born()
104
* woken and we'll see
SB_DYING
.
108
* Return: This returns true if SB_BORN was set, false if
SB_DYING
was
124
if (sb->s_flags &
SB_DYING
)
in super_lock()
137
* Neither SB_BORN nor
SB_DYING
are ever unset so we never loop.
in super_lock()
156
#define SUPER_WAKE_FLAGS (SB_BORN |
SB_DYING
| SB_DEAD)
449
* already see
SB_DYING
and will wait until we notify them about
in kill_super_notify()
459
* will see
SB_DYING
and either discard the superblock or wait
in kill_super_notify()
608
if (!(sb->s_flags &
SB_DYING
)
in super_trylock_shared()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1132
#define
SB_DYING
BIT(24)
macro
Completed in 8 milliseconds