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

  /external/blktrace/btt/
list.h 217 * list_replace - replace old entry by new one
223 static inline void list_replace(struct list_head *old, function
235 list_replace(old, new);
  /external/kernel-headers/original/linux/
list.h 194 * list_replace - replace old entry by new one
199 static inline void list_replace(struct list_head *old, function
211 list_replace(old, new);
  /external/linux-tools-perf/util/include/linux/added/
list.h 97 * list_replace - replace old entry by new one
103 static inline void list_replace(struct list_head *old, function
115 list_replace(old, new);

Completed in 242 milliseconds