Home
last modified time | relevance | path

Searched refs:DM_DEFERRED_REMOVE (Results 1 – 3 of 3) sorted by relevance

/external/strace/xlat/
Ddm_flags.h118 #if defined(DM_DEFERRED_REMOVE) || (defined(HAVE_DECL_DM_DEFERRED_REMOVE) && HAVE_DECL_DM_DEFERRED_…
120 static_assert((DM_DEFERRED_REMOVE) == ((1 << 17)), "DM_DEFERRED_REMOVE != (1 << 17)");
123 # define DM_DEFERRED_REMOVE (1 << 17)
160 XLAT(DM_DEFERRED_REMOVE),
Ddm_flags.in18 DM_DEFERRED_REMOVE (1 << 17)
/external/kernel-headers/original/uapi/linux/
Ddm-ioctl.h356 #define DM_DEFERRED_REMOVE (1 << 17) /* In/Out */ macro