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:state_off
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H
A
D
islpci_dev.c
864
priv->
state_off
= 1;
in islpci_setup()
920
priv->
state_off
++;
in islpci_set_state()
928
*
state_off
*/
in islpci_set_state()
930
priv->
state_off
--;
in islpci_set_state()
935
if (!priv->
state_off
)
in islpci_set_state()
941
priv->ndev->name, old_state, new_state, priv->
state_off
);
in islpci_set_state()
945
BUG_ON(priv->
state_off
< 0);
in islpci_set_state()
946
BUG_ON(priv->
state_off
&& (priv->state != PRV_STATE_OFF));
in islpci_set_state()
947
BUG_ON(!priv->
state_off
&& (priv->state == PRV_STATE_OFF));
in islpci_set_state()
H
A
D
islpci_dev.h
159
int
state_off
; /* enumeration of off-state, if 0 then
member
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H
A
D
ip_vs_proto_tcp.c
517
int
state_off
= tcp_state_off[direction];
in set_tcp_state()
local
524
if (
state_off
== TCP_DIR_OUTPUT)
in set_tcp_state()
527
state_off
= TCP_DIR_INPUT_ONLY;
in set_tcp_state()
536
pd->tcp_state_table[
state_off
+state_idx].next_state[cp->state];
in set_tcp_state()
545
((
state_off
== TCP_DIR_OUTPUT) ?
in set_tcp_state()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H
A
D
ip_vs_proto_tcp.c
517
int
state_off
= tcp_state_off[direction];
in set_tcp_state()
local
524
if (
state_off
== TCP_DIR_OUTPUT)
in set_tcp_state()
527
state_off
= TCP_DIR_INPUT_ONLY;
in set_tcp_state()
536
pd->tcp_state_table[
state_off
+state_idx].next_state[cp->state];
in set_tcp_state()
545
((
state_off
== TCP_DIR_OUTPUT) ?
in set_tcp_state()
Completed in 5 milliseconds