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:hh_lock
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
neighbour.h
451
seq = read_seqbegin(&hh->
hh_lock
);
in neigh_hh_bridge()
454
} while (read_seqretry(&hh->
hh_lock
, seq));
in neigh_hh_bridge()
466
seq = read_seqbegin(&hh->
hh_lock
);
in neigh_hh_output()
488
} while (read_seqretry(&hh->
hh_lock
, seq));
in neigh_hh_output()
/kernel/linux/linux-6.6/include/net/
H
A
D
neighbour.h
481
seq = read_seqbegin(&hh->
hh_lock
);
in neigh_hh_bridge()
484
} while (read_seqretry(&hh->
hh_lock
, seq));
in neigh_hh_bridge()
496
seq = read_seqbegin(&hh->
hh_lock
);
in neigh_hh_output()
518
} while (read_seqretry(&hh->
hh_lock
, seq));
in neigh_hh_output()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_ptp.c
1976
u32
hh_lock
, hh_art_ctl;
in ice_ptp_get_syncdevicetime()
local
1980
hh_lock
= rd32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id));
in ice_ptp_get_syncdevicetime()
1981
if (
hh_lock
& PFHH_SEM_BUSY_M) {
in ice_ptp_get_syncdevicetime()
2018
hh_lock
= rd32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id));
in ice_ptp_get_syncdevicetime()
2019
hh_lock
=
hh_lock
& ~PFHH_SEM_BUSY_M;
in ice_ptp_get_syncdevicetime()
2020
wr32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id),
hh_lock
);
in ice_ptp_get_syncdevicetime()
/kernel/linux/linux-5.10/net/core/
H
A
D
neighbour.c
450
seqlock_init(&n->hh.
hh_lock
);
in neigh_alloc()
1212
write_seqlock_bh(&hh->
hh_lock
);
in neigh_update_hhs()
1214
write_sequnlock_bh(&hh->
hh_lock
);
in neigh_update_hhs()
/kernel/linux/linux-6.6/net/core/
H
A
D
neighbour.c
505
seqlock_init(&n->hh.
hh_lock
);
in neigh_alloc()
1271
write_seqlock_bh(&hh->
hh_lock
);
in neigh_update_hhs()
1273
write_sequnlock_bh(&hh->
hh_lock
);
in neigh_update_hhs()
/kernel/linux/linux-5.10/include/linux/
H
A
D
netdevice.h
253
seqlock_t
hh_lock
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
netdevice.h
285
seqlock_t
hh_lock
;
member
Completed in 31 milliseconds