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:phy_ref
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H
A
D
drv_media_mem.c
748
mmb->
phy_ref
++;
in hil_mmb_init()
931
mmb->
phy_ref
++;
in _mmb_map2kern()
955
mmb->
phy_ref
++;
in _mmb_map2kern()
1033
mmb->
phy_ref
--;
in hil_mmb_unmap()
1035
if ((mmb->
phy_ref
== 0) && (mmb->map_ref == 0) && (mmb->cma_smmu_ref == 0) && (mmb->sec_smmu_ref == 0)) {
in hil_mmb_unmap()
1107
if (mmb->
phy_ref
> 0) {
in hil_mmb_free()
1108
mmb->
phy_ref
--;
in hil_mmb_free()
1111
if ((mmb->map_ref) || (mmb->
phy_ref
) || (mmb->cma_smmu_ref) || (mmb->sec_smmu_ref)) {
in hil_mmb_free()
1113
"
phy_ref
:%d map_ref:%d smmu_ref:%d sec_smmu_ref:0x%d\n",
in hil_mmb_free()
1115
mmb->
phy_ref
, mm
in hil_mmb_free()
[all...]
H
A
D
drv_mmz_userdev.c
397
mmb->
phy_ref
++;
in ioctl_mmb_user_map_cace_attr()
541
mmb->
phy_ref
++;
in ioctl_mmb_user_remap()
610
mmb->
phy_ref
--;
in ioctl_mmb_user_reference_decrease()
619
mmb->
phy_ref
--;
in ioctl_mmb_user_reference_decrease()
685
if ((mmb->
phy_ref
== 0) && (mmb->map_ref == 0) && (mmb->cma_smmu_ref == 0)) {
in ioctl_mmb_user_unmap()
1152
mmb->
phy_ref
--;
in force_mmb_free()
1234
m->
phy_ref
--;
in mmz_userdev_add_mmb_to_release_list()
1239
if (m->
phy_ref
== 0) {
in mmz_userdev_add_mmb_to_release_list()
1240
m->
phy_ref
= 1;
in mmz_userdev_add_mmb_to_release_list()
1252
m->
phy_ref
in mmz_userdev_add_mmb_to_release_list()
[all...]
H
A
D
drv_media_mem.h
152
int
phy_ref
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H
A
D
media_mem.c
548
ref = ++mmb->
phy_ref
;
in hil_mmb_get()
569
ref = --mmb->
phy_ref
;
in hil_mmb_put()
571
if ((mmb->flags & HIL_MMB_RELEASED) && (mmb->
phy_ref
== 0) && (mmb->map_ref == 0)) {
in hil_mmb_put()
599
if (mmb->
phy_ref
> 0) {
in hil_mmb_free()
H
A
D
hisi_allocator.c
472
if ((mmb->flags & HIL_MMB_RELEASED) && (mmb->
phy_ref
== 0)) {
in __mmb_unmap()
H
A
D
cma_allocator.c
471
if ((mmb->flags & HIL_MMB_RELEASED) && (mmb->
phy_ref
== 0)) {
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
osal_mmz.h
69
int
phy_ref
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
osal_mmz.h
66
int
phy_ref
;
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
osal_mmz.h
67
int
phy_ref
;
member
Completed in 10 milliseconds