Home
last modified time | relevance | path

Searched defs:INIT_LIST_HEAD (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/dev/raid/hpt27xx/
H A Dlist.h44 #define INIT_LIST_HEAD(ptr) do { (ptr)->next = (ptr); (ptr)->prev = (ptr); } while (0) macro
/dflybsd-src/sys/dev/raid/hptrr/
H A Dlist.h46 #define INIT_LIST_HEAD(ptr) do { (ptr)->next = (ptr); (ptr)->prev = (ptr); } while (0) macro
/dflybsd-src/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c50 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() function
/dflybsd-src/sys/dev/drm/include/linux/
H A Dlist.h53 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() function