Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dtasks.py87 thread_info_type = utils.CachedType("struct thread_info") variable
93 thread_info_ptr_type = thread_info_type.get_type().pointer()
101 if task.type.fields()[0].type == thread_info_type.get_type():