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:l2_users_count
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H
A
D
mali_kbase_pm_policy.c
855
prior_l2_users_count = kbdev->
l2_users_count
++;
in kbase_pm_request_l2_caches()
857
KBASE_DEBUG_ASSERT(kbdev->
l2_users_count
!= 0);
in kbase_pm_request_l2_caches()
879
kbdev->
l2_users_count
++;
in kbase_pm_request_l2_caches_l2_is_on()
888
KBASE_DEBUG_ASSERT(kbdev->
l2_users_count
> 0);
in kbase_pm_release_l2_caches()
890
--kbdev->
l2_users_count
;
in kbase_pm_release_l2_caches()
892
if (!kbdev->
l2_users_count
) {
in kbase_pm_release_l2_caches()
H
A
D
mali_kbase_pm_driver.c
301
kbdev->
l2_users_count
= 0;
in kbasep_pm_init_core_use_bitmaps()
482
if (kbdev->
l2_users_count
> 0) {
in kbase_pm_transition_core_type()
671
if (kbdev->
l2_users_count
> 0) {
in kbase_pm_check_transitions_nolock()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H
A
D
mali_kbase_pm_policy.c
929
prior_l2_users_count = kbdev->
l2_users_count
++;
in kbase_pm_request_l2_caches()
931
KBASE_DEBUG_ASSERT(kbdev->
l2_users_count
!= 0);
in kbase_pm_request_l2_caches()
953
kbdev->
l2_users_count
++;
in kbase_pm_request_l2_caches_l2_is_on()
962
KBASE_DEBUG_ASSERT(kbdev->
l2_users_count
> 0);
in kbase_pm_release_l2_caches()
964
--kbdev->
l2_users_count
;
in kbase_pm_release_l2_caches()
966
if (!kbdev->
l2_users_count
) {
in kbase_pm_release_l2_caches()
H
A
D
mali_kbase_pm_driver.c
321
kbdev->
l2_users_count
= 0;
in kbasep_pm_init_core_use_bitmaps()
512
if (kbdev->
l2_users_count
> 0) {
in kbase_pm_transition_core_type()
704
if (kbdev->
l2_users_count
> 0)
in kbase_pm_check_transitions_nolock()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_defs.h
1030
u32
l2_users_count
;
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_defs.h
1041
u32
l2_users_count
;
member
Completed in 12 milliseconds