HomeSort by relevance Sort by last modified time
    Searched defs:LIST_DELINIT (Results 1 - 3 of 3) sorted by null

  /external/libdrm/freedreno/
list.h 83 static inline void list_delinit(struct list_head *item) function
96 #define LIST_DELINIT(__item) list_delinit(__item)
  /external/libdrm/tests/radeon/
list.h 83 static void list_delinit(struct list_head *item) function
96 #define LIST_DELINIT(__item) list_delinit(__item)
  /external/mesa3d/src/gallium/auxiliary/util/
u_double_list.h 88 static INLINE void list_delinit(struct list_head *item) function
101 #define LIST_DELINIT(__item) list_delinit(__item)

Completed in 1501 milliseconds