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:first_num
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H
A
D
stat_bpf_counters.sh
10
first_num
=$1
13
# upper bound is
first_num
* 110%
14
upper=$(expr $
first_num
+ $
first_num
/ 10 )
15
# lower bound is
first_num
* 90%
16
lower=$(expr $
first_num
- $
first_num
/ 10 )
19
echo "The difference between $
first_num
and $second_num are greater than 10%."
/kernel/linux/linux-6.6/mm/
H
A
D
z3fold.c
105
* @
first_num
: the starting number (for the first handle)
120
unsigned short
first_num
:2;
member
363
return (bud + zhdr->
first_num
) & BUDDY_MASK;
in __idx()
368
* Pool lock should be held as this function accesses
first_num
414
* (handle & BUDDY_MASK) < zhdr->
first_num
is possible in encode_handle
429
return (addr - zhdr->
first_num
) & BUDDY_MASK;
in handle_to_buddy()
706
zhdr->
first_num
++;
in z3fold_compact_page()
/kernel/linux/linux-5.10/mm/
H
A
D
z3fold.c
112
* @
first_num
: the starting number (for the first handle)
127
unsigned short
first_num
:2;
member
421
zhdr->
first_num
= 0;
in init_z3fold_page()
448
return (bud + zhdr->
first_num
) & BUDDY_MASK;
in __idx()
453
* Pool lock should be held as this function accesses
first_num
499
* (handle & BUDDY_MASK) < zhdr->
first_num
is possible in encode_handle
514
return (addr - zhdr->
first_num
) & BUDDY_MASK;
in handle_to_buddy()
791
zhdr->
first_num
++;
in z3fold_compact_page()
Completed in 5 milliseconds