Home
last modified time | relevance | path

Searched refs:hlist_head (Results 1 – 2 of 2) sorted by relevance

/scripts/gdb/linux/
Dclk.py13 def clk_core_for_each_child(hlist_head): argument
14 return lists.hlist_for_each_entry(hlist_head,
64 def lookup_hlist(self, hlist_head, name): argument
65 for child in clk_core_for_each_child(hlist_head):
Dlists.py19 hlist_head = utils.CachedType("struct hlist_head") variable
42 if head.type == hlist_head.get_type().pointer():
44 elif head.type != hlist_head.get_type():