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:nrexceptional
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
truncate.c
43
mapping->
nrexceptional
--;
in __clear_shadow_entry()
300
if (mapping->nrpages == 0 && mapping->
nrexceptional
== 0)
in truncate_inode_pages_range()
488
unsigned long
nrexceptional
;
in truncate_inode_pages_final()
local
502
*
nrexceptional
first, then decreases nrpages. Make sure we see
in truncate_inode_pages_final()
507
nrexceptional
= mapping->
nrexceptional
;
in truncate_inode_pages_final()
509
if (nrpages ||
nrexceptional
) {
in truncate_inode_pages_final()
714
if (mapping->nrpages == 0 && mapping->
nrexceptional
== 0)
in invalidate_inode_pages2_range()
H
A
D
swap_state.c
163
address_space->
nrexceptional
-= nr_shadows;
in add_to_swap_cache()
203
address_space->
nrexceptional
+= nr;
in __delete_from_swap_cache()
304
address_space->
nrexceptional
-= nr_shadows;
in clear_shadow_from_swap_cache()
H
A
D
workingset.c
624
mapping->
nrexceptional
-= node->nr_values;
in __must_hold()
H
A
D
filemap.c
145
mapping->
nrexceptional
+= nr;
in page_cache_delete()
147
* Make sure the
nrexceptional
update is committed before
in page_cache_delete()
631
return mapping->
nrexceptional
;
in mapping_needs_writeback()
889
mapping->
nrexceptional
--;
in __add_to_page_cache_locked()
/kernel/linux/linux-5.10/fs/
H
A
D
dax.c
540
mapping->
nrexceptional
--;
in grab_mapping_entry()
556
mapping->
nrexceptional
++;
in grab_mapping_entry()
676
mapping->
nrexceptional
--;
in __dax_invalidate_entry()
981
if (!mapping->
nrexceptional
|| wbc->sync_mode != WB_SYNC_ALL)
in dax_writeback_mapping_range()
H
A
D
block_dev.c
82
if (mapping->nrpages == 0 && mapping->
nrexceptional
== 0)
in kill_bdev()
H
A
D
inode.c
567
BUG_ON(inode->i_data.
nrexceptional
);
in clear_inode()
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
glock.c
277
mapping->
nrexceptional
);
in __gfs2_glock_put()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
445
* @
nrexceptional
: Shadow or DAX entries, protected by the i_pages lock.
466
unsigned long
nrexceptional
;
member
Completed in 24 milliseconds