Home
last modified time | relevance | path

Searched refs:INIT_COMPLETION (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcompletion.h38 #define INIT_COMPLETION(c) \ macro
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h226 #define INIT_COMPLETION(x) INIT_COMPLETION_locked(&(x)) macro
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c2075 INIT_COMPLETION(arm_state->vc_suspend_complete); in set_suspend_state()
2104 INIT_COMPLETION(arm_state->vc_resume_complete); in set_resume_state()
2167 INIT_COMPLETION(arm_state->blocked_blocker); in block_resume()
2213 INIT_COMPLETION(arm_state->resume_blocker); in block_resume()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h461 #define INIT_COMPLETION(c) ((c).done = 0); macro