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:num_sta_ps
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
debugfs_netdev.c
467
IEEE80211_IF_FILE(
num_sta_ps
, u.ap.ps.
num_sta_ps
, ATOMIC);
685
DEBUGFS_ADD(
num_sta_ps
);
in add_ap_files()
H
A
D
mesh_ps.c
266
atomic_inc(&sta->sdata->u.mesh.ps.
num_sta_ps
);
in ieee80211_mps_sta_status_update()
H
A
D
sta_info.c
107
atomic_dec(&ps->
num_sta_ps
);
in __cleanup_single_sta()
1253
atomic_dec(&sdata->u.mesh.ps.
num_sta_ps
);
in ieee80211_sta_expire()
1377
atomic_dec(&ps->
num_sta_ps
);
in ieee80211_sta_ps_deliver_wakeup()
H
A
D
ieee80211_i.h
282
atomic_t
num_sta_ps
; /* number of stations in PS mode */
member
H
A
D
tx.c
445
if (!atomic_read(&ps->
num_sta_ps
) && skb_queue_empty(&ps->bc_buf))
in ieee80211_tx_h_multicast_ps_buf()
4518
if (atomic_read(&ps->
num_sta_ps
) > 0)
in __ieee80211_beacon_add_tim()
H
A
D
util.c
340
(ps && atomic_read(&ps->
num_sta_ps
)) || ac != vif->txq->ac)
in __ieee80211_wake_txqs()
H
A
D
rx.c
1561
atomic_inc(&ps->
num_sta_ps
);
in sta_ps_start()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
debugfs_netdev.c
492
IEEE80211_IF_FILE(
num_sta_ps
, u.ap.ps.
num_sta_ps
, ATOMIC);
744
DEBUGFS_ADD(
num_sta_ps
);
in add_ap_files()
H
A
D
mesh_ps.c
267
atomic_inc(&sta->sdata->u.mesh.ps.
num_sta_ps
);
in ieee80211_mps_sta_status_update()
H
A
D
sta_info.c
140
atomic_dec(&ps->
num_sta_ps
);
in __cleanup_single_sta()
1619
atomic_dec(&sdata->u.mesh.ps.
num_sta_ps
);
in ieee80211_sta_expire()
1743
atomic_dec(&ps->
num_sta_ps
);
in ieee80211_sta_ps_deliver_wakeup()
H
A
D
ieee80211_i.h
297
atomic_t
num_sta_ps
; /* number of stations in PS mode */
member
H
A
D
tx.c
434
if (!atomic_read(&ps->
num_sta_ps
) && skb_queue_empty(&ps->bc_buf))
in ieee80211_tx_h_multicast_ps_buf()
4876
if (atomic_read(&ps->
num_sta_ps
) > 0)
in __ieee80211_beacon_add_tim()
H
A
D
util.c
380
(ps && atomic_read(&ps->
num_sta_ps
)) || ac != vif->txq->ac)
in __ieee80211_wake_txqs()
H
A
D
rx.c
1548
atomic_inc(&ps->
num_sta_ps
);
in sta_ps_start()
Completed in 73 milliseconds