HomeSort by relevance Sort by last modified time
    Searched full: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/chromium/third_party/libevent/compat/sys/
queue.h 203 #define LIST_REPLACE(elm, elm2, field) do { \

Completed in 353 milliseconds