crash命令 —— waitq
作者:互联网
参考:https://crash-utility.github.io/help_pages/waitq.html
用法:
-
查看等待队列中被阻塞的进程
waitq <等待队列地址>
- 这里的
等待队列
的数据类型是wait_queue_head
等待队列地址
的表达方式有三种:- wait_queue_head的直接内核虚拟地址
- wait_queue_head数据类型的内核符号
- 通过struct.member的方式,根据包含wait_queue_head的结构体的地址
- 这里的
标签:head,crash,waitq,队列,数据类型,queue,命令,wait 来源: https://www.cnblogs.com/pengdonglin137/p/16332333.html