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:last_sn_update
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
mesh_hwmp.c
594
if (time_after(jiffies, ifmsh->
last_sn_update
+
in hwmp_preq_frame_process()
596
time_before(jiffies, ifmsh->
last_sn_update
)) {
in hwmp_preq_frame_process()
598
ifmsh->
last_sn_update
= jiffies;
in hwmp_preq_frame_process()
611
ifmsh->
last_sn_update
= jiffies;
in hwmp_preq_frame_process()
1082
if (time_after(jiffies, ifmsh->
last_sn_update
+
in mesh_path_start_discovery()
1084
time_before(jiffies, ifmsh->
last_sn_update
)) {
in mesh_path_start_discovery()
1086
sdata->u.mesh.
last_sn_update
= jiffies;
in mesh_path_start_discovery()
H
A
D
ieee80211_i.h
695
unsigned long
last_sn_update
;
member
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
mesh_hwmp.c
608
if (time_after(jiffies, ifmsh->
last_sn_update
+
in hwmp_preq_frame_process()
610
time_before(jiffies, ifmsh->
last_sn_update
)) {
in hwmp_preq_frame_process()
612
ifmsh->
last_sn_update
= jiffies;
in hwmp_preq_frame_process()
625
ifmsh->
last_sn_update
= jiffies;
in hwmp_preq_frame_process()
1100
if (time_after(jiffies, ifmsh->
last_sn_update
+
in mesh_path_start_discovery()
1102
time_before(jiffies, ifmsh->
last_sn_update
)) {
in mesh_path_start_discovery()
1104
sdata->u.mesh.
last_sn_update
= jiffies;
in mesh_path_start_discovery()
H
A
D
ieee80211_i.h
701
unsigned long
last_sn_update
;
member
Completed in 12 milliseconds