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:old_max
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
objectid.c
184
int
old_max
= sb_oid_maxsize(disk_sb);
in reiserfs_convert_objectid_map_v1()
local
203
objectid_map[i + (
old_max
- new_size)] = objectid_map[i];
in reiserfs_convert_objectid_map_v1()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
objectid.c
184
int
old_max
= sb_oid_maxsize(disk_sb);
in reiserfs_convert_objectid_map_v1()
local
203
objectid_map[i + (
old_max
- new_size)] = objectid_map[i];
in reiserfs_convert_objectid_map_v1()
/kernel/linux/linux-5.10/fs/
H
A
D
file_table.c
136
static long
old_max
;
in alloc_empty_file()
local
159
if (get_nr_files() >
old_max
) {
in alloc_empty_file()
161
old_max
= get_nr_files();
in alloc_empty_file()
/kernel/linux/linux-6.6/fs/
H
A
D
file_table.c
190
static long
old_max
;
in alloc_empty_file()
local
222
if (get_nr_files() >
old_max
) {
in alloc_empty_file()
224
old_max
= get_nr_files();
in alloc_empty_file()
/kernel/linux/linux-5.10/drivers/block/zram/
H
A
D
zram_drv.c
139
unsigned long
old_max
, cur_max;
in update_used_max()
local
141
old_max
= atomic_long_read(&zram->stats.max_used_pages);
in update_used_max()
144
cur_max =
old_max
;
in update_used_max()
146
old_max
= atomic_long_cmpxchg(
in update_used_max()
148
} while (
old_max
!= cur_max);
in update_used_max()
/kernel/linux/linux-5.10/drivers/clk/
H
A
D
clk.c
2433
unsigned long old_min,
old_max
, rate;
in clk_set_rate_range()
local
2452
old_max
= clk->max_rate;
in clk_set_rate_range()
2485
clk->max_rate =
old_max
;
in clk_set_rate_range()
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk.c
2565
unsigned long old_min,
old_max
, rate;
in clk_set_rate_range_nolock()
local
2586
old_max
= clk->max_rate;
in clk_set_rate_range_nolock()
2621
clk->max_rate =
old_max
;
in clk_set_rate_range_nolock()
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
core.c
1416
int old_min,
old_max
, old_min_rt;
in sysctl_sched_uclamp_handler()
local
1421
old_max
= sysctl_sched_uclamp_util_max;
in sysctl_sched_uclamp_handler()
1443
if (
old_max
!= sysctl_sched_uclamp_util_max) {
in sysctl_sched_uclamp_handler()
1469
sysctl_sched_uclamp_util_max =
old_max
;
in sysctl_sched_uclamp_handler()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
core.c
1876
int old_min,
old_max
, old_min_rt;
in sysctl_sched_uclamp_handler()
local
1882
old_max
= sysctl_sched_uclamp_util_max;
in sysctl_sched_uclamp_handler()
1904
if (
old_max
!= sysctl_sched_uclamp_util_max) {
in sysctl_sched_uclamp_handler()
1929
sysctl_sched_uclamp_util_max =
old_max
;
in sysctl_sched_uclamp_handler()
Completed in 39 milliseconds