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:sync_ops
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/
H
A
D
nx.h
69
atomic_t
sync_ops
;
member
H
A
D
nx.c
47
atomic_inc(&(nx_ctx->stats->
sync_ops
));
in nx_hcall_sync()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H
A
D
nx.h
69
atomic_t
sync_ops
;
member
H
A
D
nx.c
47
atomic_inc(&(nx_ctx->stats->
sync_ops
));
in nx_hcall_sync()
/kernel/linux/linux-5.10/drivers/net/ppp/
H
A
D
ppp_synctty.c
99
static const struct ppp_channel_ops
sync_ops
= {
variable
186
ap->chan.ops = &
sync_ops
;
in ppp_sync_open()
/kernel/linux/linux-6.6/drivers/net/ppp/
H
A
D
ppp_synctty.c
99
static const struct ppp_channel_ops
sync_ops
= {
variable
186
ap->chan.ops = &
sync_ops
;
in ppp_sync_open()
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
mesh.c
1011
ifmsh->
sync_ops
= ieee80211_mesh_sync_ops_get(ifmsh->mesh_sp_id);
in ieee80211_start_mesh()
1325
if (ifmsh->
sync_ops
)
in ieee80211_mesh_rx_bcn_presp()
1326
ifmsh->
sync_ops
->rx_bcn_presp(sdata,
in ieee80211_mesh_rx_bcn_presp()
H
A
D
ieee80211_i.h
720
const struct ieee80211_mesh_sync_ops *
sync_ops
;
member
H
A
D
tx.c
4905
if (ifmsh->
sync_ops
)
in __ieee80211_beacon_get()
4906
ifmsh->
sync_ops
->adjust_tsf(sdata, beacon);
in __ieee80211_beacon_get()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
mesh.c
1201
ifmsh->
sync_ops
= ieee80211_mesh_sync_ops_get(ifmsh->mesh_sp_id);
in ieee80211_start_mesh()
1521
if (ifmsh->
sync_ops
)
in ieee80211_mesh_rx_bcn_presp()
1522
ifmsh->
sync_ops
->rx_bcn_presp(sdata, stype, mgmt, len,
in ieee80211_mesh_rx_bcn_presp()
H
A
D
ieee80211_i.h
726
const struct ieee80211_mesh_sync_ops *
sync_ops
;
member
H
A
D
tx.c
5460
if (ifmsh->
sync_ops
)
in __ieee80211_beacon_get()
5461
ifmsh->
sync_ops
->adjust_tsf(sdata, beacon);
in __ieee80211_beacon_get()
Completed in 32 milliseconds