Re: [Ms-nfs41-client-devel] FreeBSD 16.0-CURRENT nfsd causes kernel panic when ms-nfs41-client runs WinZFS from file
Roland Mainz <[email protected]> Wed, 24 Jun 2026 18:58:58 +0200
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <CAKAoaQniuyNCsw346vdL0QR_aaDgvir1UHFTaS-D=Ot7UG2+vg@mail.gmail.com> |
On Tue, Jun 16, 2026 at 3:03 PM Rick Macklem <[email protected]> wrote: > > On Tue, Jun 16, 2026 at 1:42 AM Aurélien Couderc > <[email protected]> wrote: > > > > FreeBSD NFSD causes repeated kernel panics with ms-nfs41-client, but > > only if we run a Windows OpenZFS zpool from a NFS filesystem. > > > > Steps to use OpenZFS on NFS (I've send the instructions to Roland): > > cd nfs_subdir_on_freebsd26 > > truncate -s $((512*1024*1024*1024)) poolfile1.bin > > chmod a+rw poolfile1.bin > > zpool.exe create -o ashift=15 -o autotrim=on -O > > casesensitivity=insensitive -O driveletter=Z nfspool1 > > "\\\\?\\$(cygpath -w "$PWD/poolfile1.bin")" > > > > The ZFS filesystem on Windows works for a while until the FreeBSD > > kernel drops into the kernel debugger prompt, warning that NFSD had > > become unresponsive. > > > > How can I debug this? > Capture packets until the FreeBSD server hangs. On the FreeBSD > server: > # tcpdump -s 0 -w out.pcap host <windows-client> > --> Hopefully the hang doesn't result in a huge out.pcap, but.. > > Create a bug report on bugs.freebsd.org and either attach > out.pcap to it or email me w.r.t. where I can grab it. > > I need to be able to look at out.pcap in wireshark. > > Once the FreeBSD server appears hung.. > - If you can get onto it before it panics. > # ps axHl > proc.txt > # procstat -kk -a > stat.txt > and attach both proc.txt and stat.txt to the bug report as well. I can reproduce the issue, including the panic. Long before the FreeBSD kernel panic the Windows NFSv4.2 client (ms-nfs41-client) can mount but not cd into the nfs shares and hang forever. Sometimes the TCP connection gets dropped, but reconnect also does hang. Steps to reproduce on the ms-nfs41-client side: 1. OpenZFS Installation: ---- snip ---- wget 'https://github.com/openzfsonwindows/openzfs/releases/download/zfswin-2.4.1rc12/OpenZFSOnWindows-debug-2.4.1rc12.exe' chmod a+x OpenZFSOnWindows-debug-2.4.1rc12.exe ./OpenZFSOnWindows-debug-2.4.1rc12 <reboot> ---- snip ---- 2. Mount filesystem on Windows machine: Mount nfs share via $ /sbin/nfs_globalmount -o rw 'F:' 'nfs://11.22.33.44//path/to/mountdoom' ... 3. Create ZFS pool and assign it the drive letter "U:": ---- snip ---- # cd into NFS subdir truncate -s $((128*1024*1024*1024)) poolfile1.bin chmod a+rw poolfile1.bin zpool.exe create -o ashift=15 -o autotrim=on -O xattr=dir -O casesensitivity=insensitive -O driveletter=U nfspool1 "\\\\?\\$(cygpath -w "$PWD/poolfile1.bin")" ---- snip ---- 4. Do some stuff on U: 5. Unmount+remove pool: ---- snip ---- zpool export nfspool1 ---- snip ---- 6. Import pool and mount it again: ---- snip ---- # cd into NFS subdir zpool.exe import -d "$(cygpath -w "$PWD")" nfspool1 ---- snip ---- Repeat steps 4-6 until it hangs in importing the pool (step 6) - a cd into the nfs dir should hang then too. I've attached the requested "proc.txt" and "stat.txt" from my FreeBSD 16.0 machine (uname -a == 'FreeBSD freebsd16002 16.0-CURRENT FreeBSD 16.0-CURRENT main-n285769-1d24638d3e88 GENERIC amd64 ') to this email, and I uploaded a kernel dump to http://nrubsig.org/freebsd16002_nfs_kerneldeadlockpanicwithnfs20260624.tar.bz2 (this will be deleted in 32 days) ... IMO it would be nice if someone could post a kernel stacktrace here... ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [email protected] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;)
proc.txt
(text/plain, 33.6 KB)
UID PID PPID C PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/kernel] 0 0 0 0 -54 0 0 2928 - DLs - 0:00.19 [kernel/softirq_0] 0 0 0 1 -54 0 0 2928 - DLs - 0:00.23 [kernel/softirq_1] 0 0 0 0 -54 0 0 2928 - DLs - 0:23.09 [kernel/if_io_tqg_0] 0 0 0 1 -54 0 0 2928 - DLs - 3:18.77 [kernel/if_io_tqg_1] 0 0 0 1 -54 0 0 2928 - DLs - 0:00.00 [kernel/if_config_tqg_0] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/kqueue_ctx taskq] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/jail_remove taskq] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/bus taskq] 0 0 0 0 -9 0 0 2928 - DLs - 0:07.23 [kernel/thread taskq] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/aiod_kick taskq] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/deferred_unmount ta] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/inm_free taskq] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/in6m_free taskq] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/linuxkpi_irq_wq] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/linuxkpi_short_wq_0] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/linuxkpi_short_wq_1] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/linuxkpi_short_wq_2] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/linuxkpi_short_wq_3] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/linuxkpi_long_wq_0] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/linuxkpi_long_wq_1] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/linuxkpi_long_wq_2] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/linuxkpi_long_wq_3] 0 0 0 0 -9 0 0 2928 - DLs - 0:00.00 [kernel/firmware taskq] 0 0 0 1 -16 0 0 2928 - DLs - 0:00.00 [kernel/crypto_0] 0 0 0 1 -16 0 0 2928 - DLs - 0:00.00 [kernel/crypto_1] 0 0 0 1 -55 0 0 2928 - DLs - 14:56.09 [kernel/if_em0_tq] 0 0 0 0 -13 0 0 2928 - DLs - 0:00.00 [kernel/system_taskq_0] 0 0 0 0 -13 0 0 2928 - DLs - 0:00.01 [kernel/system_taskq_1] 0 0 0 0 -13 0 0 2928 - DLs - 0:00.00 [kernel/system_delay_taskq_] 0 0 0 0 -13 0 0 2928 - DLs - 0:00.00 [kernel/system_delay_taskq_] 0 0 0 1 -15 0 0 2928 - DLs - 0:26.17 [kernel/deadlkres] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_0] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_1] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_2] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_3] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_4] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_5] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_6] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_7] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_8] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_9] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_10] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_11] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_12] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_13] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_14] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_15] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_16] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_17] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_18] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_19] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_20] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_21] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_22] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_23] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_24] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_25] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_26] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_27] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_28] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_29] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_30] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/zvol_tq-0_31] 0 0 0 0 -13 0 0 2928 - DLs - 0:23.60 [kernel/arc_prune] 0 0 0 0 -13 0 0 2928 - DLs - 0:00.00 [kernel/arc_flush_0] 0 0 0 0 0 0 0 2928 - DLs - 0:00.00 [kernel/arc_flush_1] 0 0 0 0 -9 0 0 2928 - DLs - 0:00.00 [kernel/acpi_task_0] 0 0 0 1 -9 0 0 2928 - DLs - 0:00.00 [kernel/acpi_task_1] 0 0 0 0 -9 0 0 2928 - DLs - 0:00.00 [kernel/acpi_task_2] 0 0 0 1 -54 0 0 2928 - DLs - 0:00.08 [kernel/mca taskq] 0 0 0 0 -13 0 0 2928 - DLs - 0:00.00 [kernel/CAM taskq] 0 0 0 1 -15 0 0 2928 - DLs - 0:07.52 [kernel/z_null_iss] 0 0 0 0 -15 0 0 2928 - DLs - 0:01.41 [kernel/z_null_int] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_0] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_1] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_2] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_3] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_4] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_5] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_6] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_7] 0 0 0 0 -15 0 0 2928 - DLs - 0:57.05 [kernel/z_rd_int] 0 0 0 1 -14 0 0 2928 - DLs - 1:58.48 [kernel/z_wr_iss] 0 0 0 1 -15 0 0 2928 - DLs - 1:37.60 [kernel/z_wr_int] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_0] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_1] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_2] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_3] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_4] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_5] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_6] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_7] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_8] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_9] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_10] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_11] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_12] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_13] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_14] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_15] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_16] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_17] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_18] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_19] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_20] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_21] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_22] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_23] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_24] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_25] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_26] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_27] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_28] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_29] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_30] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_31] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_int] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_cl_iss] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_cl_int] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_flush_iss] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_flush_int] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_trim_iss_0] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_trim_iss_1] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_trim_iss_2] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_trim_iss_3] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_trim_int] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.01 [kernel/z_null_iss] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.01 [kernel/z_null_int] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_0] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_1] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_2] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_3] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_4] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_5] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_6] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_rd_iss_7] 0 0 0 0 -15 0 0 2928 - DLs - 0:01.88 [kernel/z_rd_int] 0 0 0 0 -14 0 0 2928 - DLs - 0:00.67 [kernel/z_wr_iss] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.40 [kernel/z_wr_int] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_0] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_1] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_2] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_3] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_4] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_5] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_6] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_7] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_8] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_9] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_10] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_11] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_12] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_13] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_14] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_15] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_16] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_17] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_18] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_19] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_20] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_21] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_22] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_23] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_24] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_25] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_26] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_27] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_28] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_29] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_30] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_iss_31] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_fr_int] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_cl_iss] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_cl_int] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_flush_iss] 0 0 0 0 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_flush_int] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_trim_iss_0] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_trim_iss_1] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_trim_iss_2] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_trim_iss_3] 0 0 0 1 -15 0 0 2928 - DLs - 0:00.00 [kernel/z_trim_int] 0 0 0 0 -9 0 0 2928 - DLs - 0:00.00 [kernel/netlink_socket (PID] 0 1 0 1 0 0 14500 2628 wait ILs - 0:00.09 /sbin/init 0 2 0 0 -54 0 0 32 - WL - 2:27.10 [clock/clock (0)] 0 2 0 -1 -54 0 0 32 - WL - 0:00.00 [clock/clock (1)] 0 3 0 1 -15 0 0 48 crypto_w DL - 0:00.00 [crypto/crypto] 0 3 0 1 -15 0 0 48 crypto_r DL - 0:00.00 [crypto/crypto returns 0] 0 3 0 1 -15 0 0 48 crypto_r DL - 0:00.00 [crypto/crypto returns 1] 0 4 0 1 -15 0 0 48 - DL - 0:45.16 [cam/doneq0] 0 4 0 0 -15 0 0 48 - DL - 0:00.00 [cam/async] 0 4 0 0 -15 0 0 48 - DL - 0:01.29 [cam/scanner] 0 5 0 1 -54 0 0 16 - DL - 0:00.00 [busdma] 0 6 0 1 0 0 0 1024 t->zthr_ DL - 0:15.10 [zfskern/arc_evict] 0 6 0 1 -13 0 0 1024 t->zthr_ DL - 0:10.42 [zfskern/arc_reap] 0 6 0 0 -13 0 0 1024 - DL - 0:47.28 [zfskern/dbu_evict] 0 6 0 0 -13 0 0 1024 dbuf_evi DL - 0:26.91 [zfskern/dbuf_evict_thread] 0 6 0 0 -13 0 0 1024 - DL - 0:01.47 [zfskern/z_vdev_file_0] 0 6 0 1 -13 0 0 1024 - DL - 0:00.63 [zfskern/z_vdev_file_1] 0 6 0 0 -13 0 0 1024 - DL - 0:00.51 [zfskern/z_vdev_file_2] 0 6 0 0 -13 0 0 1024 - DL - 0:01.25 [zfskern/z_vdev_file_3] 0 6 0 0 -13 0 0 1024 - DL - 0:00.18 [zfskern/z_vdev_file_4] 0 6 0 0 -13 0 0 1024 - DL - 0:00.57 [zfskern/z_vdev_file_5] 0 6 0 0 -13 0 0 1024 - DL - 0:00.29 [zfskern/z_vdev_file_6] 0 6 0 0 -13 0 0 1024 - DL - 0:00.27 [zfskern/z_vdev_file_7] 0 6 0 0 -13 0 0 1024 - DL - 0:00.21 [zfskern/z_vdev_file_8] 0 6 0 0 -13 0 0 1024 - DL - 0:00.09 [zfskern/z_vdev_file_9] 0 6 0 1 -13 0 0 1024 - DL - 0:00.25 [zfskern/z_vdev_file_10] 0 6 0 1 -13 0 0 1024 - DL - 0:00.08 [zfskern/z_vdev_file_11] 0 6 0 0 -13 0 0 1024 - DL - 0:00.12 [zfskern/z_vdev_file_12] 0 6 0 1 -13 0 0 1024 - DL - 0:00.17 [zfskern/z_vdev_file_13] 0 6 0 0 -13 0 0 1024 - DL - 0:00.50 [zfskern/z_vdev_file_14] 0 6 0 1 -13 0 0 1024 - DL - 0:00.58 [zfskern/z_vdev_file_15] 0 6 0 1 -13 0 0 1024 - DL - 0:00.00 [zfskern/zfsvfs] 0 6 0 0 -13 0 0 1024 zevent_c IL - 0:00.00 [zfskern/sysevent] 0 6 0 0 -13 0 0 1024 - DL - 0:00.02 [zfskern/z_zvol] 0 6 0 0 -15 0 0 1024 - DL - 0:01.30 [zfskern/z_metaslab] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_prefetch_0] 0 6 0 1 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_prefetch_1] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_upgrade_0] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_upgrade_1] 0 6 0 1 -13 0 0 1024 - DL - 0:18.85 [zfskern/dp_sync_taskq] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/dp_zil_clean_taskq_] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/dp_zil_clean_taskq_] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_zrele_0] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_zrele_1] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_unlinked_drain_0] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_unlinked_drain_1] 0 6 0 0 -13 0 0 1024 tx->tx_q DL - 0:02.46 [zfskern/txg_thread_enter] 0 6 0 1 -13 0 0 1024 tx->tx_s DL - 2:18.39 [zfskern/txg_thread_enter] 0 6 0 1 -13 0 0 1024 mmp->mmp DL - 0:05.41 [zfskern/mmp_thread_enter] 0 6 0 1 -13 0 0 1024 t->zthr_ DL - 0:00.00 [zfskern/raidz_expand] 0 6 0 1 -13 0 0 1024 t->zthr_ DL - 0:00.00 [zfskern/z_indirect_condense] 0 6 0 1 -13 0 0 1024 t->zthr_ DL - 0:00.00 [zfskern/z_livelist_destroy] 0 6 0 1 -13 0 0 1024 t->zthr_ DL - 0:00.00 [zfskern/z_livelist_condense] 0 6 0 1 -13 0 0 1024 t->zthr_ DL - 0:00.00 [zfskern/z_checkpoint_discar] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_zvol] 0 6 0 1 -15 0 0 1024 - DL - 0:00.07 [zfskern/z_metaslab] 0 6 0 1 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_prefetch_0] 0 6 0 1 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_prefetch_1] 0 6 0 1 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_upgrade_0] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_upgrade_1] 0 6 0 1 -13 0 0 1024 - DL - 0:00.85 [zfskern/dp_sync_taskq] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/dp_zil_clean_taskq_] 0 6 0 1 -13 0 0 1024 - DL - 0:00.00 [zfskern/dp_zil_clean_taskq_] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_zrele_0] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_zrele_1] 0 6 0 1 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_unlinked_drain_0] 0 6 0 0 -13 0 0 1024 - DL - 0:00.00 [zfskern/z_unlinked_drain_1] 0 6 0 0 -13 0 0 1024 tx->tx_q DL - 0:02.48 [zfskern/txg_thread_enter] 0 6 0 0 -13 0 0 1024 tx->tx_s DL - 0:21.01 [zfskern/txg_thread_enter] 0 6 0 0 -13 0 0 1024 mmp->mmp DL - 0:05.44 [zfskern/mmp_thread_enter] 0 6 0 1 -13 0 0 1024 t->zthr_ DL - 0:00.00 [zfskern/raidz_expand] 0 6 0 1 -13 0 0 1024 t->zthr_ DL - 0:00.00 [zfskern/z_indirect_condense] 0 6 0 1 -13 0 0 1024 t->zthr_ DL - 0:00.00 [zfskern/z_livelist_destroy] 0 6 0 1 -13 0 0 1024 t->zthr_ DL - 0:00.00 [zfskern/z_livelist_condense] 0 6 0 1 -13 0 0 1024 t->zthr_ DL - 0:00.00 [zfskern/z_checkpoint_discar] 0 7 0 0 -15 0 0 16 - DL - 0:34.33 [rand_harvestq] 0 8 0 1 -15 0 0 48 psleep DL - 1:50.68 [pagedaemon/dom0] 0 8 0 1 -15 0 0 48 launds DL - 0:00.00 [pagedaemon/laundry: dom0] 0 8 0 1 -15 0 0 48 umarcl DL - 0:03.25 [pagedaemon/uma] 0 9 0 1 -15 0 0 16 psleep DL - 0:00.00 [vmdaemon] 0 10 0 1 -15 0 0 16 audit_wo DL - 0:00.00 [audit] 0 11 0 0 199 0 0 32 - RNL - 11917:54.71 [idle/idle: cpu0] 0 11 0 1 199 0 0 32 - RNL - 11914:55.71 [idle/idle: cpu1] 0 12 0 1 -54 0 0 736 - WL - 0:00.00 [intr/swi6: task queue] 0 12 0 1 -54 0 0 736 - WL - 0:00.00 [intr/swi6: Giant taskq] 0 12 0 -1 -54 0 0 736 - WL - 0:00.00 [intr/swi5: fast taskq] 0 12 0 0 -54 0 0 736 - WL - 0:00.03 [intr/swi1: netisr 0] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq14: ata0] 0 12 0 0 -55 0 0 736 - WL - 0:06.72 [intr/irq15: ata1] 0 12 0 0 -55 0 0 736 - WL - 0:58.88 [intr/irq18: uhci0] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq16: pcm0] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq17: ehci0] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq24: pcib3] 0 12 0 0 -55 0 0 736 - WL - 0:46.93 [intr/irq25: pvscsi0] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq26: pcib4] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq27: pcib5] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq28: pcib6] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq29: pcib7] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq30: pcib8] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq31: pcib9] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq32: pcib10] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq33: pcib11] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq34: pcib12] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq35: pcib13] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq36: pcib14] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq37: pcib15] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq38: pcib16] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq39: pcib17] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq40: pcib18] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq41: pcib19] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq42: pcib20] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq43: pcib21] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq44: pcib22] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq45: pcib23] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq46: pcib24] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq47: pcib25] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq48: pcib26] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq49: pcib27] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq50: pcib28] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq51: pcib29] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq52: pcib30] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq53: pcib31] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq54: pcib32] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq55: pcib33] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq56: pcib34] 0 12 0 0 -55 0 0 736 - WL - 0:00.00 [intr/irq1: atkbd0] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq12: psm0] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq57: vmci0:dg] 0 12 0 -1 -55 0 0 736 - WL - 0:00.00 [intr/irq58: vmci0:bm] 0 13 0 1 -13 0 0 48 - DL - 0:00.02 [geom/g_event] 0 13 0 0 -13 0 0 48 - DL - 0:00.00 [geom/g_up] 0 13 0 1 -13 0 0 48 - DL - 0:00.00 [geom/g_down] 0 14 0 1 -54 0 0 160 - DL - 0:00.00 [usb/usbus0] 0 14 0 0 -54 0 0 160 - DL - 0:00.00 [usb/usbus0] 0 14 0 1 -54 0 0 160 - DL - 0:00.00 [usb/usbus0] 0 14 0 0 -54 0 0 160 - DL - 0:38.21 [usb/usbus0] 0 14 0 1 -54 0 0 160 - DL - 0:44.79 [usb/usbus0] 0 14 0 0 -54 0 0 160 - DL - 0:00.00 [usb/usbus1] 0 14 0 0 -54 0 0 160 - DL - 0:00.00 [usb/usbus1] 0 14 0 0 -54 0 0 160 - DL - 0:00.00 [usb/usbus1] 0 14 0 0 -54 0 0 160 - DL - 0:08.13 [usb/usbus1] 0 14 0 0 -54 0 0 160 - DL - 0:00.00 [usb/usbus1] 0 15 0 0 -15 0 0 48 psleep DL - 0:03.96 [bufdaemon/bufdaemon] 0 15 0 1 -15 0 0 48 - DL - 0:02.94 [bufdaemon/bufspacedaemon-0] 0 15 0 1 -15 0 0 48 - DL - 0:02.97 [bufdaemon/bufspacedaemon-1] 0 16 0 1 0 0 0 16 vlruwt DL - 0:02.99 [vnlru] 0 17 0 1 -7 0 0 16 syncer DL - 0:05.97 [syncer] 0 335 1 0 0 0 55012 32384 select S - 8:27.21 /usr/local/bin/vmtoolsd -c /usr/local/share/vmware-tools/tools.conf -p /usr/local/lib/open-vm-tools/plugins/vmsvc 0 335 1 1 59 0 55012 32384 uwait I - 0:00.00 /usr/local/bin/vmtoolsd -c /usr/local/share/vmware-tools/tools.conf -p /usr/local/lib/open-vm-tools/plugins/vmsvc 0 335 1 1 0 0 55012 32384 uwait S - 0:16.78 /usr/local/bin/vmtoolsd -c /usr/local/share/vmware-tools/tools.conf -p /usr/local/lib/open-vm-tools/plugins/vmsvc 0 1082 1 1 0 0 15980 4620 select Is - 0:00.34 /sbin/devd 0 1177 1 0 15 0 14596 2940 sigsusp Is - 0:00.00 nfsuserd: master (nfsuserd) 0 1178 1177 0 0 0 14596 2940 select S - 0:00.59 nfsuserd: server (nfsuserd) 0 1179 1177 0 0 0 14596 2940 sbwait I - 0:00.08 nfsuserd: server (nfsuserd) 0 1180 1177 1 0 0 14596 2940 sbwait I - 0:00.61 nfsuserd: server (nfsuserd) 0 1181 1177 0 0 0 14596 2940 select S - 0:00.58 nfsuserd: server (nfsuserd) 0 1214 1 1 11 0 14196 2888 accept Is - 0:00.00 nfscbd: master (nfscbd) 0 1215 1214 0 9 0 14196 2936 rpcsvc S - 0:01.09 nfscbd: server (nfscbd) 0 1215 1214 1 9 0 14196 2936 rpcsvc I - 0:00.00 nfscbd: server (nfscbd) 0 1215 1214 0 9 0 14196 2936 rpcsvc I - 0:00.00 nfscbd: server (nfscbd) 0 1215 1214 0 9 0 14196 2936 rpcsvc I - 0:00.00 nfscbd: server (nfscbd) 0 1363 1 1 0 0 14556 3456 kqread ICs - 0:01.11 /usr/sbin/syslogd -s 0 1366 1 0 0 0 14556 3276 select I - 0:00.01 syslogd: syslogd.casper (syslogd) 0 1367 1 0 59 0 14556 3240 select Is - 0:00.00 syslogd: system.net (syslogd) 0 1406 1 0 0 0 14392 3268 select Is - 0:00.92 /usr/sbin/rpcbind 0 1475 1 0 0 0 22336 6464 select Ss - 0:37.00 /usr/sbin/ntpd -p /var/db/ntp/ntpd.pid -c /etc/ntp.conf -f /var/db/ntp/ntpd.drift -g 0 1528 1 0 0 0 14344 3248 select Ss - 1:20.78 /usr/sbin/mountd -r -S /etc/exports /etc/zfs/exports 0 1546 1 0 0 0 14316 3100 select Is - 0:00.06 nfsd: master (nfsd) 0 1548 1546 1 -54 0 14320 3296 zfs D - 1:20.76 nfsd: server (nfsd) 0 1548 1546 0 -54 0 14320 3296 zfs D - 0:01.19 nfsd: server (nfsd) 0 1548 1546 0 0 0 14320 3296 nfsclseq D - 0:04.71 nfsd: server (nfsd) 0 1548 1546 0 7 0 14320 3296 zfs D - 0:00.00 nfsd: server (nfsd) 0 1548 1546 0 5 0 14320 3296 zfs D - 0:05.09 nfsd: server (nfsd) 0 1548 1546 0 7 0 14320 3296 zfs D - 0:00.00 nfsd: server (nfsd) 0 1548 1546 1 7 0 14320 3296 zfs D - 0:13.05 nfsd: server (nfsd) 0 1548 1546 1 7 0 14320 3296 zfs D - 0:00.00 nfsd: server (nfsd) 0 1548 1546 0 7 0 14320 3296 zfs D - 0:00.00 nfsd: server (nfsd) 0 1548 1546 1 -54 0 14320 3296 zfs D - 0:01.40 nfsd: server (nfsd) 0 1548 1546 1 1 0 14320 3296 zfs D - 0:03.02 nfsd: server (nfsd) 0 1548 1546 0 7 0 14320 3296 zfs D - 0:00.00 nfsd: server (nfsd) 0 1548 1546 0 1 0 14320 3296 zfs D - 0:07.23 nfsd: server (nfsd) 0 1548 1546 0 7 0 14320 3296 zfs D - 0:00.00 nfsd: server (nfsd) 0 1548 1546 0 -54 0 14320 3296 zfs D - 0:00.48 nfsd: server (nfsd) 0 1548 1546 1 7 0 14320 3296 zfs D - 0:00.00 nfsd: server (nfsd) 0 1605 1 0 0 0 25412 10888 select Is - 0:00.01 sshd: /usr/sbin/sshd [listener] 0 of 10-100 startups (sshd) 0 1614 1 0 0 0 14408 3088 nanslp Ss - 0:04.10 /usr/sbin/cron -s 0 2173 1605 1 3 0 25924 11768 select Is - 0:00.03 sshd-session: root [priv] (sshd-session) 0 2176 2173 1 0 0 28484 12436 select S - 0:00.31 sshd-session: root@pts/0 (sshd-session) 0 2181 0 1 5 0 0 16 aiordy DL - 0:00.12 [aiod1] 0 2182 0 0 5 0 0 16 aiordy DL - 0:00.12 [aiod2] 0 2183 0 0 5 0 0 16 aiordy DL - 0:00.12 [aiod3] 0 2184 0 0 5 0 0 16 aiordy DL - 0:00.12 [aiod4] 0 1633 1 1 0 0 14332 2824 ttyin Is+ v0 0:00.00 /usr/libexec/getty Pc ttyv0 0 1634 1 1 59 0 14332 2824 ttyin Is+ v1 0:00.00 /usr/libexec/getty Pc ttyv1 0 1635 1 0 59 0 14332 2816 ttyin Is+ v2 0:00.00 /usr/libexec/getty Pc ttyv2 0 1636 1 1 59 0 14332 2824 ttyin Is+ v3 0:00.00 /usr/libexec/getty Pc ttyv3 0 1637 1 0 59 0 14332 2820 ttyin Is+ v4 0:00.00 /usr/libexec/getty Pc ttyv4 0 1638 1 1 59 0 14332 2820 ttyin Is+ v5 0:00.00 /usr/libexec/getty Pc ttyv5 0 1639 1 0 59 0 14332 2816 ttyin Is+ v6 0:00.00 /usr/libexec/getty Pc ttyv6 0 1640 1 0 59 0 14332 2816 ttyin Is+ v7 0:00.00 /usr/libexec/getty Pc ttyv7 0 2177 2176 0 0 0 14872 3792 wait Ss 0 0:00.08 -sh (sh) 0 21758 2177 1 0 0 14952 4092 - R+ 0 0:00.01 ps axHl
stat.txt
(text/plain, 65.6 KB)
PID TID COMM TDNAME KSTACK
0 100000 kernel - mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 mi_startup+0x273 btext+0x23
0 100005 kernel softirq_0 mi_switch+0x172 sleepq_switch+0x109 msleep_spin_sbt+0x156 gtaskqueue_thread_loop+0x104 fork_exit+0x82 fork_trampoline+0xe
0 100006 kernel softirq_1 mi_switch+0x172 sleepq_switch+0x109 msleep_spin_sbt+0x156 gtaskqueue_thread_loop+0x104 fork_exit+0x82 fork_trampoline+0xe
0 100007 kernel if_io_tqg_0 mi_switch+0x172 sleepq_switch+0x109 msleep_spin_sbt+0x156 gtaskqueue_thread_loop+0x104 fork_exit+0x82 fork_trampoline+0xe
0 100008 kernel if_io_tqg_1 mi_switch+0x172 sleepq_switch+0x109 msleep_spin_sbt+0x156 gtaskqueue_thread_loop+0x104 fork_exit+0x82 fork_trampoline+0xe
0 100009 kernel if_config_tqg_0 mi_switch+0x172 sleepq_switch+0x109 msleep_spin_sbt+0x156 gtaskqueue_thread_loop+0x104 fork_exit+0x82 fork_trampoline+0xe
0 100010 kernel kqueue_ctx taskq mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100011 kernel jail_remove taskq mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100012 kernel bus taskq mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100015 kernel thread taskq mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100017 kernel aiod_kick taskq mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100018 kernel deferred_unmount ta mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100019 kernel inm_free taskq mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100020 kernel in6m_free taskq mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100021 kernel linuxkpi_irq_wq mi_switch+0x172 sleepq_switch+0x109 msleep_spin_sbt+0x156 taskqueue_thread_loop+0x104 fork_exit+0x82 fork_trampoline+0xe
0 100022 kernel linuxkpi_short_wq_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100023 kernel linuxkpi_short_wq_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100024 kernel linuxkpi_short_wq_2 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100025 kernel linuxkpi_short_wq_3 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100026 kernel linuxkpi_long_wq_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100027 kernel linuxkpi_long_wq_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100028 kernel linuxkpi_long_wq_2 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100029 kernel linuxkpi_long_wq_3 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100034 kernel firmware taskq mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100038 kernel crypto_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100039 kernel crypto_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100054 kernel if_em0_tq mi_switch+0x172 sleepq_switch+0x109 msleep_spin_sbt+0x156 taskqueue_thread_loop+0x104 fork_exit+0x82 fork_trampoline+0xe
0 100097 kernel system_taskq_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100098 kernel system_taskq_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100099 kernel system_delay_taskq_ mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100100 kernel system_delay_taskq_ mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100101 kernel deadlkres mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b pause_sbt+0x7d deadlkres+0x65 fork_exit+0x82 fork_trampoline+0xe
0 100102 kernel zvol_tq-0_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100103 kernel zvol_tq-0_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100104 kernel zvol_tq-0_2 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100105 kernel zvol_tq-0_3 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100106 kernel zvol_tq-0_4 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100107 kernel zvol_tq-0_5 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100108 kernel zvol_tq-0_6 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100109 kernel zvol_tq-0_7 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100110 kernel zvol_tq-0_8 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100111 kernel zvol_tq-0_9 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100112 kernel zvol_tq-0_10 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100113 kernel zvol_tq-0_11 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100114 kernel zvol_tq-0_12 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100115 kernel zvol_tq-0_13 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100116 kernel zvol_tq-0_14 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100117 kernel zvol_tq-0_15 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100118 kernel zvol_tq-0_16 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100119 kernel zvol_tq-0_17 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100120 kernel zvol_tq-0_18 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100121 kernel zvol_tq-0_19 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100122 kernel zvol_tq-0_20 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100123 kernel zvol_tq-0_21 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100124 kernel zvol_tq-0_22 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100125 kernel zvol_tq-0_23 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100126 kernel zvol_tq-0_24 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100127 kernel zvol_tq-0_25 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100128 kernel zvol_tq-0_26 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100129 kernel zvol_tq-0_27 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100130 kernel zvol_tq-0_28 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100131 kernel zvol_tq-0_29 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100132 kernel zvol_tq-0_30 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100133 kernel zvol_tq-0_31 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100134 kernel arc_prune mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100135 kernel arc_flush_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100136 kernel arc_flush_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100159 kernel acpi_task_0 mi_switch+0x172 sleepq_switch+0x109 msleep_spin_sbt+0x156 taskqueue_thread_loop+0x104 fork_exit+0x82 fork_trampoline+0xe
0 100160 kernel acpi_task_1 mi_switch+0x172 sleepq_switch+0x109 msleep_spin_sbt+0x156 taskqueue_thread_loop+0x104 fork_exit+0x82 fork_trampoline+0xe
0 100161 kernel acpi_task_2 mi_switch+0x172 sleepq_switch+0x109 msleep_spin_sbt+0x156 taskqueue_thread_loop+0x104 fork_exit+0x82 fork_trampoline+0xe
0 100163 kernel mca taskq mi_switch+0x172 sleepq_switch+0x109 msleep_spin_sbt+0x156 taskqueue_thread_loop+0x104 fork_exit+0x82 fork_trampoline+0xe
0 100164 kernel CAM taskq mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100175 kernel z_null_iss mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100176 kernel z_null_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100177 kernel z_rd_iss_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100178 kernel z_rd_iss_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100179 kernel z_rd_iss_2 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100180 kernel z_rd_iss_3 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100181 kernel z_rd_iss_4 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100182 kernel z_rd_iss_5 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100183 kernel z_rd_iss_6 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100184 kernel z_rd_iss_7 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100185 kernel z_rd_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100186 kernel z_wr_iss mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100187 kernel z_wr_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100188 kernel z_fr_iss_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100189 kernel z_fr_iss_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100190 kernel z_fr_iss_2 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100191 kernel z_fr_iss_3 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100192 kernel z_fr_iss_4 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100193 kernel z_fr_iss_5 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100194 kernel z_fr_iss_6 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100195 kernel z_fr_iss_7 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100196 kernel z_fr_iss_8 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100197 kernel z_fr_iss_9 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100198 kernel z_fr_iss_10 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100199 kernel z_fr_iss_11 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100200 kernel z_fr_iss_12 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100201 kernel z_fr_iss_13 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100202 kernel z_fr_iss_14 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100203 kernel z_fr_iss_15 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100204 kernel z_fr_iss_16 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100205 kernel z_fr_iss_17 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100206 kernel z_fr_iss_18 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100207 kernel z_fr_iss_19 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100208 kernel z_fr_iss_20 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100209 kernel z_fr_iss_21 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100210 kernel z_fr_iss_22 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100211 kernel z_fr_iss_23 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100212 kernel z_fr_iss_24 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100213 kernel z_fr_iss_25 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100214 kernel z_fr_iss_26 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100215 kernel z_fr_iss_27 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100216 kernel z_fr_iss_28 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100217 kernel z_fr_iss_29 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100218 kernel z_fr_iss_30 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100219 kernel z_fr_iss_31 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100220 kernel z_fr_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100221 kernel z_cl_iss mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100222 kernel z_cl_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100223 kernel z_flush_iss mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100224 kernel z_flush_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100225 kernel z_trim_iss_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100226 kernel z_trim_iss_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100227 kernel z_trim_iss_2 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100228 kernel z_trim_iss_3 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100229 kernel z_trim_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100363 kernel z_null_iss mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100364 kernel z_null_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100365 kernel z_rd_iss_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100366 kernel z_rd_iss_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100367 kernel z_rd_iss_2 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100368 kernel z_rd_iss_3 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100369 kernel z_rd_iss_4 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100370 kernel z_rd_iss_5 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100371 kernel z_rd_iss_6 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100372 kernel z_rd_iss_7 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100373 kernel z_rd_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100374 kernel z_wr_iss mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100375 kernel z_wr_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100376 kernel z_fr_iss_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100377 kernel z_fr_iss_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100378 kernel z_fr_iss_2 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100379 kernel z_fr_iss_3 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100380 kernel z_fr_iss_4 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100381 kernel z_fr_iss_5 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100382 kernel z_fr_iss_6 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100383 kernel z_fr_iss_7 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100384 kernel z_fr_iss_8 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100385 kernel z_fr_iss_9 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100386 kernel z_fr_iss_10 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100387 kernel z_fr_iss_11 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100388 kernel z_fr_iss_12 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100389 kernel z_fr_iss_13 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100390 kernel z_fr_iss_14 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100391 kernel z_fr_iss_15 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100392 kernel z_fr_iss_16 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100393 kernel z_fr_iss_17 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100394 kernel z_fr_iss_18 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100395 kernel z_fr_iss_19 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100396 kernel z_fr_iss_20 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100397 kernel z_fr_iss_21 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100398 kernel z_fr_iss_22 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100399 kernel z_fr_iss_23 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100400 kernel z_fr_iss_24 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100401 kernel z_fr_iss_25 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100402 kernel z_fr_iss_26 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100403 kernel z_fr_iss_27 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100404 kernel z_fr_iss_28 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100405 kernel z_fr_iss_29 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100406 kernel z_fr_iss_30 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100407 kernel z_fr_iss_31 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100408 kernel z_fr_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100409 kernel z_cl_iss mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100410 kernel z_cl_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100411 kernel z_flush_iss mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100412 kernel z_flush_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100413 kernel z_trim_iss_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100414 kernel z_trim_iss_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100415 kernel z_trim_iss_2 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100416 kernel z_trim_iss_3 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 100417 kernel z_trim_int mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
0 101012 kernel netlink_socket (PID mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
1 100002 init - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _sleep+0x29a kern_wait6+0x39b sys_wait4+0x6b amd64_syscall+0x168 fast_syscall_common+0xf8
2 100031 clock clock (0) mi_switch+0x172 softclock_thread+0x6e fork_exit+0x82 fork_trampoline+0xe
2 100032 clock clock (1)
3 100040 crypto - mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 crypto_dispatch_thread+0x193 fork_exit+0x82 fork_trampoline+0xe
3 100041 crypto crypto returns 0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 crypto_ret_thread+0x144 fork_exit+0x82 fork_trampoline+0xe
3 100042 crypto crypto returns 1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 crypto_ret_thread+0x144 fork_exit+0x82 fork_trampoline+0xe
4 100043 cam doneq0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 xpt_done_td+0xc8 fork_exit+0x82 fork_trampoline+0xe
4 100044 cam async mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 xpt_async_td+0xa1 fork_exit+0x82 fork_trampoline+0xe
4 100165 cam scanner mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 xpt_scanner_thread+0x68 fork_exit+0x82 fork_trampoline+0xe
5 100045 busdma - mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 busdma_thread+0xd9 fork_exit+0x82 fork_trampoline+0xe
6 100137 zfskern arc_evict mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _cv_timedwait_sbt+0x187 zthr_procedure+0x194 fork_exit+0x82 fork_trampoline+0xe
6 100138 zfskern arc_reap mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _cv_timedwait_sbt+0x187 zthr_procedure+0x194 fork_exit+0x82 fork_trampoline+0xe
6 100139 zfskern dbu_evict mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100140 zfskern dbuf_evict_thread mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _cv_timedwait_sbt+0x187 dbuf_evict_thread+0x389 fork_exit+0x82 fork_trampoline+0xe
6 100141 zfskern z_vdev_file_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100142 zfskern z_vdev_file_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100143 zfskern z_vdev_file_2 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100144 zfskern z_vdev_file_3 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100145 zfskern z_vdev_file_4 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100146 zfskern z_vdev_file_5 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100147 zfskern z_vdev_file_6 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100148 zfskern z_vdev_file_7 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100149 zfskern z_vdev_file_8 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100150 zfskern z_vdev_file_9 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100151 zfskern z_vdev_file_10 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100152 zfskern z_vdev_file_11 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100153 zfskern z_vdev_file_12 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100154 zfskern z_vdev_file_13 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100155 zfskern z_vdev_file_14 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100156 zfskern z_vdev_file_15 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100157 zfskern zfsvfs mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100158 zfskern sysevent mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 zfs_zevent_wait+0x4c sysevent_worker+0x39 fork_exit+0x82 fork_trampoline+0xe
6 100230 zfskern z_zvol mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100231 zfskern z_metaslab mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100232 zfskern z_prefetch_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100233 zfskern z_prefetch_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100234 zfskern z_upgrade_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100235 zfskern z_upgrade_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100238 zfskern dp_sync_taskq mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100239 zfskern dp_zil_clean_taskq_ mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100240 zfskern dp_zil_clean_taskq_ mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100241 zfskern z_zrele_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100242 zfskern z_zrele_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100243 zfskern z_unlinked_drain_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100244 zfskern z_unlinked_drain_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100260 zfskern txg_thread_enter mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 txg_thread_wait+0xe2 txg_quiesce_thread+0x144 fork_exit+0x82 fork_trampoline+0xe
6 100261 zfskern txg_thread_enter mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _cv_timedwait_sbt+0x187 txg_thread_wait+0xd4 txg_sync_thread+0x226 fork_exit+0x82 fork_trampoline+0xe
6 100262 zfskern mmp_thread_enter mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _cv_timedwait_sbt+0x187 mmp_thread+0xbdb fork_exit+0x82 fork_trampoline+0xe
6 100263 zfskern raidz_expand mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 zthr_procedure+0x158 fork_exit+0x82 fork_trampoline+0xe
6 100264 zfskern z_indirect_condense mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 zthr_procedure+0x158 fork_exit+0x82 fork_trampoline+0xe
6 100265 zfskern z_livelist_destroy mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 zthr_procedure+0x158 fork_exit+0x82 fork_trampoline+0xe
6 100266 zfskern z_livelist_condense mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 zthr_procedure+0x158 fork_exit+0x82 fork_trampoline+0xe
6 100267 zfskern z_checkpoint_discar mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 zthr_procedure+0x158 fork_exit+0x82 fork_trampoline+0xe
6 100418 zfskern z_zvol mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100419 zfskern z_metaslab mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100420 zfskern z_prefetch_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100421 zfskern z_prefetch_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100422 zfskern z_upgrade_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100423 zfskern z_upgrade_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100426 zfskern dp_sync_taskq mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100427 zfskern dp_zil_clean_taskq_ mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100428 zfskern dp_zil_clean_taskq_ mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100429 zfskern z_zrele_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100430 zfskern z_zrele_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100431 zfskern z_unlinked_drain_0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100432 zfskern z_unlinked_drain_1 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 taskqueue_thread_loop+0xc1 fork_exit+0x82 fork_trampoline+0xe
6 100448 zfskern txg_thread_enter mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 txg_thread_wait+0xe2 txg_quiesce_thread+0x144 fork_exit+0x82 fork_trampoline+0xe
6 100449 zfskern txg_thread_enter mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _cv_timedwait_sbt+0x187 txg_thread_wait+0xd4 txg_sync_thread+0x226 fork_exit+0x82 fork_trampoline+0xe
6 100450 zfskern mmp_thread_enter mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _cv_timedwait_sbt+0x187 mmp_thread+0xbdb fork_exit+0x82 fork_trampoline+0xe
6 100451 zfskern raidz_expand mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 zthr_procedure+0x158 fork_exit+0x82 fork_trampoline+0xe
6 100452 zfskern z_indirect_condense mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 zthr_procedure+0x158 fork_exit+0x82 fork_trampoline+0xe
6 100453 zfskern z_livelist_destroy mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 zthr_procedure+0x158 fork_exit+0x82 fork_trampoline+0xe
6 100454 zfskern z_livelist_condense mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 zthr_procedure+0x158 fork_exit+0x82 fork_trampoline+0xe
6 100455 zfskern z_checkpoint_discar mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 zthr_procedure+0x158 fork_exit+0x82 fork_trampoline+0xe
7 100162 rand_harvestq - mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b random_kthread+0xa7 fork_exit+0x82 fork_trampoline+0xe
8 100166 pagedaemon dom0 mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b vm_pageout_worker+0x251 vm_pageout+0x1d7 fork_exit+0x82 fork_trampoline+0xe
8 100171 pagedaemon laundry: dom0 mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 vm_pageout_laundry_worker+0xbbe fork_exit+0x82 fork_trampoline+0xe
8 100172 pagedaemon uma mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b uma_reclaim_worker+0xc8 fork_exit+0x82 fork_trampoline+0xe
9 100167 vmdaemon - mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 vm_daemon+0x82 fork_exit+0x82 fork_trampoline+0xe
10 100001 audit - mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 audit_worker+0x8f fork_exit+0x82 fork_trampoline+0xe
11 100003 idle idle: cpu0 mi_switch+0x172 sched_ule_idletd+0x524 fork_exit+0x82 fork_trampoline+0xe
11 100004 idle idle: cpu1 acpi_cpu_idle+0x26b cpu_idle_acpi+0x50 cpu_idle+0xa6 sched_ule_idletd+0x524 fork_exit+0x82 fork_trampoline+0xe
12 100013 intr swi6: task queue mi_switch+0x172 ithread_loop+0x99 fork_exit+0x82 fork_trampoline+0xe
12 100014 intr swi6: Giant taskq mi_switch+0x172 ithread_loop+0x99 fork_exit+0x82 fork_trampoline+0xe
12 100016 intr swi5: fast taskq
12 100033 intr swi1: netisr 0 mi_switch+0x172 ithread_loop+0x99 fork_exit+0x82 fork_trampoline+0xe
12 100046 intr irq14: ata0
12 100047 intr irq15: ata1 mi_switch+0x172 ithread_loop+0x99 fork_exit+0x82 fork_trampoline+0xe
12 100048 intr irq18: uhci0 mi_switch+0x172 ithread_loop+0x99 fork_exit+0x82 fork_trampoline+0xe
12 100055 intr irq16: pcm0
12 100056 intr irq17: ehci0
12 100062 intr irq24: pcib3
12 100063 intr irq25: pvscsi0 mi_switch+0x172 ithread_loop+0x99 fork_exit+0x82 fork_trampoline+0xe
12 100064 intr irq26: pcib4
12 100065 intr irq27: pcib5
12 100066 intr irq28: pcib6
12 100067 intr irq29: pcib7
12 100068 intr irq30: pcib8
12 100069 intr irq31: pcib9
12 100070 intr irq32: pcib10
12 100071 intr irq33: pcib11
12 100072 intr irq34: pcib12
12 100073 intr irq35: pcib13
12 100074 intr irq36: pcib14
12 100075 intr irq37: pcib15
12 100076 intr irq38: pcib16
12 100077 intr irq39: pcib17
12 100078 intr irq40: pcib18
12 100079 intr irq41: pcib19
12 100080 intr irq42: pcib20
12 100081 intr irq43: pcib21
12 100082 intr irq44: pcib22
12 100083 intr irq45: pcib23
12 100084 intr irq46: pcib24
12 100085 intr irq47: pcib25
12 100086 intr irq48: pcib26
12 100087 intr irq49: pcib27
12 100088 intr irq50: pcib28
12 100089 intr irq51: pcib29
12 100090 intr irq52: pcib30
12 100091 intr irq53: pcib31
12 100092 intr irq54: pcib32
12 100093 intr irq55: pcib33
12 100094 intr irq56: pcib34
12 100095 intr irq1: atkbd0 mi_switch+0x172 ithread_loop+0x99 fork_exit+0x82 fork_trampoline+0xe
12 100096 intr irq12: psm0
12 100460 intr irq57: vmci0:dg
12 100461 intr irq58: vmci0:bm
13 100035 geom g_event mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 g_run_events+0x3e4 fork_exit+0x82 fork_trampoline+0xe
13 100036 geom g_up mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 g_io_schedule_up+0x3c g_up_procbody+0x5c fork_exit+0x82 fork_trampoline+0xe
13 100037 geom g_down mi_switch+0x172 sleepq_switch+0x109 _sleep+0x2a4 g_io_schedule_down+0x3c g_down_procbody+0x5c fork_exit+0x82 fork_trampoline+0xe
14 100049 usb usbus0 mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 usb_process+0xb0 fork_exit+0x82 fork_trampoline+0xe
14 100050 usb usbus0 mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 usb_process+0xb0 fork_exit+0x82 fork_trampoline+0xe
14 100051 usb usbus0 mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 usb_process+0xb0 fork_exit+0x82 fork_trampoline+0xe
14 100052 usb usbus0 mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 usb_process+0xb0 fork_exit+0x82 fork_trampoline+0xe
14 100053 usb usbus0 mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 usb_process+0xb0 fork_exit+0x82 fork_trampoline+0xe
14 100057 usb usbus1 mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 usb_process+0xb0 fork_exit+0x82 fork_trampoline+0xe
14 100058 usb usbus1 mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 usb_process+0xb0 fork_exit+0x82 fork_trampoline+0xe
14 100059 usb usbus1 mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 usb_process+0xb0 fork_exit+0x82 fork_trampoline+0xe
14 100060 usb usbus1 mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 usb_process+0xb0 fork_exit+0x82 fork_trampoline+0xe
14 100061 usb usbus1 mi_switch+0x172 sleepq_switch+0x109 _cv_wait+0x160 usb_process+0xb0 fork_exit+0x82 fork_trampoline+0xe
15 100168 bufdaemon - mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b buf_daemon+0x151 fork_exit+0x82 fork_trampoline+0xe
15 100173 bufdaemon bufspacedaemon-0 mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b bufspace_daemon+0x336 fork_exit+0x82 fork_trampoline+0xe
15 100174 bufdaemon bufspacedaemon-1 mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b bufspace_daemon+0x336 fork_exit+0x82 fork_trampoline+0xe
16 100169 vnlru - mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b vnlru_proc+0x264 fork_exit+0x82 fork_trampoline+0xe
17 100170 syncer - mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _cv_timedwait_sbt+0x187 sched_sync+0x61e fork_exit+0x82 fork_trampoline+0xe
335 100269 vmtoolsd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_timedwait_sig+0x12 _cv_timedwait_sig_sbt+0x187 kern_poll_kfds+0x513 kern_poll+0xfd sys_ppoll+0x70 amd64_syscall+0x168 fast_syscall_common+0xf8
335 100978 vmtoolsd pool-spawner mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _sleep+0x29a umtxq_sleep+0x302 do_wait+0x27a __umtx_op_wait_uint_private+0x54 sys__umtx_op+0x7e amd64_syscall+0x168 fast_syscall_common+0xf8
335 100980 vmtoolsd HangDetector mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_timedwait_sig+0x12 _sleep+0x26f umtxq_sleep+0x302 do_wait+0x27a __umtx_op_wait_uint_private+0x54 sys__umtx_op+0x7e amd64_syscall+0x168 fast_syscall_common+0xf8
1082 100975 devd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_timedwait_sig+0x12 _cv_timedwait_sig_sbt+0x187 kern_select+0xb73 sys_select+0x57 amd64_syscall+0x168 fast_syscall_common+0xf8
1177 100974 nfsuserd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _sleep+0x29a kern_sigsuspend+0x1f2 sys_sigsuspend+0x31 amd64_syscall+0x168 fast_syscall_common+0xf8
1178 100457 nfsuserd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_timedwait_sig+0x12 _cv_timedwait_sig_sbt+0x187 kern_select+0xb73 sys_select+0x57 amd64_syscall+0x168 fast_syscall_common+0xf8
1179 100458 nfsuserd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _sleep+0x29a sbwait+0x7d soreceive_dgram+0x146 soreceive+0x45 kern_recvit+0x181 sys_recvmsg+0x67 amd64_syscall+0x168 fast_syscall_common+0xf8
1180 100278 nfsuserd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _sleep+0x29a sbwait+0x7d soreceive_dgram+0x146 soreceive+0x45 kern_recvit+0x181 sys_recvmsg+0x67 amd64_syscall+0x168 fast_syscall_common+0xf8
1181 100279 nfsuserd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_timedwait_sig+0x12 _cv_timedwait_sig_sbt+0x187 kern_select+0xb73 sys_select+0x57 amd64_syscall+0x168 fast_syscall_common+0xf8
1214 100276 nfscbd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _sleep+0x29a solisten_dequeue+0xa5 kern_accept4+0x1c4 accept1+0x108 amd64_syscall+0x168 fast_syscall_common+0xf8
1215 100277 nfscbd nfscbd: master mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_timedwait_sig+0x12 _cv_timedwait_sig_sbt+0x187 svc_run_internal+0xb3d svc_run+0x280 nfscbd_nfsd+0xe1 nfssvc_nfscl+0x2b9 sys_nfssvc+0xcc amd64_syscall+0x168 fast_syscall_common+0xf8
1215 101009 nfscbd nfscbd: service mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 svc_run_internal+0xb85 svc_thread_start+0xb fork_exit+0x82 fork_trampoline+0xe
1215 101010 nfscbd nfscbd: service mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 svc_run_internal+0xb85 svc_thread_start+0xb fork_exit+0x82 fork_trampoline+0xe
1215 101011 nfscbd nfscbd: service mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 svc_run_internal+0xb85 svc_thread_start+0xb fork_exit+0x82 fork_trampoline+0xe
1363 100996 syslogd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _sleep+0x29a kqueue_scan+0x9ed kqueue_kevent+0x13b kern_kevent_fp+0x9b kern_kevent+0x82 kern_kevent_generic+0x70 sys_kevent+0x76 amd64_syscall+0x168 fast_syscall_common+0xf8
1366 100995 syslogd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 kern_select+0xb99 sys_select+0x57 amd64_syscall+0x168 fast_syscall_common+0xf8
1367 100274 syslogd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 kern_select+0xb99 sys_select+0x57 amd64_syscall+0x168 fast_syscall_common+0xf8
1406 100275 rpcbind - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_timedwait_sig+0x12 _cv_timedwait_sig_sbt+0x187 kern_poll_kfds+0x513 kern_poll+0xfd sys_poll+0x50 amd64_syscall+0x168 fast_syscall_common+0xf8
1475 101013 ntpd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 kern_select+0xb99 sys_select+0x57 amd64_syscall+0x168 fast_syscall_common+0xf8
1528 101015 mountd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_timedwait_sig+0x12 _cv_timedwait_sig_sbt+0x187 kern_select+0xb73 sys_select+0x57 amd64_syscall+0x168 fast_syscall_common+0xf8
1546 101014 nfsd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 kern_select+0xb99 sys_select+0x57 amd64_syscall+0x168 fast_syscall_common+0xf8
1548 100977 nfsd nfsd: master mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_xlock_hard+0x3d0 VOP_LOCK1_APV+0x32 _vn_lock+0x53 vget_finish+0xaf cache_lookup+0x2b0 vfs_cache_lookup+0x7c VOP_LOOKUP_APV+0x4f vfs_lookup+0x5aa nfsvno_namei+0x1b3 nfsrvd_open+0x8bb nfsrvd_dorpc+0x1238 nfssvc_program+0x808 svc_run_internal+0xab8 svc_run+0x280 nfsrvd_nfsd+0x3d3
1548 101026 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_slock_hard+0x3c3 VOP_LOCK1_APV+0x32 _vn_lock+0x53 zfs_fhtovp+0x3ac nfsvno_fhtovp+0x40 nfsd_fhtovp+0xd7 nfsrvd_dorpc+0xf07 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82 fork_trampoline+0xe
1548 101028 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b nfsv4_sequencelookup+0x11f nfsrv_cbcallargs+0x163 nfsrv_docallback+0x1fb nfsrv_delegconflict+0x162 nfsrv_opencheck+0x2b5 nfsvno_open+0x363 nfsrvd_open+0x995 nfsrvd_dorpc+0x1238 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82 fork_trampoline+0xe
1548 101029 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_xlock_hard+0x3d0 VOP_LOCK1_APV+0x32 _vn_lock+0x53 vget_finish+0xaf cache_lookup+0x2b0 vfs_cache_lookup+0x7c VOP_LOOKUP_APV+0x4f vfs_lookup+0x5aa nfsvno_namei+0x1b3 nfsrvd_lookup+0x1a6 nfsrvd_dorpc+0x1238 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82
1548 101030 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_xlock_hard+0x3d0 VOP_LOCK1_APV+0x32 _vn_lock+0x53 vget_finish+0xaf cache_lookup+0x2b0 vfs_cache_lookup+0x7c VOP_LOOKUP_APV+0x4f vfs_lookup+0x5aa nfsvno_namei+0x1b3 nfsrvd_lookup+0x1a6 nfsrvd_dorpc+0x1238 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82
1548 101031 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_slock_hard+0x3c3 VOP_LOCK1_APV+0x32 _vn_lock+0x53 zfs_fhtovp+0x3ac nfsvno_fhtovp+0x40 nfsd_fhtovp+0xd7 nfsrvd_dorpc+0xf07 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82 fork_trampoline+0xe
1548 101032 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_xlock_hard+0x3d0 VOP_LOCK1_APV+0x32 _vn_lock+0x53 vget_finish+0xaf cache_lookup+0x2b0 vfs_cache_lookup+0x7c VOP_LOOKUP_APV+0x4f vfs_lookup+0x5aa nfsvno_namei+0x1b3 nfsrvd_open+0x8bb nfsrvd_dorpc+0x1238 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82
1548 101033 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_xlock_hard+0x3d0 VOP_LOCK1_APV+0x32 _vn_lock+0x53 vget_finish+0xaf cache_lookup+0x2b0 vfs_cache_lookup+0x7c VOP_LOOKUP_APV+0x4f vfs_lookup+0x5aa nfsvno_namei+0x1b3 nfsrvd_lookup+0x1a6 nfsrvd_dorpc+0x1238 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82
1548 101034 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_slock_hard+0x3c3 VOP_LOCK1_APV+0x32 _vn_lock+0x53 zfs_fhtovp+0x3ac nfsvno_fhtovp+0x40 nfsd_fhtovp+0xd7 nfsrvd_dorpc+0xf07 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82 fork_trampoline+0xe
1548 101035 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_xlock_hard+0x3d0 VOP_LOCK1_APV+0x32 _vn_lock+0x53 vget_finish+0xaf cache_lookup+0x2b0 vfs_cache_lookup+0x7c VOP_LOOKUP_APV+0x4f vfs_lookup+0x5aa nfsvno_namei+0x1b3 nfsrvd_lookup+0x1a6 nfsrvd_dorpc+0x1238 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82
1548 101036 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_xlock_hard+0x3d0 VOP_LOCK1_APV+0x32 _vn_lock+0x53 vget_finish+0xaf cache_lookup+0x2b0 vfs_cache_lookup+0x7c VOP_LOOKUP_APV+0x4f vfs_lookup+0x5aa nfsvno_namei+0x1b3 nfsrvd_open+0x8bb nfsrvd_dorpc+0x1238 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82
1548 101037 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_xlock_hard+0x3d0 VOP_LOCK1_APV+0x32 _vn_lock+0x53 vget_finish+0xaf cache_lookup+0x2b0 vfs_cache_lookup+0x7c VOP_LOOKUP_APV+0x4f vfs_lookup+0x5aa nfsvno_namei+0x1b3 nfsrvd_lookup+0x1a6 nfsrvd_dorpc+0x1238 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82
1548 101038 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_xlock_hard+0x3d0 VOP_LOCK1_APV+0x32 _vn_lock+0x53 vget_finish+0xaf cache_lookup+0x2b0 vfs_cache_lookup+0x7c VOP_LOOKUP_APV+0x4f vfs_lookup+0x5aa nfsvno_namei+0x1b3 nfsrvd_open+0x8bb nfsrvd_dorpc+0x1238 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82
1548 101039 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_slock_hard+0x3c3 VOP_LOCK1_APV+0x32 _vn_lock+0x53 zfs_fhtovp+0x3ac nfsvno_fhtovp+0x40 nfsd_fhtovp+0xd7 nfsrvd_dorpc+0xf07 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82 fork_trampoline+0xe
1548 101040 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_slock_hard+0x3c3 VOP_LOCK1_APV+0x32 _vn_lock+0x53 zfs_fhtovp+0x3ac nfsvno_fhtovp+0x40 nfsd_fhtovp+0xd7 nfsrvd_dorpc+0xf07 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82 fork_trampoline+0xe
1548 101041 nfsd nfsd: service mi_switch+0x172 sleepq_switch+0x109 sleeplk+0x110 lockmgr_xlock_hard+0x3d0 VOP_LOCK1_APV+0x32 _vn_lock+0x53 vget_finish+0xaf cache_lookup+0x2b0 vfs_cache_lookup+0x7c VOP_LOOKUP_APV+0x4f vfs_lookup+0x5aa nfsvno_namei+0x1b3 nfsrvd_lookup+0x1a6 nfsrvd_dorpc+0x1238 nfssvc_program+0x808 svc_run_internal+0xab8 svc_thread_start+0xb fork_exit+0x82
1605 100459 sshd - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 kern_poll_kfds+0x54c kern_poll+0xfd sys_ppoll+0x70 amd64_syscall+0x168 fast_syscall_common+0xf8
1614 101016 cron - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_timedwait_sig+0x12 _sleep+0x26f kern_clock_nanosleep+0x24f sys_nanosleep+0x3b amd64_syscall+0x168 fast_syscall_common+0xf8
1633 100268 getty - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 tty_wait+0x42 ttydisc_read+0x1f5 ttydev_read+0x6c devfs_read_f+0xe4 dofileread+0x80 sys_read+0x127 amd64_syscall+0x168 fast_syscall_common+0xf8
1634 100976 getty - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 tty_wait+0x42 ttydisc_read+0x1f5 ttydev_read+0x6c devfs_read_f+0xe4 dofileread+0x80 sys_read+0x127 amd64_syscall+0x168 fast_syscall_common+0xf8
1635 101020 getty - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 tty_wait+0x42 ttydisc_read+0x1f5 ttydev_read+0x6c devfs_read_f+0xe4 dofileread+0x80 sys_read+0x127 amd64_syscall+0x168 fast_syscall_common+0xf8
1636 101021 getty - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 tty_wait+0x42 ttydisc_read+0x1f5 ttydev_read+0x6c devfs_read_f+0xe4 dofileread+0x80 sys_read+0x127 amd64_syscall+0x168 fast_syscall_common+0xf8
1637 101022 getty - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 tty_wait+0x42 ttydisc_read+0x1f5 ttydev_read+0x6c devfs_read_f+0xe4 dofileread+0x80 sys_read+0x127 amd64_syscall+0x168 fast_syscall_common+0xf8
1638 101023 getty - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 tty_wait+0x42 ttydisc_read+0x1f5 ttydev_read+0x6c devfs_read_f+0xe4 dofileread+0x80 sys_read+0x127 amd64_syscall+0x168 fast_syscall_common+0xf8
1639 101024 getty - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 tty_wait+0x42 ttydisc_read+0x1f5 ttydev_read+0x6c devfs_read_f+0xe4 dofileread+0x80 sys_read+0x127 amd64_syscall+0x168 fast_syscall_common+0xf8
1640 101025 getty - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 tty_wait+0x42 ttydisc_read+0x1f5 ttydev_read+0x6c devfs_read_f+0xe4 dofileread+0x80 sys_read+0x127 amd64_syscall+0x168 fast_syscall_common+0xf8
2173 100271 sshd-session - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 kern_poll_kfds+0x54c kern_poll+0xfd sys_poll+0x50 amd64_syscall+0x168 fast_syscall_common+0xf8
2176 100270 sshd-session - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _cv_wait_sig+0x165 kern_poll_kfds+0x54c kern_poll+0xfd sys_ppoll+0x70 amd64_syscall+0x168 fast_syscall_common+0xf8
2177 101019 sh - mi_switch+0x172 sleepq_switch+0x109 sleepq_catch_signals+0x276 sleepq_wait_sig+0x9 _sleep+0x29a kern_wait6+0x39b sys_wait4+0x6b amd64_syscall+0x168 fast_syscall_common+0xf8
2181 101043 aiod1 - mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b aio_daemon+0x317 fork_exit+0x82 fork_trampoline+0xe
2182 101042 aiod2 - mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b aio_daemon+0x317 fork_exit+0x82 fork_trampoline+0xe
2183 100273 aiod3 - mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b aio_daemon+0x317 fork_exit+0x82 fork_trampoline+0xe
2184 101017 aiod4 - mi_switch+0x172 sleepq_switch+0x109 sleepq_timedwait+0x4b _sleep+0x28b aio_daemon+0x317 fork_exit+0x82 fork_trampoline+0xe
21754 101129 procstat - sysctl_kern_proc_kstack+0x1fa sysctl_root_handler_locked+0x9c sysctl_root+0x22f userland_sysctl+0x1b6 sys___sysctl+0x65 amd64_syscall+0x168 fast_syscall_common+0xf8