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

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcompletion.h40 #define INIT_COMPLETION(c) \ macro
/freebsd-12-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h230 #define INIT_COMPLETION(x) INIT_COMPLETION_locked(&(x)) macro
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1846 INIT_COMPLETION(arm_state->vc_suspend_complete);
1875 INIT_COMPLETION(arm_state->vc_resume_complete);
1938 INIT_COMPLETION(arm_state->blocked_blocker);
1984 INIT_COMPLETION(arm_state->resume_blocker);
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h492 #define INIT_COMPLETION(c) ((c).done = 0); macro
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_irq.c1463 INIT_COMPLETION(dev_priv->error_completion);

Completed in 106 milliseconds