Home
last modified time | relevance | path

Searched defs:INIT_COMPLETION (Results 1 – 3 of 3) 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/dev/drm2/
H A Ddrm_os_freebsd.h468 #define INIT_COMPLETION(c) ((c).done = 0); macro