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:lock_count
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_wakelock.h
41
unsigned long
lock_count
; /* 持有wakelock锁的次数 */
member
76
pst_wakelock->
lock_count
= 0;
in oal_wake_lock_init()
99
if (!pst_wakelock->
lock_count
) {
in oal_wake_lock()
103
pst_wakelock->
lock_count
++;
in oal_wake_lock()
116
if (pst_wakelock->
lock_count
) {
in oal_wake_unlock()
117
pst_wakelock->
lock_count
--;
in oal_wake_unlock()
118
if (!pst_wakelock->
lock_count
) {
in oal_wake_unlock()
H
A
D
oal_sdio_host.c
1347
hi_sdio->st_sdio_wakelock.
lock_count
);
in oal_sdio_wakelocks_release_detect()
1350
hi_sdio->st_sdio_wakelock.
lock_count
= 1;
in oal_sdio_wakelocks_release_detect()
H
A
D
plat_pm_wlan.c
779
hi_sdio->st_sdio_wakelock.
lock_count
);
in wlan_pm_wakeup_host()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_file.h
351
unsigned long
lock_count
; /* DRI1 legacy lock count */
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_linux.c
20902
int
lock_count
; /* number of locked, from lock idx */
21231
ring->
lock_count
= __dhd_fixed_ring_get_count(ring, first_idx, last_idx);
21244
ring->
lock_count
= 0;
21274
lock_last_idx = (ring->lock_idx + ring->
lock_count
- 1) % ring->elem_cnt;
21289
return ring->
lock_count
;
21304
ring->
lock_count
--;
21305
if (ring->
lock_count
<= 0) {
Completed in 27 milliseconds