HomeSort by relevance Sort by last modified time
    Searched refs:list_replace (Results 1 - 2 of 2) 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);

Completed in 47 milliseconds