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:idr_mutex
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_lease.c
40
* _drm_find_lessee - find lessee by id (
idr_mutex
held)
51
lockdep_assert_held(&master->dev->mode_config.
idr_mutex
);
in _drm_find_lessee()
56
* _drm_lease_held_master - check to see if an object is leased (or owned) by master (
idr_mutex
held)
68
lockdep_assert_held(&master->dev->mode_config.
idr_mutex
);
in _drm_lease_held_master()
76
* _drm_has_leased - check to see if an object has been leased (
idr_mutex
held)
90
lockdep_assert_held(&master->dev->mode_config.
idr_mutex
);
in _drm_has_leased()
96
* _drm_lease_held - check drm_mode_object lease status (
idr_mutex
held)
116
* drm_lease_held - check drm_mode_object lease status (
idr_mutex
not held)
136
mutex_lock(&master->dev->mode_config.
idr_mutex
);
in drm_lease_held()
138
mutex_unlock(&master->dev->mode_config.
idr_mutex
);
in drm_lease_held()
[all...]
H
A
D
drm_mode_config.c
408
mutex_init(&dev->mode_config.
idr_mutex
);
in drmm_mode_config_init()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_mode_config.h
386
* @
idr_mutex
:
391
struct mutex
idr_mutex
;
member
Completed in 4 milliseconds