Home
last modified time | relevance | path

Searched defs:list_replace (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/blktrace/btt/
H A Dlist.h223 static inline void list_replace(struct list_head *old, in list_replace() function
/aosp_15_r20/external/libdrm/
H A Dutil_double_list.h69 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/
H A Dlist.h75 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dlist.h82 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function
/aosp_15_r20/external/blktrace/iowatcher/
H A Dlist.h152 static inline void list_replace(struct list_head *old, in list_replace() function
/aosp_15_r20/external/mesa3d/src/util/
H A Dlist.h89 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() function
/aosp_15_r20/external/wmediumd/wmediumd/
H A Dlist.h162 static inline void list_replace(struct list_head *old, in list_replace() function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_split_cat_fx_passes.py52 def list_replace(x): function