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:switched
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/olpc_dcon/
H
A
D
olpc_dcon.c
282
dcon->
switched
= false;
in dcon_source_switch()
293
wait_event_timeout(dcon->waitq, dcon->
switched
, HZ);
in dcon_source_switch()
295
if (!dcon->
switched
)
in dcon_source_switch()
332
wait_event_timeout(dcon->waitq, dcon->
switched
, HZ / 2);
in dcon_source_switch()
334
if (!dcon->
switched
) {
in dcon_source_switch()
349
if (dcon->
switched
&& ktime_to_ns(delta_t)
in dcon_source_switch()
741
dcon->
switched
= true;
in dcon_interrupt()
754
if (dcon->curr_src != dcon->pending_src && !dcon->
switched
) {
in dcon_interrupt()
755
dcon->
switched
= true;
in dcon_interrupt()
H
A
D
olpc_dcon.h
82
bool
switched
;
member
/kernel/linux/linux-6.6/drivers/staging/olpc_dcon/
H
A
D
olpc_dcon.c
283
dcon->
switched
= false;
in dcon_source_switch()
294
wait_event_timeout(dcon->waitq, dcon->
switched
, HZ);
in dcon_source_switch()
296
if (!dcon->
switched
)
in dcon_source_switch()
333
wait_event_timeout(dcon->waitq, dcon->
switched
, HZ / 2);
in dcon_source_switch()
335
if (!dcon->
switched
) {
in dcon_source_switch()
350
if (dcon->
switched
&& ktime_to_ns(delta_t)
in dcon_source_switch()
738
dcon->
switched
= true;
in dcon_interrupt()
751
if (dcon->curr_src != dcon->pending_src && !dcon->
switched
) {
in dcon_interrupt()
752
dcon->
switched
= true;
in dcon_interrupt()
H
A
D
olpc_dcon.h
82
bool
switched
;
member
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
entry-arcv2.h
53
; 1. SP auto-
switched
to kernel mode stack
78
; 1. SP auto-
switched
to kernel mode stack
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
entry-arcv2.h
52
; 1. SP auto-
switched
to kernel mode stack
81
; 1. SP auto-
switched
to kernel mode stack
/kernel/linux/linux-6.6/arch/arc/kernel/
H
A
D
entry-arcv2.S
206
; won't be
switched
to correct U mode value (from AUX_SP)
/kernel/linux/linux-5.10/arch/arc/kernel/
H
A
D
entry-arcv2.S
220
; won't be
switched
to correct U mode value (from AUX_SP)
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
dir.c
1669
bool
switched
= false;
in nfs_atomic_open()
local
1716
switched
= true;
in nfs_atomic_open()
1762
if (unlikely(
switched
)) {
in nfs_atomic_open()
1788
if (
switched
) {
in nfs_atomic_open()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
dir.c
2054
bool
switched
= false;
in nfs_atomic_open()
local
2101
switched
= true;
in nfs_atomic_open()
2152
if (unlikely(
switched
)) {
in nfs_atomic_open()
2178
if (
switched
) {
in nfs_atomic_open()
/kernel/linux/linux-5.10/fs/
H
A
D
fs-writeback.c
363
bool
switched
= false;
in inode_switch_wbs_work_fn()
local
445
switched
= true;
in inode_switch_wbs_work_fn()
460
if (
switched
) {
in inode_switch_wbs_work_fn()
1756
* have been
switched
to another wb in the meantime.
in writeback_sb_inodes()
/kernel/linux/linux-6.6/fs/
H
A
D
fs-writeback.c
351
* Multiple inodes can be
switched
at once. The switching procedure
379
bool
switched
= false;
in inode_do_switch_wbs()
local
452
switched
= true;
in inode_do_switch_wbs()
463
return
switched
;
in inode_do_switch_wbs()
640
*
switched
and the function has to be restarted.
1939
* have been
switched
to another wb in the meantime.
in writeback_sb_inodes()
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
lcs.c
40
#error Cannot compile lcs.c without some net devices
switched
on.
Completed in 21 milliseconds