OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spinlock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_auth.h
43
#include <linux/
spinlock
.h>
70
spinlock_t
spinlock
;
member in struct:drm_lock_data
/src/sys/external/bsd/drm2/include/linux/
spinlock.h
1
/* $NetBSD:
spinlock
.h,v 1.15 2022/10/25 23:33:29 riastradh Exp $ */
45
typedef struct
spinlock
{
struct
50
spin_is_locked(spinlock_t *
spinlock
)
52
return mutex_owned(&
spinlock
->sl_lock);
56
spin_lock(spinlock_t *
spinlock
)
58
mutex_enter(&
spinlock
->sl_lock);
62
spin_unlock(spinlock_t *
spinlock
)
64
mutex_exit(&
spinlock
->sl_lock);
68
spin_lock_bh(spinlock_t *
spinlock
)
70
spin_lock(
spinlock
);
[
all
...]
Completed in 10 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025