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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcompletion.h40 #define INIT_COMPLETION(c) \ macro
/freebsd-13-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h226 #define INIT_COMPLETION(x) INIT_COMPLETION_locked(&(x)) macro
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h492 #define INIT_COMPLETION(c) ((c).done = 0); macro
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1845 INIT_COMPLETION(arm_state->vc_suspend_complete);
1874 INIT_COMPLETION(arm_state->vc_resume_complete);
1937 INIT_COMPLETION(arm_state->blocked_blocker);
1983 INIT_COMPLETION(arm_state->resume_blocker);

Completed in 57 milliseconds