I have a new install on a Rock5b (Rockchip RK3588 based) where the disk
subsystem appears to be unstable and locking up. Under heavy load using
dpb(1) building ports, I have had the storage appear to get stuck on inode
locks. It takes about an hour or two to reproduce but is reproduceable.

When it happens, the system goes idle but keeps running. For example top
shows idle cpus but is running ok, and getty responds to a carrage return
and reprompts for a username. I can ssh in but certain commands wedge;
ls -l /home works but ls -l /usr/ports blocks. 

I tried a second power-supply and usb-c cable and it reproduces with it
too. I built a witness kernel which does report a lock order reversal but
I think it unrelated as this appears and the disk lockup happened about
50 minutes later.

I broken into ddb and collected info when in this state. You can see the c++
processes stuck on getblk, the stuck ls -l /usr/ports on biowait, etc.

witness: lock order reversal:
 1st 0xffffff8001222428 /sys/dev/rnd.c:321 (/sys/dev/rnd.c:321)
 2nd 0xffffff800122a9f0 /sys/kern/kern_timeout.c:57 
(/sys/kern/kern_timeout.c:57)
lock order data w2 -> w1 missing
lock order "/sys/dev/rnd.c:321"(mutex) -> "/sys/kern/kern_timeout.c:57"(mutex) 
first seen at:
#0  mtx_enter+0x48
#1  timeout_del+0x30
#2  dequeue_randomness+0x3c
#3  extract_entropy+0x94
#4  _rs_stir+0x2c
#5  arc4random_buf+0x108
#6  setregs+0x5c
#7  sys_execve+0xcbc
#8  svc_handler+0x470
#9  do_el0_sync+0xcc
#10 handle_el0_sync+0x78

~#Stopped at      comintr+0x20c:  b       ffffff8000b0a068 <comintr+0x218>
ddb{0}> ps
   PID     TID   PPID    UID  S       FLAGS  WAIT          COMMAND
 97840  450863  90882   1000  3   0x8102005  biowait       ksh
 90882   93424  36575   1000  3   0x810008b  sigsusp       ksh
 36575  408143  67954   1000  3  0x18000098  kqread        sshd
 67954  472636  28751      0  3  0x18000082  kqread        sshd
 30624  246156  25532   1000  3   0x8100003  biowait       ls
 25532  127174  20428   1000  3   0x810008b  sigsusp       ksh
 20428  514751  87413   1000  3  0x18000098  kqread        sshd
 87413  353122  28751      0  3  0x18000082  kqread        sshd
 25658  238061    462      0  3   0x8100002  getblk        sh
   462  300184  97393      0  3  0x18100090  piperd        cron
 89857  424194  34400     55  3  0x19100082  piperd        tee
 18892   29353  34400     55  3  0x19100082  piperd        tee
 34400   50910  87787     55  3  0x19000002  getblk        c++
 87787  232147  19832     55  3  0x19000080  wait          bash
 19832   74820  80905     55  3  0x19000082  wait          bash
 97245   17796  51184     55  3  0x19100082  piperd        tee
 27530  110402  51184     55  3  0x19100082  piperd        tee
 51184  455986  91813     55  3  0x19000002  getblk        c++
 91813   62260  91483     55  3  0x19000080  wait          bash
 25208    6764  76083     55  3  0x19100082  piperd        tee
 30362   71423  76083     55  3  0x19100082  piperd        tee
 76083  133593  84667     55  3  0x19000002  getblk        c++
 91483  190093  80905     55  3  0x19000082  wait          bash
 84667  247621  97102     55  3  0x19000080  wait          bash
 97102    9746  80905     55  3  0x19000082  wait          bash
 68919  371244  98343     55  3   0xb200082  fsleep        java
 68919  469373  98343     55  3   0xf200002  biowait       java
 68919  128535  98343     55  3   0xf200082  fsleep        java
 68919  442153  98343     55  3   0xf200082  fsleep        java
 68919  481100  98343     55  3   0xf200082  fsleep        java
 68919  466115  98343     55  3   0xf200082  fsleep        java
 68919  173494  98343     55  3   0xf200082  fsleep        java
 68919  377290  98343     55  3   0xf200082  fsleep        java
 68919  231622  98343     55  3   0xf200082  fsleep        java
 68919  120534  98343     55  3   0xf200082  fsleep        java
 68919  485924  98343     55  3   0xf200082  fsleep        java
 68919   49849  98343     55  3   0xf200082  fsleep        java
 68919  310152  98343     55  3   0xf200082  fsleep        java
 68919  239996  98343     55  3   0xf200082  fsleep        java
 68919  357330  98343     55  3   0xf200082  fsleep        java
 68919  253133  98343     55  3   0xf200082  fsleep        java
 68919    6185  98343     55  3   0xf200082  fsleep        java
 68919   13460  98343     55  3   0xf200082  fsleep        java
 68919  231832  98343     55  3   0xf200082  fsleep        java
 68919  436910  98343     55  3   0xf200082  fsleep        java
 98343  442822  14169     55  3   0x9100088  sigsusp       sh
 14169  432143  43245     55  3   0x910008a  sigsusp       sh
 43245   31043  47760     55  3  0x19000082  wait          gmake
 47760  115094  41753     55  3   0x910008a  sigsusp       sh
 41753  226952  74286     55  3  0x19000082  wait          gmake
 11617  363360  60538     55  3  0x19100082  piperd        tee
 74286  266155  60538     55  3  0x19000080  wait          bash
 72963  154102  61358     55  3  0x19100082  piperd        tee
 60538   44209  61358     55  3  0x19000080  wait          bash
 61358   68617  63330     55  3  0x19000082  wait          bash
 63330  413330  63102     55  3   0x9100088  sigsusp       sh
 63102  334912   7213     55  3   0x910008a  sigsusp       sh
 80905  147761  35833     55  3  0x1900008a  kqread        gmake
 35833  185014  22748     55  3  0x19000082  wait          bash
 17136  398526  22748     55  3  0x19100082  piperd        tee
 66835  455969  22748     55  3  0x19100082  piperd        tee
 22748   56091  80174     55  3  0x19000082  wait          gmake
 80174  352048  42949     55  3  0x19000080  wait          bash
 42949  482690   7962     55  3  0x19000082  wait          bash
  7962   31927  67844     55  3  0x19000082  wait          gmake
 67844  116905  32631     55  3   0x9100088  sigsusp       sh
 32631  324841  44890     55  3   0x910008a  sigsusp       sh
 44890  182521  80572     55  3  0x19000082  wait          gmake
 80572  388354  76070     55  3  0x1910008a  sigsusp       make
 76070  100948  17946     55  3   0x910008a  sigsusp       sh
 17946  269644  15295     55  3  0x1910008a  sigsusp       make
 15295  512083  40264     55  3   0x910008a  sigsusp       sh
 40264   95629  37024     55  3  0x1910008a  sigsusp       make
  7213  489191  59837     55  3  0x19000082  wait          gmake
 59837  257311  89812     55  3  0x1910008a  sigsusp       make
 89812   37744  70009     55  3   0x910008a  sigsusp       sh
 70009  348734  36531     55  3  0x1910008a  sigsusp       make
 36531   69101  20403     55  3   0x910008a  sigsusp       sh
 20403  341028  37024     55  3  0x1910008a  sigsusp       make
 37024   37343  39629      0  3  0x18000013  inode         perl
 96930   40318  27941   1000  3  0x18100083  kqread        top
 27941  335963  83770   1000  3   0x810008b  sigsusp       ksh
 83770  240635  62070   1000  3  0x18000098  kqread        sshd
 62070   15825  28751      0  3  0x18000082  kqread        sshd
 39629  345349  22481   1000  3   0x810008b  sigsusp       ksh
 22481  465030  11100   1000  3  0x18000098  kqread        sshd
 11100  191811  28751      0  3  0x18000082  kqread        sshd
 30688  418749      1      0  3  0x18100083  ttyin         getty
 97393  160834      1      0  3  0x18100098  kqread        cron
 32147  329327      1     99  3  0x19100090  kqread        sndiod
 82785   47154      1    110  3  0x18100090  kqread        sndiod
 83549  195943  54591     95  3  0x19100092  kqread        smtpd
 42757  443260  54591    103  3  0x19100092  kqread        smtpd
 22879  490783  54591     95  3  0x19100092  kqread        smtpd
 39397  361145  54591     95  3  0x18100092  kqread        smtpd
 62390  212905  54591     95  3  0x19100092  kqread        smtpd
  6237  171448  54591     95  3  0x19100092  kqread        smtpd
 54591  485489      1      0  3  0x18100080  kqread        smtpd
 28751  467030      1      0  3  0x18000088  kqread        sshd
 18075  284654      1      0  3  0x18100000  ffs_fsync     ntpd
   191  273318  37571     83  3  0x18100092  kqread        ntpd
 37571  209341      1     83  3  0x19100092  kqread        ntpd
 97670   65037  29360     74  3  0x19100092  bpf           pflogd
 29360  400939      1      0  3  0x18000080  netio         pflogd
 79592   33524  36321     73  3  0x19100090  kqread        syslogd
 36321  235492      1      0  3  0x18100082  netio         syslogd
  7355  261076      1      0  3  0x18100080  kqread        resolvd
  8509  203610  65239     77  3  0x18100092  kqread        dhcpleased
 96065  450271  65239     77  3  0x18100092  kqread        dhcpleased
 65239  484087      1      0  3  0x18000080  kqread        dhcpleased
 53462   36445  24488    115  3  0x18100092  kqread        slaacd
 96649  275764  24488    115  3  0x18100092  kqread        slaacd
 24488  257296      1      0  3  0x18100080  kqread        slaacd
 85461  515947      0      0  3     0x14200  bored         smr
 42039  118083      0      0  3     0x14200  pgzero        zerothread
 69873  129326      0      0  3     0x14200  aiodoned      aiodoned
 58545  401640      0      0  3     0x14200  getblk        update
  5353  326183      0      0  3     0x14200  cleaner       cleaner
  5390  290717      0      0  3     0x14200  reaper        reaper
 93650  505699      0      0  3     0x14200  pgdaemon      pagedaemon
 75002   93547      0      0  3     0x14200  mmctsk        sdmmc1
 15830  321344      0      0  3     0x14200  mmctsk        sdmmc0
 59594  382882      0      0  3     0x14200  usbtsk        usbtask
 77931    7324      0      0  3     0x14200  usbatsk       usbatsk
 85120   67505      0      0  3     0x14200  bored         sleep
 66356  186184      0      0  7  0x40014200                idle7
   855  416814      0      0  7  0x40014200                idle6
 98384  481829      0      0  7  0x40014200                idle5
 67969  486489      0      0  7  0x40014200                idle4
 72343  295357      0      0  7  0x40014200                idle3
  4328   31092      0      0  7  0x40014200                idle2
 56691  395242      0      0  7  0x40014200                idle1
 93108  120277      0      0  3     0x14200  bored         softnet3
 71694  474870      0      0  3     0x14200  bored         softnet2
 60936  136699      0      0  3     0x14200  bored         softnet1
 10705  127602      0      0  3     0x14200  bored         softnet0
 34258  414939      0      0  3     0x14200  bored         systqmp
 71281   73957      0      0  3     0x14200  bored         systq
 99660  405159      0      0  3     0x14200  tmoslp        softclockmp
 94751   69004      0      0  3  0x40014200  tmoslp        softclock
*56882   27435      0      0  7  0x40014200                idle0
 54252   38050      0      0  3     0x14200  kmalloc       kmthread
     1   31208      0      0  3   0x8000082  wait          init
     0       0     -1      0  3     0x10200  scheduler     swapper

ddb{0}> ps /o
    TID    PID    UID     PRFLAGS     PFLAGS  CPU  COMMAND

ddb{0}> bt
db_enter() at comintr+0x208
comintr() at agintc_irq_handler+0x2bc
agintc_irq_handler() at arm_cpu_irq+0x34
arm_cpu_irq() at handle_el1h_irq+0x6c
handle_el1h_irq() at cpu_idle_cycle+0x24
cpu_idle_cycle() at sched_idle+0x294
sched_idle() at proc_trampoline+0xc
ddb{0}> machine ddbcpu 1
Stopped at      agintc_ipi_ddb+0x20:    ldr     x15, [sp,#16]
ddb{1}> bt
db_enter() at agintc_ipi_ddb+0x1c
agintc_ipi_ddb() at agintc_irq_handler+0x2bc
agintc_irq_handler() at arm_cpu_irq+0x34
arm_cpu_irq() at handle_el1h_irq+0x6c
handle_el1h_irq() at cpu_idle_cycle+0x24
cpu_idle_cycle() at sched_idle+0x294
sched_idle() at proc_trampoline+0xc
ddb{1}> machine ddbcpu 2
Stopped at      agintc_ipi_ddb+0x20:    ldr     x15, [sp,#16]
ddb{2}> bt
db_enter() at agintc_ipi_ddb+0x1c
agintc_ipi_ddb() at agintc_irq_handler+0x2bc
agintc_irq_handler() at arm_cpu_irq+0x34
arm_cpu_irq() at handle_el1h_irq+0x6c
handle_el1h_irq() at cpu_idle_cycle+0x24
cpu_idle_cycle() at sched_idle+0x294
sched_idle() at proc_trampoline+0xc
ddb{2}> machine ddbcpu 3
Stopped at      agintc_ipi_ddb+0x20:    ldr     x15, [sp,#16]
ddb{3}> bt
db_enter() at agintc_ipi_ddb+0x1c
agintc_ipi_ddb() at agintc_irq_handler+0x2bc
agintc_irq_handler() at arm_cpu_irq+0x34
arm_cpu_irq() at handle_el1h_irq+0x6c
handle_el1h_irq() at cpu_idle_cycle+0x24
cpu_idle_cycle() at sched_idle+0x294
sched_idle() at proc_trampoline+0xc
ddb{3}> machine ddbcpu 4
Stopped at      agintc_ipi_ddb+0x20:    ldr     x15, [sp,#16]
ddb{4}> bt
db_enter() at agintc_ipi_ddb+0x1c
agintc_ipi_ddb() at agintc_irq_handler+0x2bc
agintc_irq_handler() at arm_cpu_irq+0x34
arm_cpu_irq() at handle_el1h_irq+0x6c
handle_el1h_irq() at cpu_idle_cycle+0x24
cpu_idle_cycle() at sched_idle+0x294
sched_idle() at proc_trampoline+0xc
ddb{4}> machine ddbcpu 5
Stopped at      agintc_ipi_ddb+0x20:    ldr     x15, [sp,#16]
ddb{5}> bt
db_enter() at agintc_ipi_ddb+0x1c
agintc_ipi_ddb() at agintc_irq_handler+0x2bc
agintc_irq_handler() at arm_cpu_irq+0x34
arm_cpu_irq() at handle_el1h_irq+0x6c
handle_el1h_irq() at cpu_idle_cycle+0x24
cpu_idle_cycle() at sched_idle+0x294
sched_idle() at proc_trampoline+0xc
ddb{5}> machine ddbcpu 6
Stopped at      agintc_ipi_ddb+0x20:    ldr     x15, [sp,#16]
ddb{6}> bt
db_enter() at agintc_ipi_ddb+0x1c
agintc_ipi_ddb() at agintc_irq_handler+0x2bc
agintc_irq_handler() at arm_cpu_irq+0x34
arm_cpu_irq() at handle_el1h_irq+0x6c
handle_el1h_irq() at cpu_idle_cycle+0x24
cpu_idle_cycle() at sched_idle+0x294
sched_idle() at proc_trampoline+0xc
ddb{6}> machine ddbcpu 7
Stopped at      agintc_ipi_ddb+0x20:    ldr     x15, [sp,#16]
ddb{7}> bt
db_enter() at agintc_ipi_ddb+0x1c
agintc_ipi_ddb() at agintc_irq_handler+0x2bc
agintc_irq_handler() at arm_cpu_irq+0x34
arm_cpu_irq() at handle_el1h_irq+0x6c
handle_el1h_irq() at cpu_idle_cycle+0x24
cpu_idle_cycle() at sched_idle+0x294
sched_idle() at proc_trampoline+0xc

ddb{5}> show witness
Sleep locks:
ptarrlk (type: rwlock, depth: 0)
 ttylist (type: rwlock, depth: 1)
clonelk (type: rwlock, depth: 0)
 &if_idxmap.lock (type: rwlock, depth: 2)
 &pp->pr_lock (type: rwlock, depth: 1)
 kstat (type: rwlock, depth: 1)
 netlock (type: rwlock, depth: 1)
  &kernel_lock (type: kernel_lock, depth: 8)
  &if_idxmap.lock (type: rwlock, depth: 2) -- (already displayed)
  pf_lock (type: rwlock, depth: 3)
   pools (type: rwlock, depth: 4)
    &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
    &map->lock (type: rwlock, depth: 5)
     &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
     &bootstrap_kernel_object_lock (type: rwlock, depth: 6)
      &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
     &uobj->vmobjlock (type: rwlock, depth: 7)
      &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
     &amap->am_lock (type: rwlock, depth: 6)
      &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
      &uobj->vmobjlock (type: rwlock, depth: 7) -- (already displayed)
      amaplstlk (type: rwlock, depth: 7)
       &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
   pf_state_lock (type: rwlock, depth: 4)
    &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
  &ar->ar_lock (type: rwlock, depth: 2)
  &table->inpt_notify (type: rwlock, depth: 2)
  &so->so_lock (type: rwlock, depth: 2)
  &so->so_lock (type: rwlock, depth: 2)
   &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
   pf_lock (type: rwlock, depth: 3) -- (already displayed)
   pf_state_lock (type: rwlock, depth: 4) -- (already displayed)
  &so->so_lock (type: rwlock, depth: 2)
   &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
   &rtptable.rtp_lk (type: rwlock, depth: 3)
  pf_state_lock (type: rwlock, depth: 4) -- (already displayed)
logstash (type: rwlock, depth: 0)
 &so->so_lock (type: rwlock, depth: 2)
  &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
 syslogf (type: rwlock, depth: 1)
futex (type: rwlock, depth: 0)
 &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
 &pp->pr_lock (type: rwlock, depth: 1)
  &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
 &map->lock (type: rwlock, depth: 2)
  &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
  &map->lock (type: rwlock, depth: 5) -- (already displayed)
  &uobj->vmobjlock (type: rwlock, depth: 7) -- (already displayed)
  &amap->am_lock (type: rwlock, depth: 6) -- (already displayed)
  amaplstlk (type: rwlock, depth: 7) -- (already displayed)
pfioctl_rw (type: rwlock, depth: 0)
 netlock (type: rwlock, depth: 1) -- (already displayed)
 pf_lock (type: rwlock, depth: 3) -- (already displayed)
rlimitlk (type: rwlock, depth: 0)
 &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
sysctllk (type: rwlock, depth: 0)
 &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
 &map->lock (type: rwlock, depth: 5) -- (already displayed)
 &map->lock (type: rwlock, depth: 2) -- (already displayed)
 netlock (type: rwlock, depth: 1) -- (already displayed)
 &uobj->vmobjlock (type: rwlock, depth: 7) -- (already displayed)
 &amap->am_lock (type: rwlock, depth: 6) -- (already displayed)
 w_ctlock (type: rwlock, depth: 1)
swplk (type: rwlock, depth: 0)
 &diskp->dk_lock (type: rwlock, depth: 2)
  &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
 &ip->i_lock (type: rrwlock, depth: 1)
  &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
  &map->lock (type: rwlock, depth: 5) -- (already displayed)
  &map->lock (type: rwlock, depth: 2) -- (already displayed)
  &diskp->dk_lock (type: rwlock, depth: 2) -- (already displayed)
  &ufsdirhash_mtx (type: rwlock, depth: 2)
   &dh->dh_mtx (type: rwlock, depth: 3)
  &uobj->vmobjlock (type: rwlock, depth: 7) -- (already displayed)
  lockflk (type: rwlock, depth: 2)
   &uidinfolk (type: rwlock, depth: 3)
   &pp->pr_lock (type: rwlock, depth: 3)
   &pp->pr_lock (type: rwlock, depth: 3)
  &dh->dh_mtx (type: rwlock, depth: 3) -- (already displayed)
  &uv->uv_lock (type: rwlock, depth: 2)
  &to->uv_lock (type: rwlock, depth: 2)
  &so->so_lock (type: rwlock, depth: 2) -- (already displayed)
  unpgclk (type: rwlock, depth: 2)
tc_lock (type: rwlock, depth: 0)
&mp->mnt_lock (type: rwlock, depth: 0)
 &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
 &uvn_sync_lock (type: rwlock, depth: 1)
 &map->lock (type: rwlock, depth: 2) -- (already displayed)
 &diskp->dk_lock (type: rwlock, depth: 2) -- (already displayed)
 &ip->i_lock (type: rrwlock, depth: 1) -- (already displayed)
&sc->sc_lock (type: rwlock, depth: 0)
 &diskp->dk_lock (type: rwlock, depth: 2) -- (already displayed)
 &uobj->vmobjlock (type: rwlock, depth: 7) -- (already displayed)
 lockflk (type: rwlock, depth: 2) -- (already displayed)
&pp->pr_lock (type: rwlock, depth: 0)
&sc->sc_buslock (type: rwlock, depth: 0)
&sc->sc_lock (type: rwlock, depth: 0)
 &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
&sc->sc_lock (type: rwlock, depth: 0)
 &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
&usbpalock (type: rwlock, depth: 0)
 &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
&sc->sc_doorbell_lock (type: rwlock, depth: 0)
 &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
taskq (type: rwlock, depth: 0)
 netlock (type: rwlock, depth: 1) -- (already displayed)
taskq (type: rwlock, depth: 0)
 &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
 netlock (type: rwlock, depth: 1) -- (already displayed)
taskq (type: rwlock, depth: 0)
 pools (type: rwlock, depth: 4) -- (already displayed)
 pf_lock (type: rwlock, depth: 3) -- (already displayed)
 pfstates (type: rwlock, depth: 1)
  pf_lock (type: rwlock, depth: 3) -- (already displayed)
taskq (type: rwlock, depth: 0)
 &diskp->dk_lock (type: rwlock, depth: 2) -- (already displayed)
timeout (type: rwlock, depth: 0)
 &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
 netlock (type: rwlock, depth: 1) -- (already displayed)
&newfdp->fd_fd.fd_lock (type: rwlock, depth: 0)
 &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
 &map->lock (type: rwlock, depth: 2) -- (already displayed)
 &pp->pp_lock (type: rwlock, depth: 1)
  &kernel_lock (type: kernel_lock, depth: 8) -- (already displayed)
  &map->lock (type: rwlock, depth: 5) -- (already displayed)
 unpgclk (type: rwlock, depth: 2) -- (already displayed)

Spin locks:
/sys/kern/kern_sig.c:142 (type: mutex, depth: 0)
/sys/kern/uipc_usrreq.c:80 (type: mutex, depth: 0)
/sys/kern/kern_time.c:834 (type: mutex, depth: 0)
/sys/netinet/ip_input.c:125 (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5)
  /sys/arch/arm64/arm64/pmap.c:221 (type: mutex, depth: 6)
   /sys/dev/rnd.c:321 (type: mutex, depth: 7)
 &cq->cq_mtx (type: mutex, depth: 4)
/sys/netinet/tcp_input.c:3105 (type: mutex, depth: 0)
 /sys/dev/rnd.c:321 (type: mutex, depth: 7) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
/sys/net/pf.c:313 (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&st->mtx (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
/sys/net/pf.c:115 (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
/sys/net/route.c:186 (type: mutex, depth: 0)
 /sys/kern/kern_malloc.c:90 (type: mutex, depth: 1)
  &si->softintr_lock (type: mutex, depth: 4)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  &map->mtx (type: mutex, depth: 2)
   &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
   &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
   &uvm.fpageqlock (type: mutex, depth: 3)
    &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
    &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
    /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
    &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
   &uvm_kmapent_mtx (type: mutex, depth: 3)
    &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
    &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
    /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
    &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
   /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
   &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
  /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
  &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
/sys/netinet/if_ether.c:106 (type: mutex, depth: 0)
 &mq->mq_mtx (type: mutex, depth: 1)
/sys/netinet/if_ether.c:103 (type: mutex, depth: 0)
&bd->bd_mtx (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 &uvm.fpageqlock (type: mutex, depth: 3) -- (already displayed)
 &uvm_kmapent_mtx (type: mutex, depth: 3) -- (already displayed)
 &map->mtx (type: mutex, depth: 2) -- (already displayed)
 /sys/kern/kern_malloc.c:90 (type: mutex, depth: 1) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 &kq->kq_lock (type: mutex, depth: 2)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
/sys/kern/uipc_mbuf.c:126 (type: mutex, depth: 0)
/sys/kern/uipc_usrreq.c:79 (type: mutex, depth: 0)
&so->so_snd.sb_mtx (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 &kq->kq_lock (type: mutex, depth: 2) -- (already displayed)
&so->so_rcv.sb_mtx (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 &kq->kq_lock (type: mutex, depth: 2) -- (already displayed)
/sys/kern/kern_time.c:499 (type: mutex, depth: 0)
/sys/kern/kern_descrip.c:68 (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&fp->f_mtx (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
/sys/kern/kern_smr.c:39 (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
/sys/uvm/uvm_swap.c:218 (type: mutex, depth: 0)
 /sys/kern/kern_malloc.c:90 (type: mutex, depth: 1) -- (already displayed)
&sc->sc_state_mtx (type: mutex, depth: 0)
/sys/dev/hotplug.c:39 (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
&scbus->sc_ccb_mtx (type: mutex, depth: 0)
/sys/kern/vfs_subr.c:119 (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
/sys/netinet/tcp_subr.c:109 (type: mutex, depth: 0)
/sys/netinet/ip_input.c:98 (type: mutex, depth: 0)
/sys/netinet6/frag6.c:55 (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
/sys/kern/kern_tc.c:109 (type: mutex, depth: 0)
&pp->pr_cache_lock (type: mutex, depth: 0)
&pp->pr_cache_lock (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_cache_lock (type: mutex, depth: 0)
&pp->pr_cache_lock (type: mutex, depth: 0)
&pp->pr_cache_lock (type: mutex, depth: 0)
&pp->pr_cache_lock (type: mutex, depth: 0)
&pp->pr_cache_lock (type: mutex, depth: 0)
&pp->pr_cache_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&table->inpt_mtx (type: mutex, depth: 0)
 /sys/dev/rnd.c:321 (type: mutex, depth: 7) -- (already displayed)
&pf_frag_mtx (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
&rttimer_mtx (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 timeout (type: mutex, depth: 1)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  /sys/kern/kern_task.c:84 (type: mutex, depth: 2)
   &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
  &pr->ps_mtx (type: mutex, depth: 2)
   /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
  &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
  &tq->tq_mtx (type: mutex, depth: 2)
   &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
   &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
   /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
   &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
  &tq->tq_mtx (type: mutex, depth: 2)
   &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  &ifiq->ifiq_mtx (type: mutex, depth: 2)
   &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
   /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
   &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
  /sys/kern/kern_task.c:109 (type: mutex, depth: 2)
   &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  &kq->kq_lock (type: mutex, depth: 2) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 timeout (type: mutex, depth: 1) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 timeout (type: mutex, depth: 1) -- (already displayed)
 &tq->tq_mtx (type: mutex, depth: 2) -- (already displayed)
 &ifiq->ifiq_mtx (type: mutex, depth: 2) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 timeout (type: mutex, depth: 1) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &pp->pr_lock (type: mutex, depth: 1)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 timeout (type: mutex, depth: 1) -- (already displayed)
 &tq->tq_mtx (type: mutex, depth: 2) -- (already displayed)
 &ifiq->ifiq_mtx (type: mutex, depth: 2) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
/sys/kern/kern_bufq.c:29 (type: mutex, depth: 0)
&q->q_cq_mtx (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 &uvm.pageqlock (type: mutex, depth: 1)
  &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  &uvm.fpageqlock (type: mutex, depth: 3) -- (already displayed)
  &(curpg)->mdpage.pv_mtx (type: mutex, depth: 3)
   &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
   &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
   /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
   &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
  /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
  &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
  &pmap->pm_mtx (type: mutex, depth: 2)
   &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
   &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
   &pp->pr_lock (type: mutex, depth: 3)
   &uvm.fpageqlock (type: mutex, depth: 3) -- (already displayed)
   &(curpg)->mdpage.pv_mtx (type: mutex, depth: 3) -- (already displayed)
   &pp->pr_lock (type: mutex, depth: 3)
    &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
    &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
    /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
    &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
   &map->flags_lock (type: mutex, depth: 3)
    &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
    &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
    /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
    &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
   &pp->pr_lock (type: mutex, depth: 3)
    &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
    &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
    /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
    &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
   &pp->pr_lock (type: mutex, depth: 3)
    &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
    &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
    /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
    &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
   &uvm_km_pages.mtx (type: mutex, depth: 3)
    &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
    &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
   /sys/dev/rnd.c:321 (type: mutex, depth: 7) -- (already displayed)
   /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
   &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
   &pp->pr_cache_lock (type: mutex, depth: 3)
    &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
    &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
    /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
    &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
   &pp->pr_cache_lock (type: mutex, depth: 3)
    &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
    &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
    /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
    &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 &uvm.fpageqlock (type: mutex, depth: 3) -- (already displayed)
 /sys/dev/rnd.c:321 (type: mutex, depth: 7) -- (already displayed)
 /sys/kern/kern_malloc.c:90 (type: mutex, depth: 1) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 &sc->sc_ccb_mtx (type: mutex, depth: 1)
  &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
  &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 &iopl->mtx (type: mutex, depth: 1)
  &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
  &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 &q->q_sq_mtx (type: mutex, depth: 1)
  &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
  &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 &pp->pr_lock (type: mutex, depth: 1)
  &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
  &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 &cookie (type: mutex, depth: 1)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 &bq->bufq_mtx (type: mutex, depth: 1)
  &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
  &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 &diskp->dk_mtx (type: mutex, depth: 1)
  &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
  &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
  /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
  &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
/sys/net/if.c:242 (type: mutex, depth: 0)
&ifq->ifq_task_mtx (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&ifq->ifq_mtx (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
/sys/net/if_media.c:106 (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&tq->tq_mtx (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
/sys/kern/subr_autoconf.c:101 (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
&tq->tq_mtx (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
&tq->tq_mtx (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&newfdp->fd_fd.fd_fplock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 timeout (type: mutex, depth: 1) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 timeout (type: mutex, depth: 1) -- (already displayed)
 &tq->tq_mtx (type: mutex, depth: 2) -- (already displayed)
 &ifiq->ifiq_mtx (type: mutex, depth: 2) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 &tq->tq_mtx (type: mutex, depth: 2) -- (already displayed)
 &ifiq->ifiq_mtx (type: mutex, depth: 2) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&uvm_pseg_lck (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 timeout (type: mutex, depth: 1) -- (already displayed)
 &tq->tq_mtx (type: mutex, depth: 2) -- (already displayed)
 &ifiq->ifiq_mtx (type: mutex, depth: 2) -- (already displayed)
/sys/uvm/uvm_aobj.c:186 (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)
 timeout (type: mutex, depth: 1) -- (already displayed)
&uvm.aiodoned_lock (type: mutex, depth: 0)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
&pp->pr_lock (type: mutex, depth: 0)
 &si->softintr_lock (type: mutex, depth: 4) -- (already displayed)
 &sched_lock (type: sched_lock, depth: 5) -- (already displayed)
 /sys/kern/kern_timeout.c:57 (type: mutex, depth: 4) -- (already displayed)
 &cq->cq_mtx (type: mutex, depth: 4) -- (already displayed)

Locks which were never acquired:
&inp->inp_mtx (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&sc->sc_hs_lock (type: rwlock, depth: 0)
&sc->sc_ioc_lock (type: rwlock, depth: 0)
&sc->sc_poll_mtx (type: mutex, depth: 0)
&pp->pr_cache_lock (type: mutex, depth: 0)
&pp->pr_cache_lock (type: mutex, depth: 0)
&pp->pr_cache_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: rwlock, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pkptable.pkp_lk (type: rwlock, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&cryptox_sc->sc_mtx (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&rge_ks_sc->rge_ks_sc_rwl (type: rwlock, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&sc->sc_cmd_lock (type: rwlock, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
taskq (type: rwlock, depth: 0)
&pp->pr_requests_lock (type: rwlock, depth: 0)
taskq (type: rwlock, depth: 0)
taskq (type: rwlock, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pr->ps_lock (type: rwlock, depth: 0)
&pp->pr_requests_lock (type: rwlock, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: rwlock, depth: 0)
&pp->pr_requests_lock (type: rwlock, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
smr (type: rwlock, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)
&pp->pr_requests_lock (type: mutex, depth: 0)

ddb{5}> show all locks
Process 97840 (ksh) thread 0xffffff809f685a50 (450863)
exclusive rrwlock inode r = 0 (0xffffff808ad47e78)
Process 30624 (ls) thread 0xffffff809c805508 (246156)
exclusive rrwlock inode r = 0 (0xffffff80a5f54f80)
exclusive rrwlock inode r = 0 (0xffffff802b56bb40)
Process 25658 (sh) thread 0xffffff808b718fc0 (238061)
exclusive rrwlock inode r = 0 (0xffffff809c85fa30)
Process 34400 (c++) thread 0xffffff808dd7b7b0 (50910)
exclusive rrwlock inode r = 0 (0xffffff80a543df78)
Process 51184 (c++) thread 0xffffff808dd7ba50 (455986)
exclusive rrwlock inode r = 0 (0xffffff80a38032c8)
Process 76083 (c++) thread 0xffffff80898f8550 (133593)
exclusive rrwlock inode r = 0 (0xffffff80a3803a38)
Process 68919 (java) thread 0xffffff80898f97b0 (469373)
exclusive rrwlock inode r = 0 (0xffffff80a5f543d0)
exclusive rrwlock inode r = 0 (0xffffff8096f3c3c8)
Process 18075 (ntpd) thread 0xffffff80890a5ce8 (284654)
exclusive rrwlock inode r = 0 (0xffffff802b56b5f0)
Process 58545 (update) thread 0xffffff8087b91270 (401640)
exclusive rrwlock inode r = 0 (0xffffff802aa9c3d0)
Process 56882 (idle0) thread 0xffffff808800efc0 (27435)
exclusive kernel_lock &kernel_lock r = 0 (0xffffff80012d31a8)

ddb{5}> show malloc
           Type InUse  MemUse  HighUse   Limit  Requests Type Lim
         devbuf  3452   3163K    3164K 302191K      4765        0
            pcb    15     10K      10K 302191K        15        0
         rtable    60      1K       2K 302191K       163        0
             pf    15      6K      10K 302191K        26        0
         ifaddr    27     33K      33K 302191K        27        0
        ifgroup    22      1K       1K 302191K        22        0
       counters   182    137K     137K 302191K       182        0
       ioctlops     0      0K       4K 302191K      1505        0
          mount    11     11K      11K 302191K        11        0
            log     0      0K       0K 302191K         5        0
         vnodes  1089     68K      68K 302191K      1123        0
      UFS quota     1     32K      32K 302191K         1        0
      UFS mount    45     94K      94K 302191K        45        0
            shm     2      1K       1K 302191K         2        0
         VM map     3      1K       1K 302191K         3        0
            sem     2      0K       0K 302191K         2        0
        dirhash  1662    303K     303K 302191K      2520        0
      file desc    27     34K      40K 302191K     13887        0
           proc   113    129K     154K 302191K       629        0
    NFS srvsock     1      0K       0K 302191K         1        0
     NFS daemon     1     16K      16K 302191K         1        0
       in_multi    11      0K       0K 302191K        11        0
    ether_multi     1      0K       0K 302191K         1        0
    ISOFS mount     1     32K      32K 302191K         1        0
  MSDOSFS mount     1     16K      16K 302191K         1        0
           ttys    37    175K     175K 302191K        37        0
           exec     1      0K       2K 302191K     46277        0
            tdb     3      0K       0K 302191K         3        0
        VM swap     8   2214K    2214K 302191K        11        0
       UVM amap  2807    215K     501K 302191K    794164        0
       UVM aobj     3      2K       2K 302191K         3        0
     pinsyscall   170    340K     376K 302191K    159375        0
            USB   100     37K      37K 302191K       116        0
     USB device    30      1K       1K 302191K        30        0
         USB HC     5     19K      19K 302191K         5        0
    crypto data     1      1K       1K 302191K         1        0
            NDP     4      0K       0K 302191K         4        0
           temp     3   3840K    3968K 302191K    711653        0
         kqueue    51     88K      88K 302191K       119        0
      SYN cache     2     16K      16K 302191K         2        0

ddb{5}>  show all pools
Name      Size Requests Fail Releases Pgreq Pgrel Npage Hiwat Minpg Maxpg Idle
plcache    128      104    0        0     4     0     4     4     0     8    0
rtpcb      120       33    0       28     1     0     1     1     0     8    0
rtentry    112       23    0        0     1     0     1     1     0     8    0
unpcb      144      524    0      444     4     1     3     4     0     8    0
syncache   336        4    0        4     4     4     0     1     0     8    0
sackhl      24        2    0        2     2     2     0     1     0     8    0
tcpqe       32        6    0        6     2     2     0     1     0     8    0
tcpcb      808      340    0      331     2     1     1     2     0     8    0
arp        120        3    0        0     1     0     1     1     0     8    0
inpcb      392      422    0      403     3     1     2     3     0     8    0
pfosfp      40     1428    0     1005     5     0     5     5     0     8    0
pfosfpen   112     1428    0      714    21     0    21    21     0     8    0
pfstitem    24      176    0      170     1     0     1     1     0     8    0
pfstkey    128      176    0      170     1     0     1     1     0     8    0
pfstate    376      176    0      170     3     1     2     3     0     8    0
pfrule     1344      21    0       16     2     1     1     2     0     8    0
art_heap8  4096       1    0        0     1     0     1     1     0     8    0
art_heap4  256       98    0        0     7     0     7     7     0     8    0
art_table   32       99    0        0     1     0     1     1     0     8    0
art_node    16       23    0        0     1     0     1     1     0     8    0
dirhash    1024    2423    0      828   200     0   200   200     0     8    0
dino2pl    256   249647    0     5897 15255    20 15235 15235     0     8    0
ffsino     272   249648    0     5897 16272    21 16251 16251     0     8    0
nchpl      144  1337758    0  1331832   231    11   220   220     0     8    0
uvmvnodes   80   249676    0        0  5096     0  5096  5096     0     8    0
vnodes     216   249676    0        0 13871     0 13871 13871     0     8    0
namei      1024 5597332    0  5597329     5     4     1     1     0     8    0
percpumem   64       37    0        0     1     0     1     1     0     8    0
scxspl     216  1120392    0  1120328   476   472     4     4     1     8    0
extentpl    40       21    0        4     1     0     1     1     0     8    0
ohcixfer   256       32    0       30     1     0     1     1     0     8    0
xhcixfer   280       54    0       51     1     0     1     1     0     8    0
ehcixfer   296       58    0       55     1     0     1     1     0     8    0
kstatmem   264       17    0        0     2     0     2     2     0     8    0
plimitpl   152    15426    0    15384     3     0     3     3     0     8    0
sigapl     424    36698    0    36572    18     4    14    15     0     8    0
futexpl     64   737904    0   737885    19    18     1     2     0     8    0
knotepl    120      276    0        0     6     0     6     6     0     8    0
kqueuepl   216      110    0       68     3     0     3     3     0     8    0
pipepl     320     8174    0     8159     9     7     2     2     0     8    0
fdescpl    496    36670    0    36574    29    16    13    14     0     8    0
filepl     152   937104    0   936862    22    12    10    14     0     8    0
lockfpl    104       63    0       60     1     0     1     1     0     8    0
lockfspl    48       33    0       30     1     0     1     1     0     8    0
sessionpl  144       53    0       27     1     0     1     1     0     8    0
pgrppl      48       79    0       49     1     0     1     1     0     8    0
ucredpl    104   107703    0   107647     2     0     2     2     0     8    0
zombiepl   144    36574    0    36572    13    12     1     1     0     8    0
processpl  1136   36698    0    36572    11     2     9    10     0     8    0
procpl     672    45610    0    45465    54    41    13    16     0     8    0
sockpl     584      979    0      875    10     2     8     8     0     8    0
mcl9k      9216     894    0        0    11     0    11    11     0     8    0
mcl8k      8192       5    0        0     1     0     1     1     0     8    0
mcl4k      4096       4    0        0     1     0     1     1     0     8    0
mcl2k2     2112       1    0        0     1     0     1     1     0     8    0
mcl2k      2048      32    0        0     4     0     4     4     0     8    0
mtagpl      96        5    0        0     1     0     1     1     0     8    0
mbufpl     256     2171    0        0    18     6    12    18     0     8    0
bufpl      280   557323    0   203106 25354    43 25311 25319     0     8    0
anonpl      24 38335129    0 37907082  5187  2524  2663  2663     0  1490    0
amapchunkpl 152 2390913    0  2381105  3617  3222   395   787     0   158    0
amappl16   200   357285    0   339931  4842  3915   927   928     0     8    0
amappl15   192     8560    0     8526    32    30     2     4     0     8    0
amappl14   184    49317    0    49216    20    14     6     8     0     8    0
amappl13   176    14167    0    14125    16    13     3     5     0     8    0
amappl12   168    75802    0    75636    19    10     9    10     0     8    0
amappl11   160    11571    0    11485    25    19     6     6     0     8    0
amappl10   152    28855    0    28804    10     7     3     5     0     8    0
amappl9    144    23874    0    23759   100    95     5    12     0     8    0
amappl8    136   464924    0   464299  1498  1440    58   137     0     8    0
amappl7    128    39231    0    39144     9     5     4     7     0     8    0
amappl6    120    56647    0    56403    14     5     9    10     0     8    0
amappl5    112    35569    0    35293    29    19    10    10     0     8    0
amappl4    104   260187    0   259483   226   202    24    31     0     8    0
amappl3     96   236754    0   236025   303   281    22   113     0     8    0
amappl2     88   705962    0   703106   599   521    78   246     0     8    0
amappl1     80   974749    0   971147   255   180    75    96     0     8    0
amappl      88   626019    0   623779   382   326    56    88     0    92    0
dma4096    4096       1    0        1     1     1     0     1     0     8    0
dma256     256       12    0       12     1     1     0     1     0     8    0
dma128     128        2    0        2     1     1     0     1     0     8    0
dma64       64        2    0        2     1     1     0     1     0     8    0
dma32       32        4    0        4     1     1     0     1     0     8    0
dma16       16       10    0       10     1     1     0     1     0     8    0
vp         8192   22315  195        0 21794  4587 17207 18169    20     8   20
pted        40   508832    0        0  5036     1  5035  5035     1     8    0
pmap       192    36671    0    36575     6     0     6     6     1     8    0
aobjpl      72        2    0        0     1     0     1     1     0     8    0
uaddrrnd    24    36671    0    36575     1     0     1     1     0     8    0
uaddrbest   32        2    0        0     1     0     1     1     0     8    0
uaddr       24    36671    0    36575     1     0     1     1     0     8    0
vmmpekpl   168  1378873    0  1378471    96    38    58    81     0     8    0
vmmpepl    168 20946314    0 20912003  4493  2952  1541  1614     0   357    0
vmsppl     448    36670    0    36575    31    20    11    12     0     8    0
rwobjpl     56  3397927    0  3119612  4190   260  3930  3930     0     8    0
phpool     112    53608    0     4667  1410     1  1409  1409     0     8    0

ddb{5}> show all procs
   PID     TID   PPID    UID  S       FLAGS  WAIT          COMMAND
 97840  450863  90882   1000  3   0x8102005  biowait       ksh
 90882   93424  36575   1000  3   0x810008b  sigsusp       ksh
 36575  408143  67954   1000  3  0x18000098  kqread        sshd
 67954  472636  28751      0  3  0x18000082  kqread        sshd
 30624  246156  25532   1000  3   0x8100003  biowait       ls
 25532  127174  20428   1000  3   0x810008b  sigsusp       ksh
 20428  514751  87413   1000  3  0x18000098  kqread        sshd
 87413  353122  28751      0  3  0x18000082  kqread        sshd
 25658  238061    462      0  3   0x8100002  getblk        sh
   462  300184  97393      0  3  0x18100090  piperd        cron
 89857  424194  34400     55  3  0x19100082  piperd        tee
 18892   29353  34400     55  3  0x19100082  piperd        tee
 34400   50910  87787     55  3  0x19000002  getblk        c++
 87787  232147  19832     55  3  0x19000080  wait          bash
 19832   74820  80905     55  3  0x19000082  wait          bash
 97245   17796  51184     55  3  0x19100082  piperd        tee
 27530  110402  51184     55  3  0x19100082  piperd        tee
 51184  455986  91813     55  3  0x19000002  getblk        c++
 91813   62260  91483     55  3  0x19000080  wait          bash
 25208    6764  76083     55  3  0x19100082  piperd        tee
 30362   71423  76083     55  3  0x19100082  piperd        tee
 76083  133593  84667     55  3  0x19000002  getblk        c++
 91483  190093  80905     55  3  0x19000082  wait          bash
 84667  247621  97102     55  3  0x19000080  wait          bash
 97102    9746  80905     55  3  0x19000082  wait          bash
 68919  371244  98343     55  3   0xb200082  fsleep        java
 68919  469373  98343     55  3   0xf200002  biowait       java
 68919  128535  98343     55  3   0xf200082  fsleep        java
 68919  442153  98343     55  3   0xf200082  fsleep        java
 68919  481100  98343     55  3   0xf200082  fsleep        java
 68919  466115  98343     55  3   0xf200082  fsleep        java
 68919  173494  98343     55  3   0xf200082  fsleep        java
 68919  377290  98343     55  3   0xf200082  fsleep        java
 68919  231622  98343     55  3   0xf200082  fsleep        java
 68919  120534  98343     55  3   0xf200082  fsleep        java
 68919  485924  98343     55  3   0xf200082  fsleep        java
 68919   49849  98343     55  3   0xf200082  fsleep        java
 68919  310152  98343     55  3   0xf200082  fsleep        java
 68919  239996  98343     55  3   0xf200082  fsleep        java
 68919  357330  98343     55  3   0xf200082  fsleep        java
 68919  253133  98343     55  3   0xf200082  fsleep        java
 68919    6185  98343     55  3   0xf200082  fsleep        java
 68919   13460  98343     55  3   0xf200082  fsleep        java
 68919  231832  98343     55  3   0xf200082  fsleep        java
 68919  436910  98343     55  3   0xf200082  fsleep        java
 98343  442822  14169     55  3   0x9100088  sigsusp       sh
 14169  432143  43245     55  3   0x910008a  sigsusp       sh
 43245   31043  47760     55  3  0x19000082  wait          gmake
 47760  115094  41753     55  3   0x910008a  sigsusp       sh
 41753  226952  74286     55  3  0x19000082  wait          gmake
 11617  363360  60538     55  3  0x19100082  piperd        tee
 74286  266155  60538     55  3  0x19000080  wait          bash
 72963  154102  61358     55  3  0x19100082  piperd        tee
 60538   44209  61358     55  3  0x19000080  wait          bash
 61358   68617  63330     55  3  0x19000082  wait          bash
 63330  413330  63102     55  3   0x9100088  sigsusp       sh
 63102  334912   7213     55  3   0x910008a  sigsusp       sh
 80905  147761  35833     55  3  0x1900008a  kqread        gmake
 35833  185014  22748     55  3  0x19000082  wait          bash
 17136  398526  22748     55  3  0x19100082  piperd        tee
 66835  455969  22748     55  3  0x19100082  piperd        tee
 22748   56091  80174     55  3  0x19000082  wait          gmake
 80174  352048  42949     55  3  0x19000080  wait          bash
 42949  482690   7962     55  3  0x19000082  wait          bash
  7962   31927  67844     55  3  0x19000082  wait          gmake
 67844  116905  32631     55  3   0x9100088  sigsusp       sh
 32631  324841  44890     55  3   0x910008a  sigsusp       sh
 44890  182521  80572     55  3  0x19000082  wait          gmake
 80572  388354  76070     55  3  0x1910008a  sigsusp       make
 76070  100948  17946     55  3   0x910008a  sigsusp       sh
 17946  269644  15295     55  3  0x1910008a  sigsusp       make
 15295  512083  40264     55  3   0x910008a  sigsusp       sh
 40264   95629  37024     55  3  0x1910008a  sigsusp       make
  7213  489191  59837     55  3  0x19000082  wait          gmake
 59837  257311  89812     55  3  0x1910008a  sigsusp       make
 89812   37744  70009     55  3   0x910008a  sigsusp       sh
 70009  348734  36531     55  3  0x1910008a  sigsusp       make
 36531   69101  20403     55  3   0x910008a  sigsusp       sh
 20403  341028  37024     55  3  0x1910008a  sigsusp       make
 37024   37343  39629      0  3  0x18000013  inode         perl
 96930   40318  27941   1000  3  0x18100083  kqread        top
 27941  335963  83770   1000  3   0x810008b  sigsusp       ksh
 83770  240635  62070   1000  3  0x18000098  kqread        sshd
 62070   15825  28751      0  3  0x18000082  kqread        sshd
 39629  345349  22481   1000  3   0x810008b  sigsusp       ksh
 22481  465030  11100   1000  3  0x18000098  kqread        sshd
 11100  191811  28751      0  3  0x18000082  kqread        sshd
 30688  418749      1      0  3  0x18100083  ttyin         getty
 97393  160834      1      0  3  0x18100098  kqread        cron
 32147  329327      1     99  3  0x19100090  kqread        sndiod
 82785   47154      1    110  3  0x18100090  kqread        sndiod
 83549  195943  54591     95  3  0x19100092  kqread        smtpd
 42757  443260  54591    103  3  0x19100092  kqread        smtpd
 22879  490783  54591     95  3  0x19100092  kqread        smtpd
 39397  361145  54591     95  3  0x18100092  kqread        smtpd
 62390  212905  54591     95  3  0x19100092  kqread        smtpd
  6237  171448  54591     95  3  0x19100092  kqread        smtpd
 54591  485489      1      0  3  0x18100080  kqread        smtpd
 28751  467030      1      0  3  0x18000088  kqread        sshd
 18075  284654      1      0  3  0x18100000  ffs_fsync     ntpd
   191  273318  37571     83  3  0x18100092  kqread        ntpd
 37571  209341      1     83  3  0x19100092  kqread        ntpd
 97670   65037  29360     74  3  0x19100092  bpf           pflogd
 29360  400939      1      0  3  0x18000080  netio         pflogd
 79592   33524  36321     73  3  0x19100090  kqread        syslogd
 36321  235492      1      0  3  0x18100082  netio         syslogd
  7355  261076      1      0  3  0x18100080  kqread        resolvd
  8509  203610  65239     77  3  0x18100092  kqread        dhcpleased
 96065  450271  65239     77  3  0x18100092  kqread        dhcpleased
 65239  484087      1      0  3  0x18000080  kqread        dhcpleased
 53462   36445  24488    115  3  0x18100092  kqread        slaacd
 96649  275764  24488    115  3  0x18100092  kqread        slaacd
 24488  257296      1      0  3  0x18100080  kqread        slaacd
 85461  515947      0      0  3     0x14200  bored         smr
 42039  118083      0      0  3     0x14200  pgzero        zerothread
 69873  129326      0      0  3     0x14200  aiodoned      aiodoned
 58545  401640      0      0  3     0x14200  getblk        update
  5353  326183      0      0  3     0x14200  cleaner       cleaner
  5390  290717      0      0  3     0x14200  reaper        reaper
 93650  505699      0      0  3     0x14200  pgdaemon      pagedaemon
 75002   93547      0      0  3     0x14200  mmctsk        sdmmc1
 15830  321344      0      0  3     0x14200  mmctsk        sdmmc0
 59594  382882      0      0  3     0x14200  usbtsk        usbtask
 77931    7324      0      0  3     0x14200  usbatsk       usbatsk
 85120   67505      0      0  3     0x14200  bored         sleep
 66356  186184      0      0  7  0x40014200                idle7
   855  416814      0      0  7  0x40014200                idle6
*98384  481829      0      0  7  0x40014200                idle5
 67969  486489      0      0  7  0x40014200                idle4
 72343  295357      0      0  7  0x40014200                idle3
  4328   31092      0      0  7  0x40014200                idle2
 56691  395242      0      0  7  0x40014200                idle1
 93108  120277      0      0  3     0x14200  bored         softnet3
 71694  474870      0      0  3     0x14200  bored         softnet2
 60936  136699      0      0  3     0x14200  bored         softnet1
 10705  127602      0      0  3     0x14200  bored         softnet0
 34258  414939      0      0  3     0x14200  bored         systqmp
 71281   73957      0      0  3     0x14200  bored         systq
 99660  405159      0      0  3     0x14200  tmoslp        softclockmp
 94751   69004      0      0  3  0x40014200  tmoslp        softclock
 56882   27435      0      0  7  0x40014200                idle0
 54252   38050      0      0  3     0x14200  kmalloc       kmthread
     1   31208      0      0  3   0x8000082  wait          init
     0       0     -1      0  3     0x10200  scheduler     swapper

ddb{5}> show uvm
Current UVM status:
  pagesize=4096 (0x1000), pagemask=0xfff, pageshift=12
  3956798 VM pages: 444676 active, 197559 inactive, 1 wired, 495383 free (96952 
zero)
  min  10% (25) anon, 10% (25) vnode, 5% (12) vtext
  freemin=131893, free-target=175857, inactive-target=175858, wired-max=1318932
  faults=54337212, traps=0, intrs=0, ctxswitch=10883301 fpuswitch=0
  softint=3006566, syscalls=37580556, kmapent=17
  fault counts:
    noram=0, noanon=0, noamap=0, pgwait=0, pgrele=0
    ok relocks(total)=268288(284933), anget(retries)=10938105(0), 
amapcopy=4597214
    neighbor anon/obj pg=4801894/24045560, gets(lock/unlock)=7374476/284944
    cases: anon=9460365, anoncow=1477740, obj=6540719, prcopy=817101, 
przero=36040288
  daemon and swap counts:
    woke=148, revs=26, scans=0, obscans=0, anscans=0
    busy=0, freed=0, reactivate=0, deactivate=45086
    pageouts=0, pending=0, nswget=0
    nswapdev=1
    swpages=4191853, swpginuse=0, swpgonly=0 paging=0
  kernel pointers:
    objs(kern)=0xffffff80012ecee8

ddb{5}> show uvmexp
Current UVM status:
  pagesize=4096 (0x1000), pagemask=0xfff, pageshift=12
  3956798 VM pages: 444676 active, 197559 inactive, 1 wired, 495383 free (96952 
zero)
  min  10% (25) anon, 10% (25) vnode, 5% (12) vtext
  freemin=131893, free-target=175857, inactive-target=175858, wired-max=1318932
  faults=54337212, traps=0, intrs=0, ctxswitch=10883301 fpuswitch=0
  softint=3006566, syscalls=37580556, kmapent=17
  fault counts:
    noram=0, noanon=0, noamap=0, pgwait=0, pgrele=0
    ok relocks(total)=268288(284933), anget(retries)=10938105(0), 
amapcopy=4597214
    neighbor anon/obj pg=4801894/24045560, gets(lock/unlock)=7374476/284944
    cases: anon=9460365, anoncow=1477740, obj=6540719, prcopy=817101, 
przero=36040288
  daemon and swap counts:
    woke=148, revs=26, scans=0, obscans=0, anscans=0
    busy=0, freed=0, reactivate=0, deactivate=45086
    pageouts=0, pending=0, nswget=0
    nswapdev=1
    swpages=4191853, swpginuse=0, swpgonly=0 paging=0
  kernel pointers:
    objs(kern)=0xffffff80012ecee8

ddb{5}> show bcstats
Current Buffer Cache status:
numbufs 354217 busymapped 117, delwri 422
kvaslots 12159 avail kva slots 12042
bufpages 2676510, dmapages 194490, dirtypages 3312
pendingreads 2, pendingwrites 115
highflips 335852, highflops 0, dmaflips 2097

rock5b# dmesg
OpenBSD 7.5 (GENERIC.MP) #1: Wed Mar  6 17:59:06 EST 2024
    t...@rock5b.intricatesoftware.com:/sys/arch/arm64/compile/GENERIC.MP
real mem  = 16901398528 (16118MB)
avail mem = 16162770944 (15414MB)
random: good seed from bootblocks
mainbus0 at root: Radxa ROCK 5 Model B
psci0 at mainbus0: PSCI 1.1, SMCCC 1.2, SYSTEM_SUSPEND
efi0 at mainbus0: UEFI 2.10
efi0: Das U-Boot rev 0x20240100
smbios0 at efi0: SMBIOS 3.0
smbios0: vendor U-Boot version "2024.01-rc3" date 01/01/2024
smbios0: Unknown Unknown Product
cpu0 at mainbus0 mpidr 0: ARM Cortex-A55 r2p0
cpu0: 32KB 64b/line 4-way L1 VIPT I-cache, 32KB 64b/line 4-way L1 D-cache
cpu0: 128KB 64b/line 4-way L2 cache
cpu0: 4096KB 64b/line 16-way L3 cache
cpu0: 
DP,RDM,Atomic,CRC32,SHA2,SHA1,AES+PMULL,LRCPC,DPB,ASID16,PAN+ATS1E1,LO,HPDS,VH,HAFDBS,SBSS
cpu1 at mainbus0 mpidr 100: ARM Cortex-A55 r2p0
cpu1: 32KB 64b/line 4-way L1 VIPT I-cache, 32KB 64b/line 4-way L1 D-cache
cpu1: 128KB 64b/line 4-way L2 cache
cpu1: 4096KB 64b/line 16-way L3 cache
cpu2 at mainbus0 mpidr 200: ARM Cortex-A55 r2p0
cpu2: 32KB 64b/line 4-way L1 VIPT I-cache, 32KB 64b/line 4-way L1 D-cache
cpu2: 128KB 64b/line 4-way L2 cache
cpu2: 4096KB 64b/line 16-way L3 cache
cpu3 at mainbus0 mpidr 300: ARM Cortex-A55 r2p0
cpu3: 32KB 64b/line 4-way L1 VIPT I-cache, 32KB 64b/line 4-way L1 D-cache
cpu3: 128KB 64b/line 4-way L2 cache
cpu3: 4096KB 64b/line 16-way L3 cache
cpu4 at mainbus0 mpidr 400: ARM Cortex-A76 r4p0
cpu4: 64KB 64b/line 4-way L1 PIPT I-cache, 64KB 64b/line 4-way L1 D-cache
cpu4: 512KB 64b/line 8-way L2 cache
cpu4: 4096KB 64b/line 16-way L3 cache
cpu4: 
DP,RDM,Atomic,CRC32,SHA2,SHA1,AES+PMULL,LRCPC,DPB,ASID16,PAN+ATS1E1,LO,HPDS,VH,HAFDBS,CSV3,CSV2,SBSS
cpu5 at mainbus0 mpidr 500: ARM Cortex-A76 r4p0
cpu5: 64KB 64b/line 4-way L1 PIPT I-cache, 64KB 64b/line 4-way L1 D-cache
cpu5: 512KB 64b/line 8-way L2 cache
cpu5: 4096KB 64b/line 16-way L3 cache
cpu6 at mainbus0 mpidr 600: ARM Cortex-A76 r4p0
cpu6: 64KB 64b/line 4-way L1 PIPT I-cache, 64KB 64b/line 4-way L1 D-cache
cpu6: 512KB 64b/line 8-way L2 cache
cpu6: 4096KB 64b/line 16-way L3 cache
cpu7 at mainbus0 mpidr 700: ARM Cortex-A76 r4p0
cpu7: 64KB 64b/line 4-way L1 PIPT I-cache, 64KB 64b/line 4-way L1 D-cache
cpu7: 512KB 64b/line 8-way L2 cache
cpu7: 4096KB 64b/line 16-way L3 cache
"optee" at mainbus0 not configured
scmi0 at mainbus0: SCMI 2.0
"gap2" at mainbus0 not configured
"gap1" at mainbus0 not configured
apm0 at mainbus0
syscon0 at mainbus0: "syscon"
syscon1 at mainbus0: "syscon"
syscon2 at mainbus0: "syscon"
syscon3 at mainbus0: "syscon"
syscon4 at mainbus0: "syscon"
"usb2-phy" at syscon4 not configured
syscon5 at mainbus0: "syscon"
"usb2-phy" at syscon5 not configured
syscon6 at mainbus0: "syscon"
rkclock0 at mainbus0
CRU_GATE_CON20: 0x0000aa05
CRU_GATE_CON21: 0x000000a0
CRU_GATE_CON22: 0x00000263
CRU_GATE_CON23: 0x0000aa05
CRU_GATE_CON24: 0x000000a0
CRU_GATE_CON25: 0x00000263
syscon7 at mainbus0: "power-management"
"power-controller" at syscon7 not configured
syscon8 at mainbus0: "qos"
syscon9 at mainbus0: "qos"
syscon10 at mainbus0: "qos"
syscon11 at mainbus0: "qos"
syscon12 at mainbus0: "qos"
syscon13 at mainbus0: "qos"
syscon14 at mainbus0: "qos"
syscon15 at mainbus0: "qos"
syscon16 at mainbus0: "qos"
syscon17 at mainbus0: "qos"
syscon18 at mainbus0: "qos"
syscon19 at mainbus0: "qos"
syscon20 at mainbus0: "qos"
syscon21 at mainbus0: "qos"
syscon22 at mainbus0: "qos"
syscon23 at mainbus0: "qos"
syscon24 at mainbus0: "qos"
syscon25 at mainbus0: "qos"
syscon26 at mainbus0: "qos"
syscon27 at mainbus0: "qos"
syscon28 at mainbus0: "qos"
syscon29 at mainbus0: "qos"
syscon30 at mainbus0: "qos"
syscon31 at mainbus0: "qos"
syscon32 at mainbus0: "qos"
syscon33 at mainbus0: "qos"
syscon34 at mainbus0: "qos"
syscon35 at mainbus0: "qos"
syscon36 at mainbus0: "qos"
syscon37 at mainbus0: "qos"
syscon38 at mainbus0: "qos"
syscon39 at mainbus0: "qos"
syscon40 at mainbus0: "qos"
syscon41 at mainbus0: "qos"
syscon42 at mainbus0: "qos"
syscon43 at mainbus0: "qos"
syscon44 at mainbus0: "qos"
syscon45 at mainbus0: "qos"
syscon46 at mainbus0: "qos"
syscon47 at mainbus0: "qos"
syscon48 at mainbus0: "qos"
syscon49 at mainbus0: "qos"
syscon50 at mainbus0: "qos"
syscon51 at mainbus0: "qos"
syscon52 at mainbus0: "qos"
syscon53 at mainbus0: "qos"
syscon54 at mainbus0: "qos"
syscon55 at mainbus0: "qos"
agintc0 at mainbus0 mbi shift 4:4 nirq 512 nredist 8 ipi: 0, 1, 2: 
"interrupt-controller"
agintcmsi0 at agintc0
agintcmsi1 at agintc0
rkcomphy0 at mainbus0
rkcomphy1 at mainbus0
rkpinctrl0 at mainbus0: "pinctrl"
rkgpio0 at rkpinctrl0
rkgpio1 at rkpinctrl0
rkgpio2 at rkpinctrl0
rkgpio3 at rkpinctrl0
rkgpio4 at rkpinctrl0
syscon56 at mainbus0: "syscon"
syscon57 at mainbus0: "syscon"
rkcomphy2 at mainbus0
rkpciephy0 at mainbus0
syscon58 at mainbus0: "syscon"
syscon59 at mainbus0: "syscon"
syscon60 at mainbus0: "syscon"
"usb2-phy" at syscon60 not configured
syscon61 at mainbus0: "syscon"
syscon62 at mainbus0: "syscon"
syscon63 at mainbus0: "syscon"
syscon64 at mainbus0: "syscon"
"usb2-phy" at syscon64 not configured
"fit-images" at mainbus0 not configured
"firmware" at mainbus0 not configured
"pmu-a55" at mainbus0 not configured
"pmu-a76" at mainbus0 not configured
"clock-0" at mainbus0 not configured
agtimer0 at mainbus0: 24000 kHz
"clock-1" at mainbus0 not configured
"clock-2" at mainbus0 not configured
"sram" at mainbus0 not configured
ehci0 at mainbus0
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 configuration 1 interface 0 "Generic EHCI root hub" rev 2.00/1.00 
addr 1
ohci0 at mainbus0: version 1.0
ehci1 at mainbus0
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "Generic EHCI root hub" rev 2.00/1.00 
addr 1
ohci1 at mainbus0: version 1.0
"sram" at mainbus0 not configured
rkiic0 at mainbus0
iic0 at rkiic0
fanpwr0 at iic0 addr 0x42: RK8602, 0.80 VDC
fanpwr1 at iic0 addr 0x43: RK8602, 0.80 VDC
rkpwm0 at mainbus0
dwpcie0 at mainbus0
"spi" at mainbus0 not configured
dwmmc0 at mainbus0: 49 MHz base clock
sdmmc0 at dwmmc0: 4-bit, sd high-speed, mmc high-speed, dma
dwmmc1 at mainbus0: 50 MHz base clock
sdmmc1 at dwmmc1: 4-bit, dma
"mmc" at mainbus0 not configured
"i2s" at mainbus0 not configured
"dma-controller" at mainbus0 not configured
"dma-controller" at mainbus0 not configured
rkiic1 at mainbus0
iic1 at rkiic1
fusbtc0 at iic1 addr 0x22
"timer" at mainbus0 not configured
"watchdog" at mainbus0 not configured
rkspi0 at mainbus0
rkpmic0 at rkspi0: RK806
com0 at mainbus0: dw16550, 64 byte fifo
com0: console
com1 at mainbus0: dw16550, 64 byte fifo
"adc" at mainbus0 not configured
rkiic2 at mainbus0
iic2 at rkiic2
pcxrtc0 at iic2 addr 0x51: battery ok
rkiic3 at mainbus0
iic3 at rkiic3
escodec0 at iic3 addr 0x11
"efuse" at mainbus0 not configured
"dma-controller" at mainbus0 not configured
"sram" at mainbus0 not configured
"video-codec" at mainbus0 not configured
dwpcie1 at mainbus0
dwpcie2 at mainbus0
"phy" at mainbus0 not configured
"phy" at mainbus0 not configured
graphaudio0 at mainbus0
gpioleds0 at mainbus0: no LEDs
pwmfan0 at mainbus0
"vcc3v3-pcie2x1l0-regulator" at mainbus0 not configured
"vcc3v3-pcie2x1l2-regulator" at mainbus0 not configured
"vcc3v3-pcie30-regulator" at mainbus0 not configured
"vcc5v0-host-regulator" at mainbus0 not configured
"vcc5v0-sys-regulator" at mainbus0 not configured
"vcc-1v1-nldo-s3-regulator" at mainbus0 not configured
"binman" at mainbus0 not configured
"dmc" at mainbus0 not configured
xhci0 at mainbus0, xHCI 1.10
usb2 at xhci0: USB revision 3.0
uhub2 at usb2 configuration 1 interface 0 "Generic xHCI root hub" rev 3.00/1.00 
addr 1
xhci1 at mainbus0, xHCI 1.10
usb3 at xhci1: USB revision 3.0
uhub3 at usb3 configuration 1 interface 0 "Generic xHCI root hub" rev 3.00/1.00 
addr 1
"syscon" at mainbus0 not configured
"syscon" at mainbus0 not configured
"syscon" at mainbus0 not configured
"syscon" at mainbus0 not configured
"syscon" at mainbus0 not configured
"phy" at mainbus0 not configured
xhci2 at mainbus0, xHCI 1.10
usb4 at xhci2: USB revision 3.0
uhub4 at usb4 configuration 1 interface 0 "Generic xHCI root hub" rev 3.00/1.00 
addr 1
"syscon" at mainbus0 not configured
"syscon" at mainbus0 not configured
"phy" at mainbus0 not configured
"vcc12v-dcin-regulator" at mainbus0 not configured
usb5 at ohci0: USB revision 1.0
uhub5 at usb5 configuration 1 interface 0 "Generic OHCI root hub" rev 1.00/1.00 
addr 1
usb6 at ohci1: USB revision 1.0
uhub6 at usb6 configuration 1 interface 0 "Generic OHCI root hub" rev 1.00/1.00 
addr 1
pci0 at dwpcie0
ppb0 at pci0 dev 0 function 0 "Rockchip RK3588" rev 0x00
pci1 at ppb0 bus 65
rge0 at pci1 dev 0 function 0 "Realtek RTL8125" rev 0x05: msi, address 
00:e0:4c:03:1f:1a
pci2 at dwpcie1
ppb1 at pci2 dev 0 function 0 "Rockchip RK3588" rev 0x00
pci3 at ppb1 bus 1
nvme0 at pci3 dev 0 function 0 "Samsung SM981/PM981 NVMe" rev 0x00: msix, NVMe 
1.3
nvme0: Samsung SSD 970 EVO 500GB, firmware 2B2QEXE7, serial S466NX0M769454W
scsibus0 at nvme0: 2 targets, initiator 0
sd0 at scsibus0 targ 1 lun 0: <NVMe, Samsung SSD 970, 2B2Q>
sd0: 476940MB, 512 bytes/sector, 976773168 sectors
dwpcie2: can't initialize hardware
fusbtc0: attached (sink)
fusbtc0: connected in device mode
scsibus1 at sdmmc0: 2 targets, initiator 0
sd1 at scsibus1 targ 1 lun 0: <SD/MMC, JB1RT, 0030> removable
sd1: 30528MB, 512 bytes/sector, 62521344 sectors
sdmmc1: can't enable card
uhub7 at uhub0 port 1 configuration 1 interface 0 "Terminus Technology USB 2.0 
Hub" rev 2.00/1.11 addr 2
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd1a (f38c74c9b149cce7.a) swap on sd1b dump on sd1b


Reply via email to