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:I_WB_SWITCH
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
backing-dev.h
293
* ensures that we see the new wb if we see cleared
I_WB_SWITCH
.
in unlocked_inode_to_wb_begin()
295
cookie->locked = smp_load_acquire(&inode->i_state) &
I_WB_SWITCH
;
in unlocked_inode_to_wb_begin()
301
* Protected by either !
I_WB_SWITCH
+ rcu_read_lock() or the i_pages
in unlocked_inode_to_wb_begin()
H
A
D
fs.h
2249
*
I_WB_SWITCH
Cgroup bdi_writeback switching in progress. Used to
2284
#define
I_WB_SWITCH
(1 << 13)
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
backing-dev.h
313
* ensures that we see the new wb if we see cleared
I_WB_SWITCH
.
in unlocked_inode_to_wb_begin()
315
cookie->locked = smp_load_acquire(&inode->i_state) &
I_WB_SWITCH
;
in unlocked_inode_to_wb_begin()
321
* Protected by either !
I_WB_SWITCH
+ rcu_read_lock() or the i_pages
in unlocked_inode_to_wb_begin()
H
A
D
fs.h
2198
*
I_WB_SWITCH
Cgroup bdi_writeback switching in progress. Used to
2234
#define
I_WB_SWITCH
(1 << 13)
macro
/kernel/linux/linux-5.10/fs/
H
A
D
fs-writeback.c
373
* since
I_WB_SWITCH
assertion and all wb stat update transactions
in inode_switch_wbs_work_fn()
449
* ensures that the new wb is visible if they see !
I_WB_SWITCH
.
in inode_switch_wbs_work_fn()
451
smp_store_release(&inode->i_state, inode->i_state & ~
I_WB_SWITCH
);
in inode_switch_wbs_work_fn()
497
if (inode->i_state &
I_WB_SWITCH
)
in inode_switch_wbs()
524
/* while holding
I_WB_SWITCH
, no one else can update the association */
in inode_switch_wbs()
527
inode->i_state & (
I_WB_SWITCH
| I_FREEING) ||
in inode_switch_wbs()
532
inode->i_state |=
I_WB_SWITCH
;
in inode_switch_wbs()
539
* In addition to synchronizing among switchers,
I_WB_SWITCH
tells
in inode_switch_wbs()
542
* Let's continue after
I_WB_SWITCH
is guaranteed to be visible.
in inode_switch_wbs()
/kernel/linux/linux-6.6/fs/
H
A
D
fs-writeback.c
456
* ensures that the new wb is visible if they see !
I_WB_SWITCH
.
in inode_do_switch_wbs()
458
smp_store_release(&inode->i_state, inode->i_state & ~
I_WB_SWITCH
);
in inode_do_switch_wbs()
484
* since
I_WB_SWITCH
assertion and all wb stat update transactions
in inode_switch_wbs_work_fn()
537
/* while holding
I_WB_SWITCH
, no one else can update the association */
in inode_prepare_wbs_switch()
540
inode->i_state & (
I_WB_SWITCH
| I_FREEING | I_WILL_FREE) ||
in inode_prepare_wbs_switch()
545
inode->i_state |=
I_WB_SWITCH
;
in inode_prepare_wbs_switch()
567
if (inode->i_state &
I_WB_SWITCH
)
in inode_switch_wbs()
600
* In addition to synchronizing among switchers,
I_WB_SWITCH
tells
in inode_switch_wbs()
603
* Let's continue after
I_WB_SWITCH
is guaranteed to be visible.
in inode_switch_wbs()
689
* In addition to synchronizing among switchers,
I_WB_SWITCH
tell
in cleanup_offline_cgwb()
[all...]
Completed in 19 milliseconds