HomeSort by relevance Sort by last modified time
    Searched refs:list_delinit (Results 1 - 5 of 5) 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)
  /external/libdrm/freedreno/kgsl/
kgsl_pipe.c 180 list_delinit(list);
  /external/libdrm/freedreno/msm/
msm_ringbuffer.c 242 list_delinit(list);

Completed in 108 milliseconds