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:refCount
(Results
1 - 18
of
18
) sorted by relevance
/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H
A
D
shared_obj.h
15
OsalAtomic
refCount
; \
36
if (obj->status <= ME_STATUS_RUNNING && OsalAtomicRead(&obj->
refCount
) < MAX_OBJ_REF_COUNT) { \
37
OsalAtomicInc(&obj->
refCount
); \
47
OsalAtomicDec(&obj->
refCount
); \
48
if (OsalAtomicRead(&obj->
refCount
) <= 0) { \
61
OsalAtomicSet(&obj->
refCount
, 1); \
70
OsalAtomicSet(&obj->
refCount
, 0); \
/drivers/peripheral/usb/interfaces/ddk/host/
H
A
D
usb_session.h
61
OsalAtomic
refCount
;
member
/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
H
A
D
virtual_malloc.c
19
refcount_t
refCount
;
member
31
if (refcount_dec_and_test(&buf->
refCount
) != 0) {
in VmallocMmapFree()
56
buf->handler.
refCount
= &buf->
refCount
;
in VmallocMmapAlloc()
60
refcount_set(&buf->
refCount
, 1);
in VmallocMmapAlloc()
164
return refcount_read(&buf->
refCount
);
in VmallocNumUsers()
H
A
D
camera_buffer_manager_adapter.c
61
if (handler == NULL || handler->
refCount
== NULL) {
in CommonVmOpen()
65
refcount_inc(handler->
refCount
);
in CommonVmOpen()
H
A
D
sg_dma.c
25
refcount_t
refCount
;
member
39
if (refcount_dec_and_test(&buf->
refCount
) != 0) {
in SgMmapFree()
150
buf->handler.
refCount
= &buf->
refCount
;
in SgMmapAlloc()
153
refcount_set(&buf->
refCount
, 1);
in SgMmapAlloc()
424
return refcount_read(&buf->
refCount
);
in SgNumUsers()
H
A
D
contig_dma.c
27
refcount_t
refCount
;
member
63
if (refcount_dec_and_test(&buf->
refCount
) == 0) {
in ContigMmapFree()
114
buf->handler.
refCount
= &buf->
refCount
;
in ContigMmapAlloc()
118
refcount_set(&buf->
refCount
, 1);
in ContigMmapAlloc()
425
return refcount_read(&buf->
refCount
);
in ContigNumUsers()
/drivers/peripheral/usb/ddk/host/include/
H
A
D
usb_interface_pool.h
61
OsalAtomic
refCount
;
member
71
OsalAtomic
refCount
;
member
/drivers/hdf_core/adapter/khdf/linux/model/camera/include/
H
A
D
camera_buffer_manager_adapter.h
32
refcount_t *
refCount
;
member
/drivers/peripheral/usb/gadget/function/include/
H
A
D
cdcecm.h
60
int32_t
refCount
;
member
H
A
D
cdcacm.h
70
int32_t
refCount
;
member
/drivers/peripheral/usb/test/unittest/device_sdk/
H
A
D
usb_device_cdcacm_test.h
73
int32_t
refCount
;
member
H
A
D
usb_device_cdcacm_test.cpp
571
if (port->
refCount
> 0) {
in Enable()
/drivers/peripheral/usb/ddk/host/src/
H
A
D
usb_interface_pool.c
106
OsalAtomicSet(&interfaceObj->
refCount
, 0);
in IfInterfaceObjInit()
141
OsalAtomicSet(&interfacePool->
refCount
, 0);
in IfInterfacePoolInit()
233
if (OsalAtomicRead((OsalAtomic *)&interfaceObj->
refCount
) == 0) {
in IfInterfaceRefCount()
243
AdapterAtomicInc((OsalAtomic *)&interfaceObj->
refCount
);
in IfInterfaceRefCount()
372
AdapterAtomicInc(&interfacePoolPos->
refCount
);
in FoundInterfacePool()
762
AdapterAtomicDec((OsalAtomic *)&interfacePool->
refCount
);
in IfDestoryDevice()
765
if (OsalAtomicRead((OsalAtomic *)&interfacePool->
refCount
) > 0) {
in IfDestoryDevice()
1056
AdapterAtomicDec(&interfaceObj->
refCount
);
in ClaimInterface()
1111
AdapterAtomicDec(&interfaceObj->
refCount
);
in UsbManageInterface()
1135
if (OsalAtomicRead((OsalAtomic *)&interfaceSdk->
refCount
) > INTERFACE_REFCOUNT_UNFORC
in UsbClaimInterfaceUnforce()
[all...]
H
A
D
usb_raw_api_library.c
723
AdapterAtomicInc(&g_usbRawDefaultSession->
refCount
);
in RawInit()
731
OsalAtomicSet(&tempSession->
refCount
, 1);
in RawInit()
770
if (realSession == NULL || AdapterAtomicDec(&realSession->
refCount
) > 0) {
in RawExit()
/drivers/peripheral/usb/gadget/function/ecm/
H
A
D
cdcecm.c
319
if (port->
refCount
++) {
in UsbEcmOpen()
320
HDF_LOGE("%{public}s:
refCount
failed", __func__);
in UsbEcmOpen()
345
if (port->
refCount
!= 1) {
in UsbEcmClose()
346
--port->
refCount
;
in UsbEcmClose()
354
port->
refCount
= 0;
in UsbEcmClose()
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
H
A
D
usb_device_lite_cdcacm_test.h
65
int32_t
refCount
;
member
/drivers/peripheral/usb/gadget/function/mtp/include/
H
A
D
usbfn_mtp_impl.h
115
int32_t
refCount
;
member
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H
A
D
usb_device_lite_cdcacm_test.c
561
if (port->
refCount
) {
in Enable()
Completed in 20 milliseconds