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:nr_pblocks
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
data.c
3974
unsigned long
nr_pblocks
;
in check_swap_activate()
local
4012
nr_pblocks
= map.m_len;
in check_swap_activate()
4015
nr_pblocks
& sec_blks_mask) {
in check_swap_activate()
4018
nr_pblocks
= roundup(
nr_pblocks
, blks_per_sec);
in check_swap_activate()
4019
if (cur_lblock +
nr_pblocks
> sis->max)
in check_swap_activate()
4020
nr_pblocks
-= blks_per_sec;
in check_swap_activate()
4022
if (!
nr_pblocks
) {
in check_swap_activate()
4024
nr_pblocks
= map.m_len;
in check_swap_activate()
4030
nr_pblocks
);
in check_swap_activate()
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
data.c
3966
unsigned long
nr_pblocks
;
in check_swap_activate_fast()
local
3997
nr_pblocks
= logical_to_blk(inode, map_bh.b_size);
in check_swap_activate_fast()
3999
if (cur_lblock +
nr_pblocks
>= sis->max)
in check_swap_activate_fast()
4000
nr_pblocks
= sis->max - cur_lblock;
in check_swap_activate_fast()
4005
if (pblock +
nr_pblocks
- 1 > highest_pblock)
in check_swap_activate_fast()
4006
highest_pblock = pblock +
nr_pblocks
- 1;
in check_swap_activate_fast()
4012
ret = add_swap_extent(sis, cur_lblock,
nr_pblocks
, pblock);
in check_swap_activate_fast()
4016
cur_lblock +=
nr_pblocks
;
in check_swap_activate_fast()
Completed in 10 milliseconds