Home
last modified time | relevance | path

Searched refs:INIT_COMPLETION_locked (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h224 void INIT_COMPLETION_locked(struct completion *c);
226 #define INIT_COMPLETION(x) INIT_COMPLETION_locked(&(x))
H A Dvchi_bsd.c182 INIT_COMPLETION_locked(struct completion *c) in INIT_COMPLETION_locked() function