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:ofl
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
tasks.h
878
bool
ofl
= cpu_is_offline(cpu);
in trc_inspect_reader()
local
881
WARN_ON_ONCE(
ofl
&& !is_idle_task(t));
in trc_inspect_reader()
884
if (!
ofl
&& !IS_ENABLED(CONFIG_TASKS_TRACE_RCU_READ_MB))
in trc_inspect_reader()
891
if (!
ofl
&& // Check for "running" idle tasks on offline CPUs.
in trc_inspect_reader()
895
if (
ofl
)
in trc_inspect_reader()
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
tasks.h
1532
bool
ofl
= cpu_is_offline(cpu);
in trc_inspect_reader()
local
1534
if (task_curr(t) && !
ofl
) {
in trc_inspect_reader()
1551
WARN_ON_ONCE(
ofl
&& task_curr(t) && (t != idle_task(task_cpu(t))));
in trc_inspect_reader()
1552
if (IS_ENABLED(CONFIG_TASKS_TRACE_RCU_READ_MB) &&
ofl
)
in trc_inspect_reader()
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
actions.c
442
u32
ofl
;
in set_ipv6_fl()
local
444
ofl
= nh->flow_lbl[0] << 16 | nh->flow_lbl[1] << 8 | nh->flow_lbl[2];
in set_ipv6_fl()
445
fl = OVS_MASKED(
ofl
, fl, mask);
in set_ipv6_fl()
453
csum_replace(&skb->csum, (__force __wsum)htonl(
ofl
), (__force __wsum)htonl(fl));
in set_ipv6_fl()
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
actions.c
445
u32
ofl
;
in set_ipv6_fl()
local
447
ofl
= nh->flow_lbl[0] << 16 | nh->flow_lbl[1] << 8 | nh->flow_lbl[2];
in set_ipv6_fl()
448
fl = OVS_MASKED(
ofl
, fl, mask);
in set_ipv6_fl()
456
csum_replace(&skb->csum, (__force __wsum)htonl(
ofl
), (__force __wsum)htonl(fl));
in set_ipv6_fl()
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
talitos.c
756
u32
ofl
;
in talitos_rng_data_present()
local
760
ofl
= in_be32(priv->reg_rngu + TALITOS_EUSR_LO) &
in talitos_rng_data_present()
762
if (
ofl
|| !wait)
in talitos_rng_data_present()
767
return !!
ofl
;
in talitos_rng_data_present()
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
talitos.c
757
u32
ofl
;
in talitos_rng_data_present()
local
761
ofl
= in_be32(priv->reg_rngu + TALITOS_EUSR_LO) &
in talitos_rng_data_present()
763
if (
ofl
|| !wait)
in talitos_rng_data_present()
768
return !!
ofl
;
in talitos_rng_data_present()
Completed in 17 milliseconds