Home
last modified time | relevance | path

Searched defs:list_head (Results 1 – 2 of 2) sorted by relevance

/scripts/kconfig/
Dlist.h24 struct list_head { struct
25 struct list_head *next, *prev; argument
/scripts/gdb/linux/
Dlists.py18 list_head = utils.CachedType("struct list_head") variable