Searched refs:full_ptr_t (Results 1 – 2 of 2) sorted by relevance
37 type *_x = (__typeof__(**(chnd)._) *)(full_ptr_t)(chnd).c; \38 (COMPAT_HANDLE(type)) { (full_ptr_t)_x }; \43 (__typeof__(**(chnd)._) *)(full_ptr_t)(chnd).c)51 char (*_d)[sizeof(*_s)] = (void *)(full_ptr_t)(hnd).c; \52 ((void)((typeof(**(hnd)._) *)(full_ptr_t)(hnd).c == (ptr))); \75 void *_d = &((typeof(**(hnd)._) *)(full_ptr_t)(hnd).c)->field; \76 ((void)(&((typeof(**(hnd)._) *)(full_ptr_t)(hnd).c)->field == \84 &((typeof(**(hnd)._) *)(full_ptr_t)(hnd).c)->field; \95 compat_array_access_ok((void *)(full_ptr_t)(hnd).c, (nr), \100 char (*_d)[sizeof(*_s)] = (void *)(full_ptr_t)(hnd).c; \[all …]
8 typedef unsigned long full_ptr_t; typedef
Completed in 3 milliseconds