OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drm_modeset_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_modeset_lock.h
1
/* $NetBSD:
drm_modeset_lock
.h,v 1.5 2021/12/18 23:45:46 riastradh Exp $ */
32
struct
drm_modeset_lock
;
55
struct
drm_modeset_lock
*contended;
58
* list of held locks (
drm_modeset_lock
)
72
* struct
drm_modeset_lock
- used for locking modeset resources.
79
struct
drm_modeset_lock
{
struct
100
void drm_modeset_lock_init(struct
drm_modeset_lock
*lock);
106
static inline void drm_modeset_lock_fini(struct
drm_modeset_lock
*lock)
116
static inline bool drm_modeset_is_locked(struct
drm_modeset_lock
*lock)
125
static inline void drm_modeset_lock_assert_held(struct
drm_modeset_lock
*lock
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/
drm_modeset_lock.c
1
/* $NetBSD:
drm_modeset_lock
.c,v 1.5 2021/12/18 23:44:57 riastradh Exp $ */
27
__KERNEL_RCSID(0, "$NetBSD:
drm_modeset_lock
.c,v 1.5 2021/12/18 23:44:57 riastradh Exp $");
32
#include <drm/
drm_modeset_lock
.h>
42
* by &struct
drm_modeset_lock
and &struct drm_modeset_acquire_ctx.
51
* ret =
drm_modeset_lock
(lock, ctx)
71
* by passing a NULL instead of ctx in the
drm_modeset_lock
() call or
200
* all calls to
drm_modeset_lock
() will perform an interruptible
235
struct
drm_modeset_lock
*lock;
238
struct
drm_modeset_lock
, head);
245
static inline int modeset_lock(struct
drm_modeset_lock
*lock
343
int
drm_modeset_lock
(struct
drm_modeset_lock
*lock,
function in typeref:typename:int
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025