OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sl_lock
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/
spinlock.h
46
kmutex_t
sl_lock
;
member in struct:spinlock
52
return mutex_owned(&spinlock->
sl_lock
);
58
mutex_enter(&spinlock->
sl_lock
);
64
mutex_exit(&spinlock->
sl_lock
);
95
mutex_enter(&((spinlock_t *)(SPINLOCK))->
sl_lock
); \
100
mutex_tryenter(&((spinlock_t *)(SPINLOCK))->
sl_lock
) )
105
mutex_exit(&spinlock->
sl_lock
);
121
mutex_init(&spinlock->
sl_lock
, MUTEX_DEFAULT, IPL_VM);
132
mutex_destroy(&spinlock->
sl_lock
);
137
KASSERT(mutex_owned(&(spinlock)->
sl_lock
))
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025