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:tick_dep_mask
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/
H
A
D
tick-sched.c
231
static atomic_t
tick_dep_mask
;
variable
277
if (check_tick_dependency(&
tick_dep_mask
))
in can_stop_full_tick()
280
if (check_tick_dependency(&ts->
tick_dep_mask
))
in can_stop_full_tick()
283
if (check_tick_dependency(¤t->
tick_dep_mask
))
in can_stop_full_tick()
286
if (check_tick_dependency(¤t->signal->
tick_dep_mask
))
in can_stop_full_tick()
361
tick_nohz_dep_set_all(&
tick_dep_mask
, bit);
in tick_nohz_dep_set()
366
atomic_andnot(BIT(bit), &
tick_dep_mask
);
in tick_nohz_dep_clear()
local
380
prev = atomic_fetch_or(BIT(bit), &ts->
tick_dep_mask
);
in tick_nohz_dep_set_cpu()
400
atomic_andnot(BIT(bit), &ts->
tick_dep_mask
);
in tick_nohz_dep_clear_cpu()
410
if (!atomic_fetch_or(BIT(bit), &tsk->
tick_dep_mask
)) {
in tick_nohz_dep_set_task()
[all...]
H
A
D
tick-sched.h
51
* @
tick_dep_mask
: Tick dependency mask - is set, if someone needs the tick
81
atomic_t
tick_dep_mask
;
member
/kernel/linux/linux-6.6/kernel/time/
H
A
D
tick-sched.c
264
static atomic_t
tick_dep_mask
;
variable
310
if (check_tick_dependency(&
tick_dep_mask
))
in can_stop_full_tick()
313
if (check_tick_dependency(&ts->
tick_dep_mask
))
in can_stop_full_tick()
316
if (check_tick_dependency(¤t->
tick_dep_mask
))
in can_stop_full_tick()
319
if (check_tick_dependency(¤t->signal->
tick_dep_mask
))
in can_stop_full_tick()
367
* activate_task() STORE p->
tick_dep_mask
in tick_nohz_kick_task()
373
* LOAD p->
tick_dep_mask
in tick_nohz_kick_task()
387
* smp_mb__after_spin_lock() STORE p->
tick_dep_mask
in tick_nohz_kick_task()
389
* LOAD p->
tick_dep_mask
LOAD p->cpu
in tick_nohz_kick_task()
432
tick_nohz_dep_set_all(&
tick_dep_mask
, bi
in tick_nohz_dep_set()
437
atomic_andnot(BIT(bit), &
tick_dep_mask
);
tick_nohz_dep_clear()
local
[all...]
H
A
D
tick-sched.h
55
* @
tick_dep_mask
: Tick dependency mask - is set, if someone needs the tick
97
atomic_t
tick_dep_mask
;
member
/kernel/linux/linux-5.10/include/linux/sched/
H
A
D
signal.h
156
atomic_t
tick_dep_mask
;
member
/kernel/linux/linux-6.6/include/linux/sched/
H
A
D
signal.h
166
atomic_t
tick_dep_mask
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
sched.h
1043
atomic_t
tick_dep_mask
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
sched.h
1150
atomic_t
tick_dep_mask
;
member
Completed in 18 milliseconds