OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cu_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/sunxi/
sun8i_crypto.c
1652
kmutex_t
cu_lock
;
member in struct:sun8i_crypto_userreq
1721
mutex_init(&req->
cu_lock
, MUTEX_DEFAULT, IPL_NONE);
1760
mutex_enter(&req->
cu_lock
);
1762
error = cv_wait_sig(&req->cu_cv, &req->
cu_lock
);
1777
mutex_exit(&req->
cu_lock
);
1804
mutex_destroy(&req->
cu_lock
);
1820
mutex_enter(&req->
cu_lock
);
1825
mutex_exit(&req->
cu_lock
);
1839
mutex_destroy(&req->
cu_lock
);
sun8i_crypto.c
1652
kmutex_t
cu_lock
;
member in struct:sun8i_crypto_userreq
1721
mutex_init(&req->
cu_lock
, MUTEX_DEFAULT, IPL_NONE);
1760
mutex_enter(&req->
cu_lock
);
1762
error = cv_wait_sig(&req->cu_cv, &req->
cu_lock
);
1777
mutex_exit(&req->
cu_lock
);
1804
mutex_destroy(&req->
cu_lock
);
1820
mutex_enter(&req->
cu_lock
);
1825
mutex_exit(&req->
cu_lock
);
1839
mutex_destroy(&req->
cu_lock
);
Completed in 23 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025