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:cpu_limit
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
posix-timers.h
152
void posix_cputimers_group_init(struct posix_cputimers *pct, u64
cpu_limit
);
181
u64
cpu_limit
) { }
in posix_cputimers_group_init()
180
posix_cputimers_group_init(struct posix_cputimers *pct, u64
cpu_limit
)
posix_cputimers_group_init()
argument
/kernel/linux/linux-6.6/include/linux/
H
A
D
posix-timers.h
158
void posix_cputimers_group_init(struct posix_cputimers *pct, u64
cpu_limit
);
187
u64
cpu_limit
) { }
in posix_cputimers_group_init()
186
posix_cputimers_group_init(struct posix_cputimers *pct, u64
cpu_limit
)
posix_cputimers_group_init()
argument
/kernel/linux/linux-5.10/kernel/time/
H
A
D
posix-cpu-timers.c
23
void posix_cputimers_group_init(struct posix_cputimers *pct, u64
cpu_limit
)
in posix_cputimers_group_init()
argument
26
if (
cpu_limit
!= RLIM_INFINITY) {
in posix_cputimers_group_init()
27
pct->bases[CPUCLOCK_PROF].nextevt =
cpu_limit
* NSEC_PER_SEC;
in posix_cputimers_group_init()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
posix-cpu-timers.c
24
void posix_cputimers_group_init(struct posix_cputimers *pct, u64
cpu_limit
)
in posix_cputimers_group_init()
argument
27
if (
cpu_limit
!= RLIM_INFINITY) {
in posix_cputimers_group_init()
28
pct->bases[CPUCLOCK_PROF].nextevt =
cpu_limit
* NSEC_PER_SEC;
in posix_cputimers_group_init()
/kernel/linux/linux-5.10/kernel/
H
A
D
fork.c
1582
unsigned long
cpu_limit
;
in posix_cpu_timers_init_group()
local
1584
cpu_limit
= READ_ONCE(sig->rlim[RLIMIT_CPU].rlim_cur);
in posix_cpu_timers_init_group()
1585
posix_cputimers_group_init(pct,
cpu_limit
);
in posix_cpu_timers_init_group()
/kernel/linux/linux-6.6/kernel/
H
A
D
fork.c
1856
unsigned long
cpu_limit
;
in posix_cpu_timers_init_group()
local
1858
cpu_limit
= READ_ONCE(sig->rlim[RLIMIT_CPU].rlim_cur);
in posix_cpu_timers_init_group()
1859
posix_cputimers_group_init(pct,
cpu_limit
);
in posix_cpu_timers_init_group()
Completed in 13 milliseconds