Searched defs:INIT_COMPLETION (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcompletion.h40 #define INIT_COMPLETION(c) \ macro
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h230 #define INIT_COMPLETION(x) INIT_COMPLETION_locked(&(x)) macro
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h476 #define INIT_COMPLETION(c) ((c).done = 0); macro

Completed in 167 milliseconds