openzfsonosx / zfs

OpenZFS on OS X
https://openzfsonosx.org/
Other
823 stars 72 forks source link

Hangs While Copying Data to New Single-Disk ZFS Pool #127

Closed dmzimmerman closed 10 years ago

dmzimmerman commented 10 years ago

On a build from this morning of the latest code pulled by the "zfsadm" script, I created a single disk pool on a FireWire 800-connected disk (the goal being to migrate data from my HFS+ RAID0+1 before swapping the ZFS disk into the Mac Pro, then mirroring it to another ZFS disk) with

zpool create -f -O compression=lz4 -O casesensitivity=insensitive -O normalization=formD -O atime=off -o ashift=12 zfs disk7

(yes, I called my pool "zfs")

I then created some filesystems on the pool, explicitly disabled Spotlight on all of them (including /zfs), and attempted to use rsync 3 (from MacPorts) to copy about 3 TB of data to the pool, as follows:

sudo time /opt/local/bin/rsync --stats -aNHAX --fileflags --safe-links --partial --progress --delete --exclude-from=rsync-mirror.excludes --rsync-path=/opt/local/bin/rsync /Volumes/Zocalo/ /zfs

After about 500GB had been copied, all ZFS operations (including the file copy and "ls" on the filesystem) exhibited hangs. I got the following samples from spindump for a hung "zpool" and a hung "ls":

Date/Time:       2014-03-11 19:42:40 -0700
OS Version:      10.9.2 (Build 13C64)
Architecture:    x86_64
Report Version:  18

Command:         zpool
Path:            /usr/local/sbin/zpool
Version:         ??? (???)
Parent:          bash [3448]

PID:             3462
Event:           manual
Duration:        10.01s
Steps:           1001 (10ms sampling interval)

Hardware model:  MacPro5,1
Active cpus:     24
Fan speed:       799 rpm

Free pages:      16941 pages (-2978)
Pageins:         75 pages
Pageouts:        0 pages
Swapins:         0 pages
Swapouts:        0 pages

Process:         zpool [3462]
Path:            /usr/local/sbin/zpool
Architecture:    x86_64
Parent:          bash [3448]
UID:             0
Task size:       267 pages
Importance:      Adaptive, Donating

  Thread 0x2d042    DispatchQueue 1          priority 31        
  1001 start + 1 (libdyld.dylib) [0x7fff8feaa5fd]
    1001 main + 400 (zpool) [0x100b85be0]
      1001 zpool_do_status + 484 (zpool) [0x100b88284]
        1001 for_each_pool + 60 (zpool) [0x100b8147c]
          1001 pool_list_get + 228 (zpool) [0x100b80f84]
            1001 zpool_iter + 173 (libzfs.1.dylib) [0x100d9928d]
              1001 zpool_open_silent + 140 (libzfs.1.dylib) [0x100db432c]
                1001 zpool_refresh_stats + 279 (libzfs.1.dylib) [0x100d98e57]
                  1001 zfs_ioctl + 62 (libzfs.1.dylib) [0x100dcd1de]
                    1001 __ioctl + 10 (libsystem_kernel.dylib) [0x7fff8c0a624a]
                     *1001 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
                       *1001 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
                         *1001 ioctl + 1126 (mach_kernel) [0xffffff80005f09e6]
                           *1001 fo_ioctl + 67 (mach_kernel) [0xffffff80005bf0a3]
                             *1001 ??? (mach_kernel + 2046689) [0xffffff80003f3ae1]
                               *1001 VNOP_IOCTL + 336 (mach_kernel) [0xffffff80003fdc90]
                                 *1001 spec_ioctl + 287 (mach_kernel) [0xffffff800040cfdf]
                                   *1001 zfsdev_ioctl + 1240 (zfs_ioctl.c:6151 in zfs) [0xffffff7f80d96af8]
                                     *1001 zfs_ioc_pool_stats + 55 (zfs_ioctl.c:1507 in zfs) [0xffffff7f80d97577]
                                       *1001 spa_get_stats + 463 (spa.c:3205 in zfs) [0xffffff7f80d4a8bf]
                                         *1001 spa_add_feature_stats + 150 (spa.c:3140 in zfs) [0xffffff7f80d4aee6]
                                           *1001 zap_cursor_retrieve + 128 (zap_micro.c:1260 in zfs) [0xffffff7f80d809d0]
                                             *1001 zap_lockdir + 95 (zap_micro.c:456 in zfs) [0xffffff7f80d7e43f]
                                               *1001 dmu_buf_hold + 234 (dmu.c:146 in zfs) [0xffffff7f80cf785a]
                                                 *1001 dbuf_read + 713 (dbuf.c:699 in zfs) [0xffffff7f80ced6a9]
                                                   *1001 zio_wait + 115 (zio.c:1428 in zfs) [0xffffff7f80dd2aa3]
                                                     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
                                                       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
                                                         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
                                                           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                                                             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                                               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                                                                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Binary Images:
         0x100b80000 -        0x100b99ff7  zpool (0) <5E63A16D-36D8-31B9-8F4D-264342F92E3C> /usr/local/sbin/zpool
         0x100d96000 -        0x100ddafff  libzfs.1.dylib (0) <7D6D0BDF-06EB-32E1-B234-AA9981C51381> /usr/local/lib/libzfs.1.dylib
      0x7fff8c091000 -     0x7fff8c0adff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
      0x7fff8fea7000 -     0x7fff8feaaff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
 *0xffffff7f80cd1000 - 0xffffff7f80cd5ff5  net.lundman.spl 1.0 (1.0.0) <D2981831-8028-3DA7-B8C0-7692F9AA2EF6> /System/Library/Extensions/spl.kext/Contents/MacOS/spl
 *0xffffff7f80cde000 - 0xffffff7f80e5bfff  net.lundman.zfs 1.0 (1.0.0) <048ADB8C-44FA-39AC-9EE6-CCF847F59E74> /System/Library/Extensions/zfs.kext/Contents/MacOS/zfs
 *0xffffff8000200000 - 0xffffff80007a513a  mach_kernel (2422.90.20) <9FEA8EDC-B629-3ED2-A1A3-6521A1885953> /mach_kernel
Date/Time:       2014-03-11 19:42:59 -0700
OS Version:      10.9.2 (Build 13C64)
Architecture:    x86_64
Report Version:  18

Command:         ls
Path:            /bin/ls
Version:         ??? (???)
Parent:          sudo [3115]

PID:             3116
Event:           manual
Duration:        10.01s
Steps:           994 (10ms sampling interval)

Hardware model:  MacPro5,1
Active cpus:     24
Fan speed:       799 rpm

Free pages:      26040 pages (-4422)
Pageins:         28 pages
Pageouts:        0 pages
Swapins:         0 pages
Swapouts:        0 pages

Process:         ls [3116]
Path:            /bin/ls
Architecture:    x86_64
Parent:          sudo [3115]
UID:             0
Task size:       150 pages
Importance:      Adaptive, Donating

  Thread 0x2886d    DispatchQueue 1          priority 31        
  994 start + 1 (libdyld.dylib) [0x7fff8feaa5fd]
    994 ??? (ls + 7340) [0x1099eacac]
      994 ??? (ls + 8107) [0x1099eafab]
        994 fts_children$INODE64 + 173 (libsystem_c.dylib) [0x7fff8f6607b0]
          994 fts_build + 379 (libsystem_c.dylib) [0x7fff8f6601dd]
            994 readdir$INODE64 + 35 (libsystem_c.dylib) [0x7fff8f688619]
              994 __getdirentries64 + 10 (libsystem_kernel.dylib) [0x7fff8c0a60c2]
               *994 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
                 *994 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
                   *994 getdirentries64 + 58 (mach_kernel) [0xffffff80003ecdfa]
                     *994 ??? (mach_kernel + 2017743) [0xffffff80003ec9cf]
                       *994 VNOP_READDIR + 134 (mach_kernel) [0xffffff80003ff586]
                         *994 zfs_vnop_readdir + 133 (zfs_vnops_osx.c:533 in zfs) [0xffffff7f80dbb6b5]
                           *994 zfs_readdir + 1177 (zfs_vnops.c:2639 in zfs) [0xffffff7f80db26b9]
                             *994 zap_cursor_retrieve + 128 (zap_micro.c:1260 in zfs) [0xffffff7f80d809d0]
                               *994 zap_lockdir + 95 (zap_micro.c:456 in zfs) [0xffffff7f80d7e43f]
                                 *994 dmu_buf_hold + 234 (dmu.c:146 in zfs) [0xffffff7f80cf785a]
                                   *994 dbuf_read + 713 (dbuf.c:699 in zfs) [0xffffff7f80ced6a9]
                                     *994 zio_wait + 115 (zio.c:1428 in zfs) [0xffffff7f80dd2aa3]
                                       *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
                                         *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
                                           *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
                                             *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                                               *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                                 *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                                                   *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Binary Images:
         0x1099e9000 -        0x1099edff5  ls (230) <FF4D6C2E-1DC0-369D-98D0-D3040A8049E8> /bin/ls
      0x7fff8c091000 -     0x7fff8c0adff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
      0x7fff8f65b000 -     0x7fff8f6e4ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
      0x7fff8fea7000 -     0x7fff8feaaff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
 *0xffffff7f80cd1000 - 0xffffff7f80cd5ff5  net.lundman.spl 1.0 (1.0.0) <D2981831-8028-3DA7-B8C0-7692F9AA2EF6> /System/Library/Extensions/spl.kext/Contents/MacOS/spl
 *0xffffff7f80cde000 - 0xffffff7f80e5bfff  net.lundman.zfs 1.0 (1.0.0) <048ADB8C-44FA-39AC-9EE6-CCF847F59E74> /System/Library/Extensions/zfs.kext/Contents/MacOS/zfs
 *0xffffff8000200000 - 0xffffff80007a513a  mach_kernel (2422.90.20) <9FEA8EDC-B629-3ED2-A1A3-6521A1885953> /mach_kernel

(I’ve cut out the information about the other processes captured by spindump)

I had similar issues the last time I tried to do this sort of copy to a pool on an internal disk, so I doubt it's the FireWire 800 at fault. Hopefully this is enough info to try to track it down. If you need more info, let me know.

brendonhumphrey commented 10 years ago

Hi,

Thanks a lot for going to the trouble to report this to us. Would you be able to post the entire spindump output here please? We need to examine the kernel threads to determine if this is a ifs deadlock.

Thanks Brendon

On 12 Mar 2014, at 3:08 pm, dmzimmerman notifications@github.com wrote:

On a build from this morning of the latest code pulled by the "zfsadm" script, I created a single disk pool on a FireWire 800-connected disk (the goal being to migrate data from my HFS+ RAID0+1 before swapping the ZFS disk into the Mac Pro, then mirroring it to another ZFS disk) with

zpool create -f -O compression=lz4 -O casesensitivity=insensitive -O normalization=formD -O atime=off -o ashift=12 zfs disk7 (yes, I called my pool "zfs")

I then created some filesystems on the pool, explicitly disabled Spotlight on all of them (including /zfs), and attempted to use rsync 3 (from MacPorts) to copy about 3 TB of data to the pool, as follows:

sudo time /opt/local/bin/rsync --stats -aNHAX --fileflags --safe-links --partial --progress --delete --exclude-from=rsync-mirror.excludes --rsync-path=/opt/local/bin/rsync /Volumes/Zocalo/ /zfs After about 500GB had been copied, all ZFS operations (including the file copy and "ls" on the filesystem) exhibited hangs. I got the following samples from spindump for a hung "zpool" and a hung "ls":

Date/Time: 2014-03-11 19:42:40 -0700 OS Version: 10.9.2 (Build 13C64) Architecture: x86_64 Report Version: 18

Command: zpool Path: /usr/local/sbin/zpool Version: ??? (???) Parent: bash [3448]

PID: 3462 Event: manual Duration: 10.01s Steps: 1001 (10ms sampling interval)

Hardware model: MacPro5,1 Active cpus: 24 Fan speed: 799 rpm

Free pages: 16941 pages (-2978) Pageins: 75 pages Pageouts: 0 pages Swapins: 0 pages Swapouts: 0 pages

Process: zpool [3462] Path: /usr/local/sbin/zpool Architecture: x86_64 Parent: bash [3448] UID: 0 Task size: 267 pages Importance: Adaptive, Donating

Thread 0x2d042 DispatchQueue 1 priority 31
1001 start + 1 (libdyld.dylib) [0x7fff8feaa5fd] 1001 main + 400 (zpool) [0x100b85be0] 1001 zpool_do_status + 484 (zpool) [0x100b88284] 1001 for_each_pool + 60 (zpool) [0x100b8147c] 1001 pool_list_get + 228 (zpool) [0x100b80f84] 1001 zpool_iter + 173 (libzfs.1.dylib) [0x100d9928d] 1001 zpool_open_silent + 140 (libzfs.1.dylib) [0x100db432c] 1001 zpool_refresh_stats + 279 (libzfs.1.dylib) [0x100d98e57] 1001 zfs_ioctl + 62 (libzfs.1.dylib) [0x100dcd1de] 1001 __ioctl + 10 (libsystem_kernel.dylib) [0x7fff8c0a624a] 1001 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26] 1001 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363] 1001 ioctl + 1126 (mach_kernel) [0xffffff80005f09e6] 1001 fo_ioctl + 67 (mach_kernel) [0xffffff80005bf0a3] 1001 ??? (mach_kernel + 2046689) [0xffffff80003f3ae1] 1001 VNOP_IOCTL + 336 (mach_kernel) [0xffffff80003fdc90] 1001 spec_ioctl + 287 (mach_kernel) [0xffffff800040cfdf] 1001 zfsdev_ioctl + 1240 (zfs_ioctl.c:6151 in zfs) [0xffffff7f80d96af8] 1001 zfs_ioc_pool_stats + 55 (zfs_ioctl.c:1507 in zfs) [0xffffff7f80d97577] 1001 spa_get_stats + 463 (spa.c:3205 in zfs) [0xffffff7f80d4a8bf] 1001 spa_add_feature_stats + 150 (spa.c:3140 in zfs) [0xffffff7f80d4aee6] 1001 zap_cursor_retrieve + 128 (zap_micro.c:1260 in zfs) [0xffffff7f80d809d0] 1001 zap_lockdir + 95 (zap_micro.c:456 in zfs) [0xffffff7f80d7e43f] 1001 dmu_buf_hold + 234 (dmu.c:146 in zfs) [0xffffff7f80cf785a] 1001 dbuf_read + 713 (dbuf.c:699 in zfs) [0xffffff7f80ced6a9] 1001 zio_wait + 115 (zio.c:1428 in zfs) [0xffffff7f80dd2aa3] 1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 1001 msleep + 114 (mach_kernel) [0xffffff80005e1802] 1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1001 ??? (mach_kernel + 223627) [0xffffff800023698b] *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Binary Images: 0x100b80000 - 0x100b99ff7 zpool (0) <5E63A16D-36D8-31B9-8F4D-264342F92E3C> /usr/local/sbin/zpool 0x100d96000 - 0x100ddafff libzfs.1.dylib (0) <7D6D0BDF-06EB-32E1-B234-AA9981C51381> /usr/local/lib/libzfs.1.dylib 0x7fff8c091000 - 0x7fff8c0adff7 libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib 0x7fff8fea7000 - 0x7fff8feaaff7 libdyld.dylib (239.4) /usr/lib/system/libdyld.dylib 0xffffff7f80cd1000 - 0xffffff7f80cd5ff5 net.lundman.spl 1.0 (1.0.0) /System/Library/Extensions/spl.kext/Contents/MacOS/spl 0xffffff7f80cde000 - 0xffffff7f80e5bfff net.lundman.zfs 1.0 (1.0.0) <048ADB8C-44FA-39AC-9EE6-CCF847F59E74> /System/Library/Extensions/zfs.kext/Contents/MacOS/zfs *0xffffff8000200000 - 0xffffff80007a513a mach_kernel (2422.90.20) <9FEA8EDC-B629-3ED2-A1A3-6521A1885953> /mach_kernel Date/Time: 2014-03-11 19:42:59 -0700 OS Version: 10.9.2 (Build 13C64) Architecture: x86_64 Report Version: 18

Command: ls Path: /bin/ls Version: ??? (???) Parent: sudo [3115]

PID: 3116 Event: manual Duration: 10.01s Steps: 994 (10ms sampling interval)

Hardware model: MacPro5,1 Active cpus: 24 Fan speed: 799 rpm

Free pages: 26040 pages (-4422) Pageins: 28 pages Pageouts: 0 pages Swapins: 0 pages Swapouts: 0 pages

Process: ls [3116] Path: /bin/ls Architecture: x86_64 Parent: sudo [3115] UID: 0 Task size: 150 pages Importance: Adaptive, Donating

Thread 0x2886d DispatchQueue 1 priority 31
994 start + 1 (libdyld.dylib) [0x7fff8feaa5fd] 994 ??? (ls + 7340) [0x1099eacac] 994 ??? (ls + 8107) [0x1099eafab] 994 fts_children$INODE64 + 173 (libsystem_c.dylib) [0x7fff8f6607b0] 994 fts_build + 379 (libsystem_c.dylib) [0x7fff8f6601dd] 994 readdir$INODE64 + 35 (libsystem_c.dylib) [0x7fff8f688619] 994 __getdirentries64 + 10 (libsystem_kernel.dylib) [0x7fff8c0a60c2] 994 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26] 994 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363] 994 getdirentries64 + 58 (mach_kernel) [0xffffff80003ecdfa] 994 ??? (mach_kernel + 2017743) [0xffffff80003ec9cf] 994 VNOP_READDIR + 134 (mach_kernel) [0xffffff80003ff586] 994 zfs_vnop_readdir + 133 (zfs_vnops_osx.c:533 in zfs) [0xffffff7f80dbb6b5] 994 zfs_readdir + 1177 (zfs_vnops.c:2639 in zfs) [0xffffff7f80db26b9] 994 zap_cursor_retrieve + 128 (zap_micro.c:1260 in zfs) [0xffffff7f80d809d0] 994 zap_lockdir + 95 (zap_micro.c:456 in zfs) [0xffffff7f80d7e43f] 994 dmu_buf_hold + 234 (dmu.c:146 in zfs) [0xffffff7f80cf785a] 994 dbuf_read + 713 (dbuf.c:699 in zfs) [0xffffff7f80ced6a9] 994 zio_wait + 115 (zio.c:1428 in zfs) [0xffffff7f80dd2aa3] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Binary Images: 0x1099e9000 - 0x1099edff5 ls (230) /bin/ls 0x7fff8c091000 - 0x7fff8c0adff7 libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib 0x7fff8f65b000 - 0x7fff8f6e4ff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib 0x7fff8fea7000 - 0x7fff8feaaff7 libdyld.dylib (239.4) /usr/lib/system/libdyld.dylib 0xffffff7f80cd1000 - 0xffffff7f80cd5ff5 net.lundman.spl 1.0 (1.0.0) /System/Library/Extensions/spl.kext/Contents/MacOS/spl 0xffffff7f80cde000 - 0xffffff7f80e5bfff net.lundman.zfs 1.0 (1.0.0) <048ADB8C-44FA-39AC-9EE6-CCF847F59E74> /System/Library/Extensions/zfs.kext/Contents/MacOS/zfs *0xffffff8000200000 - 0xffffff80007a513a mach_kernel (2422.90.20) <9FEA8EDC-B629-3ED2-A1A3-6521A1885953> /mach_kernel (I’ve cut out the information about the other processes captured by spindump)

I had similar issues the last time I tried to do this sort of copy to a pool on an internal disk, so I doubt it's the FireWire 800 at fault. Hopefully this is enough info to try to track it down. If you need more info, let me know.

— Reply to this email directly or view it on GitHub.

dmzimmerman commented 10 years ago

The entire spindump output is 2.1MB for ls and 2.4MB for zpool; I can't post that, it's way too big. But I will post just the kernel threads... first, for zpool.

Process:         kernel_task [0]
Path:            kernel_task
Architecture:    x86_64
Parent:          kernel_task [0]
UID:             0
Version:         Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
Task size:       827881 pages (+331)
CPU Time:        229.730s

  Thread 0x1        priority 92         cpu time   0.039s
 *995  vm_pageout_continue + 0 (mach_kernel) [0xffffff8000298de0]
 *6    call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *6    vm_pageout_continue + 66 (mach_kernel) [0xffffff8000298e22]
     *4    vm_pageout_scan + 8887 (mach_kernel) [0xffffff8000298387]
       *3    vm_page_free_list + 237 (mach_kernel) [0xffffff80002a524d]
         *3    pmap_clear_noencrypt + 31 (mach_kernel) [0xffffff80002c7fbf]
       *1    vm_page_free_list + 372 (mach_kernel) [0xffffff80002a52d4]
     *1    vm_pageout_scan + 8591 (mach_kernel) [0xffffff800029825f]
       *1    OSAddAtomic + 4 (mach_kernel) [0xffffff800067ce96]
     *1    vm_pageout_scan + 1700 (mach_kernel) [0xffffff8000296774]
       *1    vm_purgeable_object_purge_one + 466 (mach_kernel) [0xffffff80002a1342]
         *1    ??? (mach_kernel + 660616) [0xffffff80002a1488]

  Thread 0x2        priority 0          cpu time   7.906s
 *727  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *722  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *722  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *722  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *3    IOWorkLoop::threadMain() + 143 (mach_kernel) [0xffffff80006acc0f]
     *3    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
       *3    ??? (mach_kernel + 223264) [0xffffff8000236820]
         *2    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
         *1    ml_set_interrupts_enabled + 46 (mach_kernel) [0xffffff80002d651e]
   *2    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
       *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
     *1    ??? (mach_kernel + 222701) [0xffffff80002365ed]
       *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *269  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *2    Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *2    thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *2    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *1    return_from_trap + 178 (mach_kernel) [0xffffff80002f32f2]
   *1    i386_astintr + 35 (mach_kernel) [0xffffff80002dc463]
     *1    ast_taken + 227 (mach_kernel) [0xffffff8000220b93]
       *1    act_execute_returnhandlers + 126 (mach_kernel) [0xffffff800024861e]
         *1    special_handler + 169 (mach_kernel) [0xffffff80002487b9]
           *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
               *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *1    hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
   *1    unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
     *1    _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd]
       *1    workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d]
         *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
             *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *1    hndl_mach_scall64 + 22 (mach_kernel) [0xffffff80002f3b46]
   *1    ??? (mach_kernel + 825197) [0xffffff80002c976d]
     *1    mach_msg_overwrite_trap + 438 (mach_kernel) [0xffffff800021e136]
       *1    ipc_mqueue_receive + 59 (mach_kernel) [0xffffff80002168db]
         *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
             *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x3        priority 95         cpu time   0.002s
 *1001 ??? (mach_kernel + 204976) [0xffffff80002320b0]

  Thread 0x4        priority 80         cpu time   0.003s
 *1001 ??? (mach_kernel + 285456) [0xffffff8000245b10]

  Thread 0x5        priority 93        
 *1001 ??? (mach_kernel + 286176) [0xffffff8000245de0]

  Thread 0x6        priority 95        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 328449) [0xffffff8000250301]
     *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
       *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
         *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x7        priority 94        
 *1001 ??? (mach_kernel + 302688) [0xffffff8000249e60]

  Thread 0x8        priority 95        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 mapping_replenish + 402 (mach_kernel) [0xffffff80002c8422]
     *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
       *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
         *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x9        priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xb        priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xd        priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2d       priority 81        
 *1001 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

  Thread 0x2f       priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x31       priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 pmInitThread + 899 (AppleIntelCPUPowerManagement) [0xffffff7f81dd8b99]
     *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
       *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
         *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
           *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x34       priority 0          cpu time   7.858s
 *710  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *710  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *710  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *710  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *288  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *2    hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
   *2    unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
     *1    psynch_mutexwait + 45 (mach_kernel) [0xffffff8000632c6d]
       *1    _psynch_mutexwait + 319 (pthread) [0xffffff7f80f0e051]
         *1    ksyn_wait + 219 (pthread) [0xffffff7f80f0e9b3]
           *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
               *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
     *1    _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd]
       *1    workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d]
         *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
             *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *1    Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *1    thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x37       priority 0          cpu time   9.234s
 *902  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *902  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *902  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *902  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *98   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1    Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *1    thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x3a       priority 0          cpu time   8.554s
 *809  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *808  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *808  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *808  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *1    ??? (mach_kernel + 304512) [0xffffff800024a580]
     *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
       *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
         *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *191  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1    Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *1    thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x3d       priority 0          cpu time   9.507s
 *944  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *943  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *943  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *943  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1    ??? (mach_kernel + 222701) [0xffffff80002365ed]
       *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *56   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1    Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *1    thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x40       priority 0          cpu time   9.079s
 *876  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *876  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *876  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *876  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *123  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *2    Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *2    thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *2    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x43       priority 0          cpu time   9.673s
 *964  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *964  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *964  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *964  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *37   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x46       priority 0          cpu time   9.188s
 *893  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *893  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *893  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *893  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *107  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1    Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *1    thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x49       priority 0          cpu time   9.675s
 *959  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *958  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *958  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *958  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1    ??? (mach_kernel + 222701) [0xffffff80002365ed]
       *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *40   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1    hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
   *1    unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
     *1    _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd]
       *1    workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d]
         *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
             *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *1    Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *1    thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x4c       priority 0          cpu time   9.302s
 *907  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *907  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *907  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *907  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *93   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1    hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
   *1    unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
     *1    psynch_cvwait + 78 (mach_kernel) [0xffffff8000632dbe]
       *1    _psynch_cvwait + 595 (pthread) [0xffffff7f80f0f44c]
         *1    ksyn_wait + 219 (pthread) [0xffffff7f80f0e9b3]
           *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
               *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x4f       priority 0          cpu time   9.767s
 *972  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *971  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *971  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *971  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1    ??? (mach_kernel + 222701) [0xffffff80002365ed]
       *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *29   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x52       priority 0          cpu time   9.433s
 *926  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *926  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *926  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *926  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *75   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x55       priority 0          cpu time   9.978s
 *997  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *997  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *997  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *997  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *4    idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x58       priority 0          cpu time   9.995s
 *998  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *998  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *998  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *998  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *2    idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1    Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *1    thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x5b       priority 0          cpu time  10.008s
 *1000 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1000 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *1000 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *1000 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *1    hndl_mach_scall64 + 22 (mach_kernel) [0xffffff80002f3b46]
   *1    ??? (mach_kernel + 825197) [0xffffff80002c976d]
     *1    thread_switch + 811 (mach_kernel) [0xffffff800023c40b]
       *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
         *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
           *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x5e       priority 0          cpu time   9.987s
 *998  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *998  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *998  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *998  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *3    idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x61       priority 0          cpu time  10.008s
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1000 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *1000 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *1000 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1    ??? (mach_kernel + 222701) [0xffffff80002365ed]
       *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x64       priority 0          cpu time  10.002s
 *1000 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1000 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *1000 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *1000 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *1    idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x67       priority 0          cpu time  10.006s
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *1001 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *1001 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]

  Thread 0x6a       priority 0          cpu time  10.002s
 *999  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *999  idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *999  processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *999  machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *1    return_from_trap + 178 (mach_kernel) [0xffffff80002f32f2]
   *1    i386_astintr + 35 (mach_kernel) [0xffffff80002dc463]
     *1    ast_taken + 413 (mach_kernel) [0xffffff8000220c4d]
       *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
         *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
           *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *1    idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x6d       priority 0          cpu time  10.008s
 *1000 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1000 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *1000 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *1000 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *1    hndl_mach_scall64 + 22 (mach_kernel) [0xffffff80002f3b46]
   *1    ??? (mach_kernel + 825197) [0xffffff80002c976d]
     *1    thread_switch + 811 (mach_kernel) [0xffffff800023c40b]
       *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
         *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
           *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x70       priority 0          cpu time  10.002s
 *1000 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1000 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *1000 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *1000 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *1    idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x73       priority 0          cpu time  10.003s
 *1000 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1000 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *1000 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *1000 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *1    idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x76       priority 0          cpu time  10.002s
 *1000 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1000 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *1000 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *1000 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *1    idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x7b       priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xd5       priority 81        
 *1001 ??? (mach_kernel + 1934512) [0xffffff80003d84b0]

  Thread 0xd7       priority 81        
 *1001 ??? (mach_kernel + 4244384) [0xffffff800060c3a0]

  Thread 0xd8       priority 81        
 *1001 ??? (mach_kernel + 3843648) [0xffffff80005aa640]

  Thread 0xd9       priority 81        
 *1001 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

  Thread 0xda       priority 81        
 *1001 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

  Thread 0xdb       priority 81        
 *1001 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

  Thread 0xdc       priority 81        
 *1001 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

  Thread 0xdd       priority 81        
 *1001 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

  Thread 0xde       priority 81        
 *1001 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

  Thread 0xdf       priority 81         cpu time   0.001s
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 2301917) [0xffffff8000431fdd]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0xe0       priority 81        
 *1001 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

  Thread 0xe1       priority 95        
 *1001 ??? (mach_kernel + 4088688) [0xffffff80005e6370]

  Thread 0xe2       priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xe3       priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xe6       priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xe7       priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xe8       priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xf7       priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xf8       priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xfa       priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xfb       priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x100      priority 81         cpu time   0.007s
 *1000 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *1    call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1    IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97]
     *1    IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2]
       *1    AppleAHCIEventSource::checkForWork() + 29 (AppleAHCIPort) [0xffffff7f820e1023]
         *1    AppleAHCIPort::HandleInterruptRequest() + 855 (AppleAHCIPort) [0xffffff7f820dea17]
           *1    AppleAHCIPort::CompleteCommands(unsigned int) + 277 (AppleAHCIPort) [0xffffff7f820df199]
             *1    AppleAHCIPort::AHCICompleteRequest(OSObject*, int) + 172 (AppleAHCIPort) [0xffffff7f820dfe30]
               *1    IOAHCIDevice::CompleteRequest(OSObject*) + 88 (IOAHCIFamily) [0xffffff7f8160efca]
                 *1    IOAHCIBlockStorageDriver::NormalCompletion(__SATAIORequest*) + 662 (IOAHCIBlockStorage) [0xffffff7f8163b752]
                   *1    IOAHCIDiskQueueManager::RequestCallback(__SATAIORequest*) + 564 (IOAHCIBlockStorage) [0xffffff7f816338f6]
                     *1    IOBlockStorageDriver::prepareRequestCompletion(void*, void*, int, unsigned long long) + 192 (IOStorageFamily) [0xffffff7f808d1ab2]
                       *1    dkreadwritecompletion(void*, void*, int, unsigned long long) + 108 (IOStorageFamily) [0xffffff7f808dbb06]
                         *1    IOGeneralMemoryDescriptor::complete(unsigned int) + 321 (mach_kernel) [0xffffff80006b9f61]
                           *1    upl_commit + 37 (mach_kernel) [0xffffff800029e925]
                             *1    upl_commit_range + 540 (mach_kernel) [0xffffff800029d37c]
                               *1    lck_rw_lock_shared_gen + 118 (mach_kernel) [0xffffff80002d5156]

  Thread 0x102      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x105      priority 81        
 *1001 sockwall_gc_thread + 0 (ALF) [0xffffff7f82adc996]

  Thread 0x108      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x10a      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x10c      priority 82        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x10d      priority 82         cpu time   0.028s
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x10e      priority 82        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x113      priority 81         cpu time   0.046s
 *997  IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *4    call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *4    IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97]
     *4    IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2]
       *4    AppleAHCIEventSource::checkForWork() + 29 (AppleAHCIPort) [0xffffff7f820e1023]
         *3    AppleAHCIPort::HandleInterruptRequest() + 855 (AppleAHCIPort) [0xffffff7f820dea17]
           *3    AppleAHCIPort::CompleteCommands(unsigned int) + 277 (AppleAHCIPort) [0xffffff7f820df199]
             *3    AppleAHCIPort::AHCICompleteRequest(OSObject*, int) + 172 (AppleAHCIPort) [0xffffff7f820dfe30]
               *3    IOAHCIDevice::CompleteRequest(OSObject*) + 88 (IOAHCIFamily) [0xffffff7f8160efca]
                 *2    IOAHCIBlockStorageDriver::NormalCompletion(__SATAIORequest*) + 662 (IOAHCIBlockStorage) [0xffffff7f8163b752]
                   *1    IOAHCIDiskQueueManager::RequestCallback(__SATAIORequest*) + 141 (IOAHCIBlockStorage) [0xffffff7f8163374f]
                     *1    hw_lock_to + 20 (mach_kernel) [0xffffff80002d0994]
                   *1    IOAHCIDiskQueueManager::RequestCallback(__SATAIORequest*) + 172 (IOAHCIBlockStorage) [0xffffff7f8163376e]
                     *1    IOAHCIPort::ReleaseTag(unsigned int, unsigned int) + 23 (IOAHCIFamily) [0xffffff7f8160d72f]
                 *1    IOAHCIBlockStorageDriver::SATACompletion(__SATAIORequest*) + 25 (IOAHCIBlockStorage) [0xffffff7f8163b4a5]
                   *1    AppleAHCIWatchdogTimer::StopTimeout() + 59 (IOAHCIBlockStorage) [0xffffff7f816401af]
         *1    AppleAHCIPort::HandleInterruptRequest() + 585 (AppleAHCIPort) [0xffffff7f820de909]

  Thread 0x114      priority 97        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x115      priority 97        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x11a      priority 81         cpu time   0.057s
 *995  IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *6    call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *6    IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97]
     *6    IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2]
       *6    AppleAHCIEventSource::checkForWork() + 29 (AppleAHCIPort) [0xffffff7f820e1023]
         *6    AppleAHCIPort::HandleInterruptRequest() + 855 (AppleAHCIPort) [0xffffff7f820dea17]
           *6    AppleAHCIPort::CompleteCommands(unsigned int) + 277 (AppleAHCIPort) [0xffffff7f820df199]
             *6    AppleAHCIPort::AHCICompleteRequest(OSObject*, int) + 172 (AppleAHCIPort) [0xffffff7f820dfe30]
               *5    IOAHCIDevice::CompleteRequest(OSObject*) + 88 (IOAHCIFamily) [0xffffff7f8160efca]
                 *3    IOAHCIBlockStorageDriver::NormalCompletion(__SATAIORequest*) + 662 (IOAHCIBlockStorage) [0xffffff7f8163b752]
                   *3    IOAHCIDiskQueueManager::RequestCallback(__SATAIORequest*) + 564 (IOAHCIBlockStorage) [0xffffff7f816338f6]
                     *3    IOBlockStorageDriver::prepareRequestCompletion(void*, void*, int, unsigned long long) + 192 (IOStorageFamily) [0xffffff7f808d1ab2]
                       *3    AppleRAIDEventSource::completeRequest(AppleRAIDMemoryDescriptor*, int, unsigned long long) + 108 (AppleRAID) [0xffffff7f81d0bf06]
                         *3    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
                 *1    IOAHCIBlockStorageDriver::SATACallback(IOSerialATARequestFIS*) + 12 (IOAHCIBlockStorage) [0xffffff7f8163b016]
                 *1    IOAHCIBlockStorageDriver::SATACallback(IOSerialATARequestFIS*) + 8 (IOAHCIBlockStorage) [0xffffff7f8163b012]
               *1    IOAHCIDevice::FreeAHCIRequest(OSObject*) + 0 (IOAHCIFamily) [0xffffff7f8160f070]

  Thread 0x11d      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x140      priority 81         cpu time   0.029s
 *998  IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *3    call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *2    IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97]
     *1    IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2]
       *1    AppleRAIDEventSource::checkForWork() + 72 (AppleRAID) [0xffffff7f81d0bff0]
         *1    AppleRAIDEventSource::completeRequest(AppleRAIDMemoryDescriptor*, int, unsigned long long) + 108 (AppleRAID) [0xffffff7f81d0bf06]
           *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
     *1    IOWorkLoop::runEventSources() + 43 (mach_kernel) [0xffffff80006ac9eb]
       *1    IOWorkLoop::closeGate() + 18 (mach_kernel) [0xffffff80006acd92]
         *1    IORecursiveLockLock + 32 (mach_kernel) [0xffffff8000685080]
           *1    lck_mtx_lock + 653 (mach_kernel) [0xffffff80002d12ed]
             *1    lck_mtx_lock_wait_x86 + 384 (mach_kernel) [0xffffff80002d5f50]
               *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                 *1    ??? (mach_kernel + 223627) [0xffffff800023698b]
                   *1    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
   *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1    ??? (mach_kernel + 223264) [0xffffff8000236820]
       *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x147      priority 81         cpu time   0.084s
 *994  IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *7    call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *5    IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97]
     *4    IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2]
       *4    AppleRAIDEventSource::checkForWork() + 72 (AppleRAID) [0xffffff7f81d0bff0]
         *4    AppleRAIDSet::completeRAIDRequest(AppleRAIDStorageRequest*) + 395 (AppleRAID) [0xffffff7f81d0b8ff]
           *2    dkreadwritecompletion(void*, void*, int, unsigned long long) + 117 (IOStorageFamily) [0xffffff7f808dbb0f]
             *2    IOGeneralMemoryDescriptor::free() + 205 (mach_kernel) [0xffffff80006b7d4d]
               *2    OSData::free() + 77 (mach_kernel) [0xffffff800064e60d]
                 *1    zfree + 1597 (mach_kernel) [0xffffff80002517ad]
                   *1    OSAddAtomic64 + 5 (mach_kernel) [0xffffff800067ce8e]
                 *1    zfree + 1167 (mach_kernel) [0xffffff80002515ff]
           *2    buf_biodone + 420 (mach_kernel) [0xffffff80003c54c4]
             *2    ??? (mach_kernel + 1915405) [0xffffff80003d3a0d]
               *2    wait_queue_wakeup_all + 264 (mach_kernel) [0xffffff800024efc8]
                 *2    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
     *1    IOWorkLoop::runEventSources() + 43 (mach_kernel) [0xffffff80006ac9eb]
       *1    IOWorkLoop::closeGate() + 18 (mach_kernel) [0xffffff80006acd92]
         *1    IORecursiveLockLock + 32 (mach_kernel) [0xffffff8000685080]
           *1    lck_mtx_lock + 653 (mach_kernel) [0xffffff80002d12ed]
             *1    lck_mtx_lock_wait_x86 + 384 (mach_kernel) [0xffffff80002d5f50]
               *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                 *1    ??? (mach_kernel + 223627) [0xffffff800023698b]
                   *1    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
   *2    IOWorkLoop::threadMain() + 143 (mach_kernel) [0xffffff80006acc0f]
     *2    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
       *2    ??? (mach_kernel + 223264) [0xffffff8000236820]
         *2    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x14e      priority 81         cpu time   0.075s
 *996  IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *5    call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *5    IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97]
     *5    IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2]
       *5    AppleAHCIEventSource::checkForWork() + 29 (AppleAHCIPort) [0xffffff7f820e1023]
         *4    AppleAHCIPort::HandleInterruptRequest() + 855 (AppleAHCIPort) [0xffffff7f820dea17]
           *4    AppleAHCIPort::CompleteCommands(unsigned int) + 277 (AppleAHCIPort) [0xffffff7f820df199]
             *3    AppleAHCIPort::AHCICompleteRequest(OSObject*, int) + 172 (AppleAHCIPort) [0xffffff7f820dfe30]
               *2    IOAHCIDevice::CompleteRequest(OSObject*) + 88 (IOAHCIFamily) [0xffffff7f8160efca]
                 *2    IOAHCIBlockStorageDriver::NormalCompletion(__SATAIORequest*) + 662 (IOAHCIBlockStorage) [0xffffff7f8163b752]
                   *1    IOAHCIDiskQueueManager::RequestCallback(__SATAIORequest*) + 172 (IOAHCIBlockStorage) [0xffffff7f8163376e]
                     *1    IOAHCIBlockStorageDriver::ReleaseTag(unsigned int) + 14 (IOAHCIBlockStorage) [0xffffff7f81637fe8]
                   *1    IOAHCIDiskQueueManager::RequestCallback(__SATAIORequest*) + 564 (IOAHCIBlockStorage) [0xffffff7f816338f6]
                     *1    IOBlockStorageDriver::prepareRequestCompletion(void*, void*, int, unsigned long long) + 192 (IOStorageFamily) [0xffffff7f808d1ab2]
                       *1    AppleRAIDEventSource::completeRequest(AppleRAIDMemoryDescriptor*, int, unsigned long long) + 36 (AppleRAID) [0xffffff7f81d0bebe]
                         *1    IOEventSource::closeGate() + 22 (mach_kernel) [0xffffff80006ad536]
                           *1    IOWorkLoop::closeGate() + 18 (mach_kernel) [0xffffff80006acd92]
                             *1    IORecursiveLockLock + 32 (mach_kernel) [0xffffff8000685080]
                               *1    lck_mtx_lock + 10 (mach_kernel) [0xffffff80002d106a]
               *1    IOAHCIDevice::CompleteRequest(OSObject*) + 80 (IOAHCIFamily) [0xffffff7f8160efc2]
                 *1    __bzero + 11 (mach_kernel) [0xffffff800010e11b]
             *1    AppleAHCIPort::AHCICompleteRequest(OSObject*, int) + 77 (AppleAHCIPort) [0xffffff7f820dfdd1]
               *1    IODMACommand::complete(bool, bool) + 67 (mach_kernel) [0xffffff80006b3d03]
         *1    AppleAHCIPort::HandleInterruptRequest() + 116 (AppleAHCIPort) [0xffffff7f820de734]

  Thread 0x167      priority 81         cpu time   0.028s
 *999  IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *2    call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *2    IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97]
     *2    IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2]
       *2    AppleRAIDEventSource::checkForWork() + 72 (AppleRAID) [0xffffff7f81d0bff0]
         *2    AppleRAIDEventSource::completeRequest(AppleRAIDMemoryDescriptor*, int, unsigned long long) + 108 (AppleRAID) [0xffffff7f81d0bf06]
           *2    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x195      priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 4436498) [0xffffff800063b212]
     *1001 mach_msg_receive + 162 (mach_kernel) [0xffffff800021df22]
       *1001 ipc_mqueue_receive + 66 (mach_kernel) [0xffffff80002168e2]
         *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
             *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x196      priority 92        
 *1001 ??? (mach_kernel + 656688) [0xffffff80002a0530]

  Thread 0x197      priority 31         cpu time   0.006s
 *1000 ??? (mach_kernel + 625072) [0xffffff80002989b0]
 *1    call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1    ??? (mach_kernel + 625175) [0xffffff8000298a17]
     *1    zone_gc + 2061 (mach_kernel) [0xffffff8000252f8d]
       *1    kmem_free + 148 (mach_kernel) [0xffffff800027c274]
         *1    vm_map_remove + 111 (mach_kernel) [0xffffff800028228f]
           *1    ??? (mach_kernel + 517140) [0xffffff800027e414]
             *1    pmap_remove_options + 887 (mach_kernel) [0xffffff80002c5c87]
               *1    pmap_remove_range_options + 339 (mach_kernel) [0xffffff80002c5193]
                 *1    pmap_flush_tlbs + 229 (mach_kernel) [0xffffff80002bfec5]

  Thread 0x198      priority 31        
 *1001 vm_pressure_thread + 0 (mach_kernel) [0xffffff8000298eb0]

  Thread 0x199      priority 92        
 *1001 ??? (mach_kernel + 581216) [0xffffff800028de60]

  Thread 0x19a      priority 92        
 *1001 ??? (mach_kernel + 450000) [0xffffff800026ddd0]

  Thread 0x19b      priority 92        
 *1001 ??? (mach_kernel + 654128) [0xffffff800029fb30]

  Thread 0x19c      priority 92        
 *1001 ??? (mach_kernel + 654128) [0xffffff800029fb30]

  Thread 0x1ca      priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 4401402) [0xffffff80006328fa]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x207      priority 81         cpu time   0.046s
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 2302510) [0xffffff800043222e]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x208      priority 82         cpu time   0.025s
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 2288484) [0xffffff800042eb64]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1000 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *999  thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *999  ??? (mach_kernel + 223627) [0xffffff800023698b]
               *999  machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
           *1    thread_block_reason + 256 (mach_kernel) [0xffffff8000235dc0]
             *1    ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
         *1    lck_mtx_sleep + 99 (mach_kernel) [0xffffff800022d1d3]
           *1    lck_mtx_lock_spin + 190 (mach_kernel) [0xffffff80002d100e]

  Thread 0x209      priority 82        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 2288855) [0xffffff800042ecd7]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x20b      priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 2302510) [0xffffff800043222e]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x20c      priority 82        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 2288484) [0xffffff800042eb64]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x20d      priority 82        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 2288855) [0xffffff800042ecd7]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x20f      priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 2304605) [0xffffff8000432a5d]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x210      priority 82        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 2288484) [0xffffff800042eb64]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x295      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x296      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x29a      priority 81         cpu time   0.001s
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x29c      priority 97        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 rtThreadNativeMain(void*, int) + 33 (VBoxDrv) [0xffffff7f808a3571]
     *1001 rtThreadMain + 47 (VBoxDrv) [0xffffff7f8089efcf]
       *1001 rtTimerThread(RTTHREADINT*, void*) + 62 (VBoxDrv) [0xffffff7f8089f3fe]
         *1001 rtR0SemEventDarwinWait(RTSEMEVENTINTERNAL*, unsigned int, unsigned long long, RTLOCKVALSRCPOS const*) + 516 (VBoxDrv) [0xffffff7f808a21e4]
           *1001 lck_spin_sleep + 78 (mach_kernel) [0xffffff800022d0ae]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x29f      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2ac      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2ad      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2ae      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2af      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2b8      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2be      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2c0      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2d7      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2d8      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2d9      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2dd      priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 arc_reclaim_thread + 693 (arc.c:2595 in zfs) [0xffffff7f80ce6775]
     *1001 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068409) [0xffffff80005e1439]
           *1001 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2de      priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 l2arc_feed_thread + 91 (arc.c:5498 in zfs) [0xffffff7f80ce78ab]
     *1001 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068409) [0xffffff80005e1439]
           *1001 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2df      priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2f8      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2fd      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x3e3      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x42e      priority 92        
 *1001 ??? (mach_kernel + 9264) [0xffffff8000202430]

  Thread 0x42f      priority 92        
 *1001 ??? (mach_kernel + 11200) [0xffffff8000202bc0]

  Thread 0x48c      priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 2304605) [0xffffff8000432a5d]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x48d      priority 82        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 ??? (mach_kernel + 2288286) [0xffffff800042ea9e]
     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x590      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x617      priority 81        
 *1001 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x1bb4     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bb5     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bb6     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bb7     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bb8     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bb9     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bba     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bbb     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bbc     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bbd     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bbe     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bbf     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc0     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc1     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc2     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc3     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc4     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc5     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc6     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc7     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc8     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc9     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bca     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bcb     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bcc     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bcd     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bce     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bcf     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd0     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd1     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd2     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd3     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd4     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd5     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd6     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd7     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd8     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd9     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bda     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bdb     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bdc     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bdd     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bde     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bdf     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be0     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be1     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be2     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be3     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be4     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be5     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be6     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be7     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be8     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be9     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bea     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1beb     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bec     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bed     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bee     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bef     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf0     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf1     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf2     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf3     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf4     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf5     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf6     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf7     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf8     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf9     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bfa     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bfb     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bfc     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bfd     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bfe     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bff     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c00     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c01     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c02     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c03     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c04     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c05     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c06     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c07     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c08     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c09     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0a     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0b     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0c     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0d     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0e     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0f     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c10     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c11     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c12     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c13     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c14     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c15     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c16     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c17     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c18     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c19     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1a     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1b     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1c     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1d     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1e     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1f     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c20     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c21     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c22     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c23     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c24     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c25     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c26     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c27     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c28     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c29     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2a     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2b     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2c     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2d     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2e     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2f     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c30     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c31     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c32     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c33     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c34     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c35     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c36     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c37     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c38     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c39     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3a     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3b     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3c     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3d     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3e     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3f     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c40     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c41     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c42     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c43     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c44     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c45     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c46     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c47     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c48     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c49     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4a     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4b     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4c     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4d     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4e     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4f     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c50     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c51     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c52     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c53     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c54     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c55     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c56     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c57     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c58     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c59     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5a     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5b     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5c     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5d     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5e     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5f     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c60     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c61     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c62     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c63     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c64     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c66     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c68     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c69     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c6a     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c6b     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c6d     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c6e     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c6f     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c70     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
dmzimmerman commented 10 years ago

zpool kernel threads, continued:

  Thread 0x1c71     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c72     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c73     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c74     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c75     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c76     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c77     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c78     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c79     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7a     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7b     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7c     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7d     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7e     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7f     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c80     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c81     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c82     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c83     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c84     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c85     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c86     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c87     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c88     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c89     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8a     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8b     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8c     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8d     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8e     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8f     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c90     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c91     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c92     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c93     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c94     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c96     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c97     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c98     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c99     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c9a     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c9b     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c9c     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c9e     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c9f     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca0     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca1     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca2     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca3     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca4     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca5     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca6     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca7     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca8     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca9     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1caa     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cab     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cac     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cad     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cae     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1caf     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb0     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb1     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb2     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb3     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb4     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb5     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb6     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb7     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb8     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb9     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cba     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cbb     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cbc     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cbd     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cbe     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cbf     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc0     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc1     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc2     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc3     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc4     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc5     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc6     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc7     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc8     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc9     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1d40     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1d41     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 txg_quiesce_thread + 173 (txg.c:603 in zfs) [0xffffff7f80d602fd]
     *1001 txg_thread_wait + 129 (txg.c:244 in zfs) [0xffffff7f80d61701]
       *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
         *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
           *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
             *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
               *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                 *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                   *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1d42     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 txg_sync_thread + 833 (txg.c:549 in zfs) [0xffffff7f80d60721]
     *1001 spa_sync + 1287 (spa.c:6219 in zfs) [0xffffff7f80d522c7]
       *1001 dsl_pool_sync + 266 (dsl_pool.c:595 in zfs) [0xffffff7f80d27f1a]
         *1001 zio_wait + 115 (zio.c:1428 in zfs) [0xffffff7f80dd2aa3]
           *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
             *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
               *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
                 *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                   *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                     *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                       *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1d8c     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 vnop_reclaim_thread + 249 (zfs_vnops_osx.c:1353 in zfs) [0xffffff7f80dba109]
     *1001 zfs_zinactive + 166 (zfs_znode.c:1499 in zfs) [0xffffff7f80dc86f6]
       *1001 zfs_rmnode + 218 (zfs_dir.c:636 in zfs) [0xffffff7f80d8e95a]
         *1001 dmu_free_long_range + 108 (dmu.c:675 in zfs) [0xffffff7f80cf88bc]
           *1001 dmu_free_long_range_impl + 396 (dmu.c:644 in zfs) [0xffffff7f80cf8a6c]
             *1001 dmu_tx_assign + 105 (dmu_tx.c:1098 in zfs) [0xffffff7f80d0c669]
               *1001 dmu_tx_wait + 107 (dmu_tx.c:1125 in zfs) [0xffffff7f80d0ccab]
                 *1001 txg_wait_synced + 261 (txg.c:678 in zfs) [0xffffff7f80d60a45]
                   *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
                     *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
                       *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
                         *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                           *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                             *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                               *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1d8d     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1efd     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 vnop_reclaim_thread + 360 (zfs_vnops_osx.c:1371 in zfs) [0xffffff7f80dba178]
     *1001 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068409) [0xffffff80005e1439]
           *1001 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1efe     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1f57     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 vnop_reclaim_thread + 360 (zfs_vnops_osx.c:1371 in zfs) [0xffffff7f80dba178]
     *1001 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068409) [0xffffff80005e1439]
           *1001 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1f58     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1f80     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 vnop_reclaim_thread + 360 (zfs_vnops_osx.c:1371 in zfs) [0xffffff7f80dba178]
     *1001 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068409) [0xffffff80005e1439]
           *1001 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1f81     priority 81        
 *1001 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1001 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *1001 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *1001 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *1001 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *1001 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *1001 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *1001 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *1001 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2cac9    priority 93         cpu time   0.011s
 *982  ??? (mach_kernel + 303168) [0xffffff800024a040]
 *19   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *19   ??? (mach_kernel + 303674) [0xffffff800024a23a]
     *13   AppleRAIDMember::synchronizeCacheCallout(AppleRAIDSet*) + 35 (AppleRAID) [0xffffff7f81d040b7]
       *13   IOAHCIBlockStorageDriver::FlushCache() + 123 (IOAHCIBlockStorage) [0xffffff7f8163a915]
         *13   IOAHCIDiskQueueManager::SendRequest(__SATAIORequest*) + 75 (IOAHCIBlockStorage) [0xffffff7f81633f43]
           *13   IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
             *13   IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
               *13   IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                 *13   lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                   *13   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                     *13   ??? (mach_kernel + 223627) [0xffffff800023698b]
                       *13   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
     *6    IOTimerEventSource::timeoutAndRelease(void*, void*) + 267 (mach_kernel) [0xffffff80006b0b9b]
       *6    IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
         *6    AppleHDADriver::runPeriodicTasks(OSObject*, void*, void*, void*, void*) + 38 (AppleHDA) [0xffffff7f81fb1da4]
           *4    AppleHDADriver::protectedRunPeriodicTasks() + 833 (AppleHDA) [0xffffff7f81fb211f]
             *2    AppleHDADriver::runPolledTaskOnFunctionGroup() + 111 (AppleHDA) [0xffffff7f81fb244d]
               *2    AppleHDAWidgetALC885::pollPinSenseTransition(unsigned int*) + 131 (AppleHDA) [0xffffff7f81ff24b7]
                 *2    AppleHDAWidget::pollPinSenseTransition(unsigned int*) + 453 (AppleHDA) [0xffffff7f81fe7231]
                   *1    AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 312 (AppleHDA) [0xffffff7f81fe3e2a]
                     *1    AppleHDAWidget::dispatchDetectAssistantPrepare() + 46 (AppleHDA) [0xffffff7f81fe702e]
                       *1    AppleHDAWidget::detectAssistantPrepare(unsigned int) + 258 (AppleHDA) [0xffffff7f81fe6c7e]
                         *1    delay_for_interval + 39 (mach_kernel) [0xffffff8000222197]
                           *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                             *1    ??? (mach_kernel + 223627) [0xffffff800023698b]
                               *1    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
                   *1    AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 1027 (AppleHDA) [0xffffff7f81fe40f5]
                     *1    IOHDACodecDevice::executeVerb(unsigned short, unsigned short, unsigned short, unsigned int*, bool) + 204 (IOHDAFamily) [0xffffff7f81e542e2]
                       *1    AppleHDAController::executeCodecCommand(IOHDACodecDevice*, unsigned int, unsigned int*) + 73 (AppleHDAController) [0xffffff7f81e927e5]
                         *1    IOWorkLoop::runAction(int (*)(OSObject*, void*, void*, void*, void*), OSObject*, void*, void*, void*, void*) + 62 (mach_kernel) [0xffffff80006acf4e]
                           *1    AppleHDAController::handleCodecCommand(CodecCommand*) + 388 (AppleHDAController) [0xffffff7f81e929b6]
                             *1    IOEventSource::sleepGate(void*, unsigned long long, unsigned int) + 76 (mach_kernel) [0xffffff80006ad66c]
                               *1    IOWorkLoop::sleepGate(void*, unsigned long long, unsigned int) + 73 (mach_kernel) [0xffffff80006aceb9]
                                 *1    IORecursiveLockSleepDeadline + 51 (mach_kernel) [0xffffff80006851c3]
                                   *1    lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
                                     *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                       *1    ??? (mach_kernel + 223627) [0xffffff800023698b]
                                         *1    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
             *2    AppleHDADriver::runPolledTaskOnFunctionGroup() + 144 (AppleHDA) [0xffffff7f81fb246e]
               *2    AppleHDADriver::handleUnsolicitedResponse(void*, void*, void*, void*) + 764 (AppleHDA) [0xffffff7f81fba8b0]
                 *2    AppleHDAEngineInput::handleUnsolicitedResponse(unsigned int, unsigned int, unsigned int) + 25 (AppleHDA) [0xffffff7f81fdb8d5]
                   *2    AppleHDAEngine::handleUnsolicitedResponse(unsigned int, unsigned int, unsigned int) + 241 (AppleHDA) [0xffffff7f81fc6bbf]
                     *2    AppleHDAEngine::getHighestPriorityConnectedPathSet() + 284 (AppleHDA) [0xffffff7f81fc3548]
                       *2    AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 312 (AppleHDA) [0xffffff7f81fe3e2a]
                         *2    AppleHDAWidget::dispatchDetectAssistantPrepare() + 46 (AppleHDA) [0xffffff7f81fe702e]
                           *2    AppleHDAWidget::detectAssistantPrepare(unsigned int) + 258 (AppleHDA) [0xffffff7f81fe6c7e]
                             *2    delay_for_interval + 39 (mach_kernel) [0xffffff8000222197]
                               *2    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                 *2    ??? (mach_kernel + 223627) [0xffffff800023698b]
                                   *2    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
           *2    AppleHDADriver::protectedRunPeriodicTasks() + 845 (AppleHDA) [0xffffff7f81fb212b]
             *2    AppleHDADriver::runPolledTaskOnEngines() + 96 (AppleHDA) [0xffffff7f81fb22ec]
               *2    AppleHDAEngineInput::runPolledTask() + 409 (AppleHDA) [0xffffff7f81fdb7c1]
                 *2    AppleHDAEngineInput::pollSpdifInLockStatus() + 180 (AppleHDA) [0xffffff7f81fdbb96]
                   *2    AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 312 (AppleHDA) [0xffffff7f81fe3e2a]
                     *2    AppleHDAWidget::dispatchDetectAssistantPrepare() + 46 (AppleHDA) [0xffffff7f81fe702e]
                       *2    AppleHDAWidget::detectAssistantPrepare(unsigned int) + 258 (AppleHDA) [0xffffff7f81fe6c7e]
                         *2    delay_for_interval + 39 (mach_kernel) [0xffffff8000222197]
                           *2    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                             *2    ??? (mach_kernel + 223627) [0xffffff800023698b]
                               *2    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2cf44    priority 93         cpu time   0.011s
 *978  ??? (mach_kernel + 303168) [0xffffff800024a040]
 *23   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *23   ??? (mach_kernel + 303674) [0xffffff800024a23a]
     *13   AppleRAIDMember::synchronizeCacheCallout(AppleRAIDSet*) + 35 (AppleRAID) [0xffffff7f81d040b7]
       *13   IOAHCIBlockStorageDriver::FlushCache() + 123 (IOAHCIBlockStorage) [0xffffff7f8163a915]
         *13   IOAHCIDiskQueueManager::SendRequest(__SATAIORequest*) + 75 (IOAHCIBlockStorage) [0xffffff7f81633f43]
           *13   IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
             *13   IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
               *13   IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                 *13   lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                   *13   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                     *13   ??? (mach_kernel + 223627) [0xffffff800023698b]
                       *13   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
     *7    IOTimerEventSource::timeoutAndRelease(void*, void*) + 267 (mach_kernel) [0xffffff80006b0b9b]
       *7    IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
         *7    AppleHDADriver::runPeriodicTasks(OSObject*, void*, void*, void*, void*) + 38 (AppleHDA) [0xffffff7f81fb1da4]
           *4    AppleHDADriver::protectedRunPeriodicTasks() + 833 (AppleHDA) [0xffffff7f81fb211f]
             *2    AppleHDADriver::runPolledTaskOnFunctionGroup() + 111 (AppleHDA) [0xffffff7f81fb244d]
               *2    AppleHDAWidgetALC885::pollPinSenseTransition(unsigned int*) + 131 (AppleHDA) [0xffffff7f81ff24b7]
                 *2    AppleHDAWidget::pollPinSenseTransition(unsigned int*) + 453 (AppleHDA) [0xffffff7f81fe7231]
                   *2    AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 312 (AppleHDA) [0xffffff7f81fe3e2a]
                     *2    AppleHDAWidget::dispatchDetectAssistantPrepare() + 46 (AppleHDA) [0xffffff7f81fe702e]
                       *2    AppleHDAWidget::detectAssistantPrepare(unsigned int) + 258 (AppleHDA) [0xffffff7f81fe6c7e]
                         *2    delay_for_interval + 39 (mach_kernel) [0xffffff8000222197]
                           *2    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                             *2    ??? (mach_kernel + 223627) [0xffffff800023698b]
                               *2    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
             *2    AppleHDADriver::runPolledTaskOnFunctionGroup() + 144 (AppleHDA) [0xffffff7f81fb246e]
               *2    AppleHDADriver::handleUnsolicitedResponse(void*, void*, void*, void*) + 764 (AppleHDA) [0xffffff7f81fba8b0]
                 *2    AppleHDAEngineInput::handleUnsolicitedResponse(unsigned int, unsigned int, unsigned int) + 25 (AppleHDA) [0xffffff7f81fdb8d5]
                   *2    AppleHDAEngine::handleUnsolicitedResponse(unsigned int, unsigned int, unsigned int) + 241 (AppleHDA) [0xffffff7f81fc6bbf]
                     *2    AppleHDAEngine::getHighestPriorityConnectedPathSet() + 284 (AppleHDA) [0xffffff7f81fc3548]
                       *2    AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 312 (AppleHDA) [0xffffff7f81fe3e2a]
                         *2    AppleHDAWidget::dispatchDetectAssistantPrepare() + 46 (AppleHDA) [0xffffff7f81fe702e]
                           *2    AppleHDAWidget::detectAssistantPrepare(unsigned int) + 258 (AppleHDA) [0xffffff7f81fe6c7e]
                             *2    delay_for_interval + 39 (mach_kernel) [0xffffff8000222197]
                               *2    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                 *2    ??? (mach_kernel + 223627) [0xffffff800023698b]
                                   *2    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
           *3    AppleHDADriver::protectedRunPeriodicTasks() + 845 (AppleHDA) [0xffffff7f81fb212b]
             *3    AppleHDADriver::runPolledTaskOnEngines() + 96 (AppleHDA) [0xffffff7f81fb22ec]
               *3    AppleHDAEngineInput::runPolledTask() + 409 (AppleHDA) [0xffffff7f81fdb7c1]
                 *3    AppleHDAEngineInput::pollSpdifInLockStatus() + 180 (AppleHDA) [0xffffff7f81fdbb96]
                   *1    AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 286 (AppleHDA) [0xffffff7f81fe3e10]
                     *1    AppleHDAWidgetALC885::pinSetControl(unsigned char) + 57 (AppleHDA) [0xffffff7f81ff2fa5]
                       *1    AppleHDAWidget::pinSetControl(unsigned char) + 84 (AppleHDA) [0xffffff7f81fe4644]
                         *1    IOHDACodecDevice::executeVerb(unsigned short, unsigned short, unsigned short, unsigned int*, bool) + 204 (IOHDAFamily) [0xffffff7f81e542e2]
                           *1    AppleHDAController::executeCodecCommand(IOHDACodecDevice*, unsigned int, unsigned int*) + 73 (AppleHDAController) [0xffffff7f81e927e5]
                             *1    IOWorkLoop::runAction(int (*)(OSObject*, void*, void*, void*, void*), OSObject*, void*, void*, void*, void*) + 62 (mach_kernel) [0xffffff80006acf4e]
                               *1    AppleHDAController::handleCodecCommand(CodecCommand*) + 388 (AppleHDAController) [0xffffff7f81e929b6]
                                 *1    IOEventSource::sleepGate(void*, unsigned long long, unsigned int) + 76 (mach_kernel) [0xffffff80006ad66c]
                                   *1    IOWorkLoop::sleepGate(void*, unsigned long long, unsigned int) + 73 (mach_kernel) [0xffffff80006aceb9]
                                     *1    IORecursiveLockSleepDeadline + 51 (mach_kernel) [0xffffff80006851c3]
                                       *1    lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
                                         *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                           *1    ??? (mach_kernel + 223627) [0xffffff800023698b]
                                             *1    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
                   *1    AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 312 (AppleHDA) [0xffffff7f81fe3e2a]
                     *1    AppleHDAWidget::dispatchDetectAssistantPrepare() + 46 (AppleHDA) [0xffffff7f81fe702e]
                       *1    AppleHDAWidget::detectAssistantPrepare(unsigned int) + 258 (AppleHDA) [0xffffff7f81fe6c7e]
                         *1    delay_for_interval + 39 (mach_kernel) [0xffffff8000222197]
                           *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                             *1    ??? (mach_kernel + 223627) [0xffffff800023698b]
                               *1    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
                   *1    AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 581 (AppleHDA) [0xffffff7f81fe3f37]
                     *1    AppleHDAWidgetALC885::pinSense(bool*, unsigned int*) + 86 (AppleHDA) [0xffffff7f81ff23a6]
                       *1    AppleHDAWidget::readProcessingCoefficient(unsigned int, unsigned int*) + 181 (AppleHDA) [0xffffff7f81fe74d1]
                         *1    IOHDACodecDevice::executeVerb(unsigned short, unsigned short, unsigned short, unsigned int*, bool) + 204 (IOHDAFamily) [0xffffff7f81e542e2]
                           *1    AppleHDAController::executeCodecCommand(IOHDACodecDevice*, unsigned int, unsigned int*) + 73 (AppleHDAController) [0xffffff7f81e927e5]
                             *1    IOWorkLoop::runAction(int (*)(OSObject*, void*, void*, void*, void*), OSObject*, void*, void*, void*, void*) + 62 (mach_kernel) [0xffffff80006acf4e]
                               *1    AppleHDAController::handleCodecCommand(CodecCommand*) + 388 (AppleHDAController) [0xffffff7f81e929b6]
                                 *1    IOEventSource::sleepGate(void*, unsigned long long, unsigned int) + 76 (mach_kernel) [0xffffff80006ad66c]
                                   *1    IOWorkLoop::sleepGate(void*, unsigned long long, unsigned int) + 73 (mach_kernel) [0xffffff80006aceb9]
                                     *1    IORecursiveLockSleepDeadline + 51 (mach_kernel) [0xffffff80006851c3]
                                       *1    lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
                                         *1    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                           *1    ??? (mach_kernel + 223627) [0xffffff800023698b]
                                             *1    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
     *3    IOSCSIMultimediaCommandsDevice::sPollForMedia(void*, void*) + 35 (IOSCSIMultimediaCommandsDevice) [0xffffff7f81375b31]
       *3    IOSCSIMultimediaCommandsDevice::PollForMedia() + 150 (IOSCSIMultimediaCommandsDevice) [0xffffff7f8137719a]
         *3    IOSCSIPrimaryCommandsDevice::SendCommand(OSObject*, unsigned int) + 284 (IOSCSIArchitectureModelFamily) [0xffffff7f80960bec]
           *3    IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
             *3    WaitForTask(OSObject*, IOCommandGate*, OSObject*) + 63 (IOSCSIArchitectureModelFamily) [0xffffff7f809633a8]
               *3    IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                 *3    IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
                   *3    IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                     *3    lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                       *3    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                         *3    ??? (mach_kernel + 223627) [0xffffff800023698b]
                           *3    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2cf5f    priority 93         cpu time   0.011s
 *985  ??? (mach_kernel + 303168) [0xffffff800024a040]
 *16   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *16   ??? (mach_kernel + 303674) [0xffffff800024a23a]
     *13   AppleRAIDMember::synchronizeCacheCallout(AppleRAIDSet*) + 35 (AppleRAID) [0xffffff7f81d040b7]
       *13   IOAHCIBlockStorageDriver::FlushCache() + 123 (IOAHCIBlockStorage) [0xffffff7f8163a915]
         *13   IOAHCIDiskQueueManager::SendRequest(__SATAIORequest*) + 75 (IOAHCIBlockStorage) [0xffffff7f81633f43]
           *13   IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
             *13   IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
               *13   IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                 *13   lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                   *13   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                     *13   ??? (mach_kernel + 223627) [0xffffff800023698b]
                       *13   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
     *3    IOSCSIMultimediaCommandsDevice::sPollForMedia(void*, void*) + 35 (IOSCSIMultimediaCommandsDevice) [0xffffff7f81375b31]
       *3    IOSCSIMultimediaCommandsDevice::PollForMedia() + 150 (IOSCSIMultimediaCommandsDevice) [0xffffff7f8137719a]
         *3    IOSCSIPrimaryCommandsDevice::SendCommand(OSObject*, unsigned int) + 284 (IOSCSIArchitectureModelFamily) [0xffffff7f80960bec]
           *3    IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
             *3    WaitForTask(OSObject*, IOCommandGate*, OSObject*) + 63 (IOSCSIArchitectureModelFamily) [0xffffff7f809633a8]
               *3    IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                 *3    IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
                   *3    IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                     *3    lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                       *3    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                         *3    ??? (mach_kernel + 223627) [0xffffff800023698b]
                           *3    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2d0b8    priority 93         cpu time   0.017s
 *992  ??? (mach_kernel + 303168) [0xffffff800024a040]
 *9    call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *8    ??? (mach_kernel + 303674) [0xffffff800024a23a]
     *4    IOSCSIMultimediaCommandsDevice::sPollForMedia(void*, void*) + 35 (IOSCSIMultimediaCommandsDevice) [0xffffff7f81375b31]
       *4    IOSCSIMultimediaCommandsDevice::PollForMedia() + 150 (IOSCSIMultimediaCommandsDevice) [0xffffff7f8137719a]
         *4    IOSCSIPrimaryCommandsDevice::SendCommand(OSObject*, unsigned int) + 284 (IOSCSIArchitectureModelFamily) [0xffffff7f80960bec]
           *4    IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
             *4    WaitForTask(OSObject*, IOCommandGate*, OSObject*) + 63 (IOSCSIArchitectureModelFamily) [0xffffff7f809633a8]
               *4    IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                 *4    IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
                   *4    IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                     *4    lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                       *4    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                         *4    ??? (mach_kernel + 223627) [0xffffff800023698b]
                           *4    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
     *4    AppleRAIDMember::synchronizeCacheCallout(AppleRAIDSet*) + 35 (AppleRAID) [0xffffff7f81d040b7]
       *4    IOAHCIBlockStorageDriver::FlushCache() + 123 (IOAHCIBlockStorage) [0xffffff7f8163a915]
         *4    IOAHCIDiskQueueManager::SendRequest(__SATAIORequest*) + 75 (IOAHCIBlockStorage) [0xffffff7f81633f43]
           *4    IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
             *4    IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
               *4    IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                 *4    lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                   *4    thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                     *4    ??? (mach_kernel + 223627) [0xffffff800023698b]
                       *4    machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
   *1    ml_set_interrupts_enabled + 0 (mach_kernel) [0xffffff80002d64f0]

  Thread 0x2d386    priority 81        
 *10 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *10 ??? (mach_kernel + 2124706) [0xffffff8000406ba2]
     *10 ??? (mach_kernel + 2100764) [0xffffff8000400e1c]
       *10 VNOP_IOCTL + 336 (mach_kernel) [0xffffff80003fdc90]
         *10 spec_ioctl + 332 (mach_kernel) [0xffffff800040d00c]
           *10 dkioctl + 167 (IOStorageFamily) [0xffffff7f808da56a]
             *10 IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
               *10 AppleRAIDSet::synchronizeCacheGated(IOService*) + 215 (AppleRAID) [0xffffff7f81d0b501]
                 *10 IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                   *10 IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
                     *10 IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                       *10 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                         *10 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                           *10 ??? (mach_kernel + 223627) [0xffffff800023698b]
                             *10 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2d385    priority 81        
 *6 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *6 ??? (mach_kernel + 2124706) [0xffffff8000406ba2]
     *6 ??? (mach_kernel + 2100764) [0xffffff8000400e1c]
       *6 VNOP_IOCTL + 336 (mach_kernel) [0xffffff80003fdc90]
         *6 spec_ioctl + 332 (mach_kernel) [0xffffff800040d00c]
           *6 dkioctl + 167 (IOStorageFamily) [0xffffff7f808da56a]
             *6 IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
               *6 AppleRAIDSet::synchronizeCacheGated(IOService*) + 215 (AppleRAID) [0xffffff7f81d0b501]
                 *6 IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                   *6 IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
                     *6 IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                       *6 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                         *6 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                           *6 ??? (mach_kernel + 223627) [0xffffff800023698b]
                             *6 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
dmzimmerman commented 10 years ago

ls kernel threads:

Process:         kernel_task [0]
Path:            kernel_task
Architecture:    x86_64
Parent:          kernel_task [0]
UID:             0
Version:         Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
Task size:       828758 pages (+33)
CPU Time:        226.702s

  Thread 0x1        priority 92         cpu time   0.018s
 *991 vm_pageout_continue + 0 (mach_kernel) [0xffffff8000298de0]
 *3   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *3   vm_pageout_continue + 66 (mach_kernel) [0xffffff8000298e22]
     *1   vm_pageout_scan + 1348 (mach_kernel) [0xffffff8000296614]
       *1   vm_page_free_list + 237 (mach_kernel) [0xffffff80002a524d]
         *1   pmap_clear_noencrypt + 31 (mach_kernel) [0xffffff80002c7fbf]
     *1   vm_pageout_scan + 8591 (mach_kernel) [0xffffff800029825f]
       *1   hw_lock_unlock + 31 (mach_kernel) [0xffffff80002d0a1f]
     *1   vm_pageout_scan + 8887 (mach_kernel) [0xffffff8000298387]
       *1   vm_page_free_list + 237 (mach_kernel) [0xffffff80002a524d]
         *1   pmap_clear_noencrypt + 31 (mach_kernel) [0xffffff80002c7fbf]

  Thread 0x2        priority 0          cpu time   7.479s
 *698 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *698 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *698 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *697 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
       *1   machine_idle + 77 (mach_kernel) [0xffffff80002dd5dd]
 *294 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *2   hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
   *2   unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
     *1   psynch_mutexwait + 45 (mach_kernel) [0xffffff8000632c6d]
       *1   _psynch_mutexwait + 319 (pthread) [0xffffff7f80f0e051]
         *1   ksyn_wait + 219 (pthread) [0xffffff7f80f0e9b3]
           *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
               *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
     *1   _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd]
       *1   workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d]
         *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
             *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x3        priority 95         cpu time   0.002s
 *994 ??? (mach_kernel + 204976) [0xffffff80002320b0]

  Thread 0x4        priority 80         cpu time   0.003s
 *994 ??? (mach_kernel + 285456) [0xffffff8000245b10]

  Thread 0x5        priority 93         cpu time   0.004s
 *994 ??? (mach_kernel + 286176) [0xffffff8000245de0]

  Thread 0x6        priority 95        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 328449) [0xffffff8000250301]
     *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
       *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
         *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x7        priority 94        
 *994 ??? (mach_kernel + 302688) [0xffffff8000249e60]

  Thread 0x8        priority 95        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 mapping_replenish + 402 (mach_kernel) [0xffffff80002c8422]
     *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
       *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
         *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x9        priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xb        priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xd        priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2d       priority 81        
 *994 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

  Thread 0x2f       priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x31       priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 pmInitThread + 899 (AppleIntelCPUPowerManagement) [0xffffff7f81dd8b99]
     *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
       *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
         *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
           *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x34       priority 0          cpu time   7.045s
 *619 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *617 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *617 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *617 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *2   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *2   ??? (mach_kernel + 222701) [0xffffff80002365ed]
       *2   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *373 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *2   Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *2   thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *2   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x37       priority 0          cpu time   9.137s
 *894 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *893 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *893 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *893 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1   ??? (mach_kernel + 222701) [0xffffff80002365ed]
       *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *96  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *3   Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *3   thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *3   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *1   hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
   *1   unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
     *1   _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd]
       *1   workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d]
         *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
             *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x3a       priority 0          cpu time   8.547s
 *805 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *804 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *804 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *804 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1   ??? (mach_kernel + 222701) [0xffffff80002365ed]
       *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *188 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1   hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
   *1   unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
     *1   select_nocancel + 1352 (mach_kernel) [0xffffff80005f1088]
       *1   selprocess + 1249 (mach_kernel) [0xffffff80005f1581]
         *1   ??? (mach_kernel + 4068723) [0xffffff80005e1573]
           *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
               *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x3d       priority 0          cpu time   9.401s
 *928 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *928 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *928 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *928 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *63  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *3   Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *3   thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *3   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x40       priority 0          cpu time   8.509s
 *822 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *822 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *822 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *822 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *171 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1   hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
   *1   unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
     *1   _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd]
       *1   workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d]
         *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
             *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x43       priority 0          cpu time   9.625s
 *956 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *955 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *955 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *955 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1   ??? (mach_kernel + 222701) [0xffffff80002365ed]
       *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *37  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1   Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *1   thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x46       priority 0          cpu time   8.911s
 *860 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *860 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *860 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *860 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *133 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1   Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *1   thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x49       priority 0          cpu time   9.590s
 *948 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *948 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *948 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *948 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *46  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x4c       priority 0          cpu time   9.285s
 *910 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *910 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *910 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *910 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *82  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *2   hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
   *2   unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
     *1   _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd]
       *1   workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d]
         *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
             *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
     *1   psynch_mutexwait + 45 (mach_kernel) [0xffffff8000632c6d]
       *1   _psynch_mutexwait + 319 (pthread) [0xffffff7f80f0e051]
         *1   ksyn_wait + 219 (pthread) [0xffffff7f80f0e9b3]
           *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
               *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x4f       priority 0          cpu time   9.648s
 *954 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *954 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *954 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *954 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *39  idle_thread + 0 (mach_kernel) [0xffffff80002378f0]
 *1   hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
   *1   unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
     *1   _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd]
       *1   workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d]
         *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
             *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x52       priority 0          cpu time   9.173s
 *894 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *894 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *894 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *894 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *100 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x55       priority 0          cpu time   9.964s
 *991 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *991 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *991 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *991 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *3   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x58       priority 0          cpu time   9.984s
 *993 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *992 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *992 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *992 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1   ??? (mach_kernel + 222701) [0xffffff80002365ed]
       *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
 *1   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x5b       priority 0          cpu time   9.970s
 *991 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *991 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *991 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *991 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *3   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x5e       priority 0          cpu time   9.993s
 *993 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *993 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *993 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *993 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *1   Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8]
   *1   thread_continue + 113 (mach_kernel) [0xffffff8000236ec1]
     *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x61       priority 0          cpu time   9.994s
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *994 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *994 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]

  Thread 0x64       priority 0          cpu time   9.984s
 *993 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *993 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *993 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *992 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *1   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x67       priority 0          cpu time   9.996s
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *994 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *994 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]

  Thread 0x6a       priority 0          cpu time   9.994s
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *993 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *993 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *993 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
   *1   IOWorkLoop::threadMain() + 143 (mach_kernel) [0xffffff80006acc0f]
     *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
       *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
         *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x6d       priority 0          cpu time   9.995s
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *994 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *994 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]

  Thread 0x70       priority 0          cpu time   9.987s
 *993 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *993 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *993 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *993 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *1   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x73       priority 0          cpu time   9.994s
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *994 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *994 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]

  Thread 0x76       priority 0          cpu time   9.992s
 *993 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *993 idle_thread + 24 (mach_kernel) [0xffffff8000237908]
     *993 processor_idle + 170 (mach_kernel) [0xffffff80002375ba]
       *993 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]
 *1   idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

  Thread 0x7b       priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xd5       priority 81        
 *994 ??? (mach_kernel + 1934512) [0xffffff80003d84b0]

  Thread 0xd7       priority 81        
 *994 ??? (mach_kernel + 4244384) [0xffffff800060c3a0]

  Thread 0xd8       priority 81        
 *994 ??? (mach_kernel + 3843648) [0xffffff80005aa640]

  Thread 0xd9       priority 81        
 *994 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

  Thread 0xda       priority 81        
 *994 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

  Thread 0xdb       priority 81        
 *994 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

  Thread 0xdc       priority 81        
 *994 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

  Thread 0xdd       priority 81        
 *994 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

  Thread 0xde       priority 81        
 *994 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

  Thread 0xdf       priority 81         cpu time   0.001s
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 2301917) [0xffffff8000431fdd]
     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0xe0       priority 81        
 *994 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

  Thread 0xe1       priority 95        
 *994 ??? (mach_kernel + 4088688) [0xffffff80005e6370]

  Thread 0xe2       priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xe3       priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xe6       priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xe7       priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xe8       priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xf7       priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xf8       priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xfa       priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0xfb       priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x100      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x102      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x105      priority 81        
 *994 sockwall_gc_thread + 0 (ALF) [0xffffff7f82adc996]

  Thread 0x108      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x10a      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x10c      priority 82        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x10d      priority 82         cpu time   0.026s
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x10e      priority 82        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x113      priority 81         cpu time   0.039s
 *991 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *3   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *2   IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97]
     *2   IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2]
       *2   AppleAHCIEventSource::checkForWork() + 29 (AppleAHCIPort) [0xffffff7f820e1023]
         *2   AppleAHCIPort::HandleInterruptRequest() + 855 (AppleAHCIPort) [0xffffff7f820dea17]
           *2   AppleAHCIPort::CompleteCommands(unsigned int) + 277 (AppleAHCIPort) [0xffffff7f820df199]
             *2   AppleAHCIPort::AHCICompleteRequest(OSObject*, int) + 172 (AppleAHCIPort) [0xffffff7f820dfe30]
               *2   IOAHCIDevice::CompleteRequest(OSObject*) + 88 (IOAHCIFamily) [0xffffff7f8160efca]
                 *2   IOAHCIBlockStorageDriver::NormalCompletion(__SATAIORequest*) + 662 (IOAHCIBlockStorage) [0xffffff7f8163b752]
                   *1   IOAHCIDiskQueueManager::RequestCallback(__SATAIORequest*) + 141 (IOAHCIBlockStorage) [0xffffff7f8163374f]
                     *1   hw_lock_to + 20 (mach_kernel) [0xffffff80002d0994]
                   *1   IOAHCIDiskQueueManager::RequestCallback(__SATAIORequest*) + 564 (IOAHCIBlockStorage) [0xffffff7f816338f6]
                     *1   IOBlockStorageDriver::prepareRequestCompletion(void*, void*, int, unsigned long long) + 192 (IOStorageFamily) [0xffffff7f808d1ab2]
                       *1   AppleRAIDEventSource::completeRequest(AppleRAIDMemoryDescriptor*, int, unsigned long long) + 108 (AppleRAID) [0xffffff7f81d0bf06]
                         *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
   *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
       *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x114      priority 97        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x115      priority 97        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x11a      priority 81         cpu time   0.026s
 *993 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *1   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
       *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x11d      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x140      priority 81         cpu time   0.021s
 *993 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *1   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1   IOWorkLoop::threadMain() + 143 (mach_kernel) [0xffffff80006acc0f]
     *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
       *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
         *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x147      priority 81         cpu time   0.073s
 *989 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *4   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *2   IOWorkLoop::threadMain() + 143 (mach_kernel) [0xffffff80006acc0f]
     *2   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
       *2   ??? (mach_kernel + 223264) [0xffffff8000236820]
         *2   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
   *2   IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97]
     *2   IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2]
       *2   AppleRAIDEventSource::checkForWork() + 72 (AppleRAID) [0xffffff7f81d0bff0]
         *2   AppleRAIDSet::completeRAIDRequest(AppleRAIDStorageRequest*) + 395 (AppleRAID) [0xffffff7f81d0b8ff]
           *1   dkreadwritecompletion(void*, void*, int, unsigned long long) + 117 (IOStorageFamily) [0xffffff7f808dbb0f]
             *1   IOGeneralMemoryDescriptor::free() + 205 (mach_kernel) [0xffffff80006b7d4d]
               *1   OSObject::operator delete(void*, unsigned long) + 137 (mach_kernel) [0xffffff800064bab9]
                 *1   zfree + 337 (mach_kernel) [0xffffff80002512c1]
                   *1   lck_mtx_lock_spin + 40 (mach_kernel) [0xffffff80002d0f78]
           *1   dkreadwritecompletion(void*, void*, int, unsigned long long) + 108 (IOStorageFamily) [0xffffff7f808dbb06]
             *1   IOGeneralMemoryDescriptor::complete(unsigned int) + 154 (mach_kernel) [0xffffff80006b9eba]
 *1   hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26]
   *1   unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363]
     *1   _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd]
       *1   workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d]
         *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
             *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x14e      priority 81         cpu time   0.098s
 *984 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *10  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *7   IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97]
     *7   IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2]
       *7   AppleAHCIEventSource::checkForWork() + 29 (AppleAHCIPort) [0xffffff7f820e1023]
         *5   AppleAHCIPort::HandleInterruptRequest() + 855 (AppleAHCIPort) [0xffffff7f820dea17]
           *5   AppleAHCIPort::CompleteCommands(unsigned int) + 277 (AppleAHCIPort) [0xffffff7f820df199]
             *5   AppleAHCIPort::AHCICompleteRequest(OSObject*, int) + 172 (AppleAHCIPort) [0xffffff7f820dfe30]
               *3   IOAHCIDevice::CompleteRequest(OSObject*) + 88 (IOAHCIFamily) [0xffffff7f8160efca]
                 *2   IOAHCIBlockStorageDriver::NormalCompletion(__SATAIORequest*) + 662 (IOAHCIBlockStorage) [0xffffff7f8163b752]
                   *2   IOAHCIDiskQueueManager::RequestCallback(__SATAIORequest*) + 564 (IOAHCIBlockStorage) [0xffffff7f816338f6]
                     *2   IOBlockStorageDriver::prepareRequestCompletion(void*, void*, int, unsigned long long) + 192 (IOStorageFamily) [0xffffff7f808d1ab2]
                       *2   AppleRAIDEventSource::completeRequest(AppleRAIDMemoryDescriptor*, int, unsigned long long) + 108 (AppleRAID) [0xffffff7f81d0bf06]
                         *2   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
                 *1   AppleAHCIRequestTimer::RemoveRequest(__SATAIORequest*) + 1 (IOAHCIBlockStorage) [0xffffff7f8163fdc5]
               *1   IOAHCIPort::FreeAHCIRequest(OSObject*) + 1 (IOAHCIFamily) [0xffffff7f8160ce25]
               *1   IOAHCIDevice::CompleteRequest(OSObject*) + 80 (IOAHCIFamily) [0xffffff7f8160efc2]
                 *1   __bzero + 11 (mach_kernel) [0xffffff800010e11b]
         *1   AppleAHCIPort::HandleInterruptRequest() + 585 (AppleAHCIPort) [0xffffff7f820de909]
         *1   AppleAHCIPort::HandleInterruptRequest() + 716 (AppleAHCIPort) [0xffffff7f820de98c]
   *3   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *3   ??? (mach_kernel + 223264) [0xffffff8000236820]
       *3   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x167      priority 81         cpu time   0.027s
 *991 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]
 *3   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *2   IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97]
     *1   IOWorkLoop::runEventSources() + 43 (mach_kernel) [0xffffff80006ac9eb]
       *1   IOWorkLoop::closeGate() + 18 (mach_kernel) [0xffffff80006acd92]
         *1   IORecursiveLockLock + 32 (mach_kernel) [0xffffff8000685080]
           *1   lck_mtx_lock + 653 (mach_kernel) [0xffffff80002d12ed]
             *1   lck_mtx_lock_wait_x86 + 384 (mach_kernel) [0xffffff80002d5f50]
               *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                 *1   ??? (mach_kernel + 223627) [0xffffff800023698b]
                   *1   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
     *1   IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2]
       *1   AppleRAIDEventSource::checkForWork() + 72 (AppleRAID) [0xffffff7f81d0bff0]
         *1   AppleRAIDMirrorSet::completeRAIDRequest(AppleRAIDStorageRequest*) + 134 (AppleRAID) [0xffffff7f81d0cd52]
   *1   IOWorkLoop::threadMain() + 143 (mach_kernel) [0xffffff80006acc0f]
     *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
       *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
         *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x195      priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 4436498) [0xffffff800063b212]
     *994 mach_msg_receive + 162 (mach_kernel) [0xffffff800021df22]
       *994 ipc_mqueue_receive + 66 (mach_kernel) [0xffffff80002168e2]
         *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
           *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
             *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x196      priority 92        
 *994 ??? (mach_kernel + 656688) [0xffffff80002a0530]

  Thread 0x197      priority 31        
 *994 ??? (mach_kernel + 625072) [0xffffff80002989b0]

  Thread 0x198      priority 31        
 *994 vm_pressure_thread + 0 (mach_kernel) [0xffffff8000298eb0]

  Thread 0x199      priority 92        
 *994 ??? (mach_kernel + 581216) [0xffffff800028de60]

  Thread 0x19a      priority 92        
 *994 ??? (mach_kernel + 450000) [0xffffff800026ddd0]

  Thread 0x19b      priority 92        
 *994 ??? (mach_kernel + 654128) [0xffffff800029fb30]

  Thread 0x19c      priority 92        
 *994 ??? (mach_kernel + 654128) [0xffffff800029fb30]

  Thread 0x1ca      priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 4401402) [0xffffff80006328fa]
     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x207      priority 81         cpu time   0.046s
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 2302510) [0xffffff800043222e]
     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x208      priority 82         cpu time   0.031s
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *992 ??? (mach_kernel + 2288484) [0xffffff800042eb64]
     *992 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *992 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *991 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *991 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *991 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *991 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
         *1   lck_mtx_sleep + 99 (mach_kernel) [0xffffff800022d1d3]
           *1   lck_mtx_lock_spin + 214 (mach_kernel) [0xffffff80002d1026]
   *2   ??? (mach_kernel + 2288370) [0xffffff800042eaf2]
     *2   IONetworkInterface::drainOutputQueue(__ifnet*, IONetworkController*) + 85 (IONetworkingFamily) [0xffffff7f8103f2f5]
       *2   Intel82574L::outputStart(IONetworkInterface*, unsigned int) + 460 (Intel82574L) [0xffffff7f813f93f8]
         *1   Intel82574L::txFrame(__mbuf*, bool) + 1004 (Intel82574L) [0xffffff7f813f9914]
           *1   IOMbufMemoryCursor::genPhysicalSegments(__mbuf*, void*, unsigned int, bool) + 612 (IONetworkingFamily) [0xffffff7f81037bd2]
         *1   OSAddAtomic + 4 (mach_kernel) [0xffffff800067ce96]

  Thread 0x209      priority 82        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 2288855) [0xffffff800042ecd7]
     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x20b      priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 2302510) [0xffffff800043222e]
     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x20c      priority 82        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 2288484) [0xffffff800042eb64]
     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x20d      priority 82        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 2288855) [0xffffff800042ecd7]
     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x20f      priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 2304605) [0xffffff8000432a5d]
     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x210      priority 82        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 2288484) [0xffffff800042eb64]
     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x295      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x296      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x29a      priority 81         cpu time   0.001s
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x29c      priority 97        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 rtThreadNativeMain(void*, int) + 33 (VBoxDrv) [0xffffff7f808a3571]
     *994 rtThreadMain + 47 (VBoxDrv) [0xffffff7f8089efcf]
       *994 rtTimerThread(RTTHREADINT*, void*) + 62 (VBoxDrv) [0xffffff7f8089f3fe]
         *994 rtR0SemEventDarwinWait(RTSEMEVENTINTERNAL*, unsigned int, unsigned long long, RTLOCKVALSRCPOS const*) + 516 (VBoxDrv) [0xffffff7f808a21e4]
           *994 lck_spin_sleep + 78 (mach_kernel) [0xffffff800022d0ae]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x29f      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2ac      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2ad      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2ae      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2af      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2b8      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2be      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2c0      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2d7      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2d8      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2d9      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2dd      priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 arc_reclaim_thread + 693 (arc.c:2595 in zfs) [0xffffff7f80ce6775]
     *994 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068409) [0xffffff80005e1439]
           *994 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2de      priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 l2arc_feed_thread + 91 (arc.c:5498 in zfs) [0xffffff7f80ce78ab]
     *994 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068409) [0xffffff80005e1439]
           *994 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2df      priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2f8      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x2fd      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x3e3      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x42e      priority 92        
 *994 ??? (mach_kernel + 9264) [0xffffff8000202430]

  Thread 0x42f      priority 92        
 *994 ??? (mach_kernel + 11200) [0xffffff8000202bc0]

  Thread 0x48c      priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 2304605) [0xffffff8000432a5d]
     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x48d      priority 82        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 ??? (mach_kernel + 2288286) [0xffffff800042ea9e]
     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x590      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x617      priority 81        
 *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

  Thread 0x1bb4     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bb5     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bb6     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bb7     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bb8     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bb9     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bba     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bbb     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bbc     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bbd     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bbe     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bbf     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc0     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc1     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc2     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc3     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc4     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc5     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc6     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc7     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc8     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bc9     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bca     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bcb     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bcc     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bcd     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bce     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bcf     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd0     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd1     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd2     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd3     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd4     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd5     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd6     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd7     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd8     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bd9     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bda     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bdb     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bdc     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bdd     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bde     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bdf     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be0     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be1     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be2     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be3     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be4     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be5     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be6     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be7     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be8     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1be9     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bea     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1beb     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bec     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bed     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bee     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bef     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf0     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf1     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf2     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf3     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf4     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf5     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf6     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf7     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf8     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bf9     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bfa     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bfb     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bfc     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bfd     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bfe     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1bff     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c00     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c01     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c02     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c03     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c04     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c05     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c06     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c07     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c08     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c09     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0a     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0b     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0c     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0d     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0e     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c0f     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c10     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c11     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c12     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c13     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c14     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c15     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c16     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c17     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c18     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c19     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1a     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1b     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1c     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1d     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1e     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c1f     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c20     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c21     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c22     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c23     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c24     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c25     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c26     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c27     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c28     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c29     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2a     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2b     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2c     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2d     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2e     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c2f     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c30     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c31     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c32     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c33     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c34     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c35     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c36     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c37     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c38     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c39     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3a     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3b     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3c     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3d     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3e     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c3f     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c40     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c41     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c42     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c43     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c44     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c45     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c46     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c47     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c48     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c49     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4a     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4b     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4c     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4d     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4e     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c4f     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c50     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c51     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c52     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c53     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c54     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c55     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c56     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c57     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c58     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c59     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5a     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5b     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5c     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5d     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5e     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c5f     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c60     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c61     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c62     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c63     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c64     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c66     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c68     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c69     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c6a     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c6b     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c6d     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c6e     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c6f     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c70     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c71     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c72     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c73     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c74     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c75     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c76     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c77     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c78     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c79     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7a     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7b     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7c     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7d     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7e     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c7f     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c80     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c81     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c82     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c83     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c84     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c85     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c86     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c87     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c88     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c89     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8a     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8b     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8c     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8d     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8e     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c8f     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c90     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c91     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c92     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c93     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c94     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c96     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c97     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c98     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c99     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c9a     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c9b     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c9c     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c9e     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1c9f     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca0     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca1     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca2     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca3     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca4     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca5     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca6     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca7     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca8     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1ca9     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1caa     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cab     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cac     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cad     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cae     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1caf     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb0     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb1     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb2     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb3     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb4     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb5     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb6     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb7     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb8     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cb9     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cba     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cbb     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cbc     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cbd     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cbe     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cbf     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc0     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc1     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc2     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc3     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc4     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc5     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc6     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc7     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc8     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1cc9     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1d40     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1d41     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 txg_quiesce_thread + 173 (txg.c:603 in zfs) [0xffffff7f80d602fd]
     *994 txg_thread_wait + 129 (txg.c:244 in zfs) [0xffffff7f80d61701]
       *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
         *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
           *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
             *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
               *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                 *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                   *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1d42     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 txg_sync_thread + 833 (txg.c:549 in zfs) [0xffffff7f80d60721]
     *994 spa_sync + 1287 (spa.c:6219 in zfs) [0xffffff7f80d522c7]
       *994 dsl_pool_sync + 266 (dsl_pool.c:595 in zfs) [0xffffff7f80d27f1a]
         *994 zio_wait + 115 (zio.c:1428 in zfs) [0xffffff7f80dd2aa3]
           *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
             *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
               *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
                 *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                   *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                     *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                       *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1d8c     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 vnop_reclaim_thread + 249 (zfs_vnops_osx.c:1353 in zfs) [0xffffff7f80dba109]
     *994 zfs_zinactive + 166 (zfs_znode.c:1499 in zfs) [0xffffff7f80dc86f6]
       *994 zfs_rmnode + 218 (zfs_dir.c:636 in zfs) [0xffffff7f80d8e95a]
         *994 dmu_free_long_range + 108 (dmu.c:675 in zfs) [0xffffff7f80cf88bc]
           *994 dmu_free_long_range_impl + 396 (dmu.c:644 in zfs) [0xffffff7f80cf8a6c]
             *994 dmu_tx_assign + 105 (dmu_tx.c:1098 in zfs) [0xffffff7f80d0c669]
               *994 dmu_tx_wait + 107 (dmu_tx.c:1125 in zfs) [0xffffff7f80d0ccab]
                 *994 txg_wait_synced + 261 (txg.c:678 in zfs) [0xffffff7f80d60a45]
                   *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
                     *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
                       *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
                         *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                           *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                             *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                               *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1d8d     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1efd     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 vnop_reclaim_thread + 360 (zfs_vnops_osx.c:1371 in zfs) [0xffffff7f80dba178]
     *994 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068409) [0xffffff80005e1439]
           *994 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1efe     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1f57     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 vnop_reclaim_thread + 360 (zfs_vnops_osx.c:1371 in zfs) [0xffffff7f80dba178]
     *994 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068409) [0xffffff80005e1439]
           *994 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1f58     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1f80     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 vnop_reclaim_thread + 360 (zfs_vnops_osx.c:1371 in zfs) [0xffffff7f80dba178]
     *994 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068409) [0xffffff80005e1439]
           *994 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x1f81     priority 81        
 *994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d]
     *994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853]
       *994 msleep + 114 (mach_kernel) [0xffffff80005e1802]
         *994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5]
           *994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
             *994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
               *994 ??? (mach_kernel + 223627) [0xffffff800023698b]
                 *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2d0b8    priority 93         cpu time   0.017s
 *992 ??? (mach_kernel + 303168) [0xffffff800024a040]
 *2   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *2   ??? (mach_kernel + 303674) [0xffffff800024a23a]
     *1   IOSCSIMultimediaCommandsDevice::sPollForMedia(void*, void*) + 35 (IOSCSIMultimediaCommandsDevice) [0xffffff7f81375b31]
       *1   IOSCSIMultimediaCommandsDevice::PollForMedia() + 150 (IOSCSIMultimediaCommandsDevice) [0xffffff7f8137719a]
         *1   IOSCSIPrimaryCommandsDevice::SendCommand(OSObject*, unsigned int) + 284 (IOSCSIArchitectureModelFamily) [0xffffff7f80960bec]
           *1   IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
             *1   WaitForTask(OSObject*, IOCommandGate*, OSObject*) + 63 (IOSCSIArchitectureModelFamily) [0xffffff7f809633a8]
               *1   IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                 *1   IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
                   *1   IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                     *1   lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                       *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                         *1   ??? (mach_kernel + 223627) [0xffffff800023698b]
                           *1   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
     *1   IOTimerEventSource::timeoutAndRelease(void*, void*) + 267 (mach_kernel) [0xffffff80006b0b9b]
       *1   Intel82574L::handleTxTimer(IOTimerEventSource*) + 24 (Intel82574L) [0xffffff7f813f76c4]
         *1   Intel82574L::txHandler() + 41 (Intel82574L) [0xffffff7f813f8b3b]

  Thread 0x2cac9    priority 93         cpu time   0.009s
 *775 ??? (mach_kernel + 303168) [0xffffff800024a040]
 *4   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *4   ??? (mach_kernel + 303674) [0xffffff800024a23a]
     *4   IOSCSIMultimediaCommandsDevice::sPollForMedia(void*, void*) + 35 (IOSCSIMultimediaCommandsDevice) [0xffffff7f81375b31]
       *4   IOSCSIMultimediaCommandsDevice::PollForMedia() + 150 (IOSCSIMultimediaCommandsDevice) [0xffffff7f8137719a]
         *4   IOSCSIPrimaryCommandsDevice::SendCommand(OSObject*, unsigned int) + 284 (IOSCSIArchitectureModelFamily) [0xffffff7f80960bec]
           *4   IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
             *4   WaitForTask(OSObject*, IOCommandGate*, OSObject*) + 63 (IOSCSIArchitectureModelFamily) [0xffffff7f809633a8]
               *4   IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                 *4   IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
                   *4   IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                     *4   lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                       *4   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                         *4   ??? (mach_kernel + 223627) [0xffffff800023698b]
                           *4   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2cf44    priority 93         cpu time   0.019s
 *776 ??? (mach_kernel + 303168) [0xffffff800024a040]
 *3   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *2   ??? (mach_kernel + 303674) [0xffffff800024a23a]
     *1   IOSCSIMultimediaCommandsDevice::sPollForMedia(void*, void*) + 35 (IOSCSIMultimediaCommandsDevice) [0xffffff7f81375b31]
       *1   IOSCSIMultimediaCommandsDevice::PollForMedia() + 150 (IOSCSIMultimediaCommandsDevice) [0xffffff7f8137719a]
         *1   IOSCSIPrimaryCommandsDevice::SendCommand(OSObject*, unsigned int) + 284 (IOSCSIArchitectureModelFamily) [0xffffff7f80960bec]
           *1   IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
             *1   WaitForTask(OSObject*, IOCommandGate*, OSObject*) + 63 (IOSCSIArchitectureModelFamily) [0xffffff7f809633a8]
               *1   IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                 *1   IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
                   *1   IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                     *1   lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                       *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                         *1   ??? (mach_kernel + 223627) [0xffffff800023698b]
                           *1   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
     *1   IOTimerEventSource::timeoutAndRelease(void*, void*) + 267 (mach_kernel) [0xffffff80006b0b9b]
       *1   IOTimerEventSource::setTimeout(unsigned int, unsigned int) + 41 (mach_kernel) [0xffffff80006b0f99]
         *1   IOTimerEventSource::wakeAtTime(unsigned long long) + 117 (mach_kernel) [0xffffff80006b1135]
           *1   thread_call_enter1_delayed + 36 (mach_kernel) [0xffffff80002496d4]
             *1   ??? (mach_kernel + 299055) [0xffffff800024902f]
               *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]
   *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
     *1   ??? (mach_kernel + 223264) [0xffffff8000236820]
       *1   ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

  Thread 0x2cf5f    priority 93         cpu time   0.017s
 *764 ??? (mach_kernel + 303168) [0xffffff800024a040]
 *15  call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *15  ??? (mach_kernel + 303674) [0xffffff800024a23a]
     *13  IOTimerEventSource::timeoutAndRelease(void*, void*) + 267 (mach_kernel) [0xffffff80006b0b9b]
       *13  IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
         *13  AppleHDADriver::runPeriodicTasks(OSObject*, void*, void*, void*, void*) + 38 (AppleHDA) [0xffffff7f81fb1da4]
           *9   AppleHDADriver::protectedRunPeriodicTasks() + 833 (AppleHDA) [0xffffff7f81fb211f]
             *5   AppleHDADriver::runPolledTaskOnFunctionGroup() + 144 (AppleHDA) [0xffffff7f81fb246e]
               *5   AppleHDADriver::handleUnsolicitedResponse(void*, void*, void*, void*) + 764 (AppleHDA) [0xffffff7f81fba8b0]
                 *5   AppleHDAEngineInput::handleUnsolicitedResponse(unsigned int, unsigned int, unsigned int) + 25 (AppleHDA) [0xffffff7f81fdb8d5]
                   *4   AppleHDAEngine::handleUnsolicitedResponse(unsigned int, unsigned int, unsigned int) + 241 (AppleHDA) [0xffffff7f81fc6bbf]
                     *4   AppleHDAEngine::getHighestPriorityConnectedPathSet() + 284 (AppleHDA) [0xffffff7f81fc3548]
                       *3   AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 312 (AppleHDA) [0xffffff7f81fe3e2a]
                         *3   AppleHDAWidget::dispatchDetectAssistantPrepare() + 46 (AppleHDA) [0xffffff7f81fe702e]
                           *3   AppleHDAWidget::detectAssistantPrepare(unsigned int) + 258 (AppleHDA) [0xffffff7f81fe6c7e]
                             *3   delay_for_interval + 39 (mach_kernel) [0xffffff8000222197]
                               *3   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                 *3   ??? (mach_kernel + 223627) [0xffffff800023698b]
                                   *3   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
                       *1   AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 286 (AppleHDA) [0xffffff7f81fe3e10]
                         *1   AppleHDAWidgetALC885::pinSetControl(unsigned char) + 57 (AppleHDA) [0xffffff7f81ff2fa5]
                           *1   AppleHDAWidget::pinSetControl(unsigned char) + 188 (AppleHDA) [0xffffff7f81fe46ac]
                             *1   IOHDACodecDevice::executeVerb(unsigned short, unsigned short, unsigned short, unsigned int*, bool) + 204 (IOHDAFamily) [0xffffff7f81e542e2]
                               *1   AppleHDAController::executeCodecCommand(IOHDACodecDevice*, unsigned int, unsigned int*) + 73 (AppleHDAController) [0xffffff7f81e927e5]
                                 *1   IOWorkLoop::runAction(int (*)(OSObject*, void*, void*, void*, void*), OSObject*, void*, void*, void*, void*) + 62 (mach_kernel) [0xffffff80006acf4e]
                                   *1   AppleHDAController::handleCodecCommand(CodecCommand*) + 388 (AppleHDAController) [0xffffff7f81e929b6]
                                     *1   IOEventSource::sleepGate(void*, unsigned long long, unsigned int) + 76 (mach_kernel) [0xffffff80006ad66c]
                                       *1   IOWorkLoop::sleepGate(void*, unsigned long long, unsigned int) + 73 (mach_kernel) [0xffffff80006aceb9]
                                         *1   IORecursiveLockSleepDeadline + 51 (mach_kernel) [0xffffff80006851c3]
                                           *1   lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
                                             *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                               *1   ??? (mach_kernel + 223627) [0xffffff800023698b]
                                                 *1   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
                   *1   AppleHDAEngine::handleUnsolicitedResponse(unsigned int, unsigned int, unsigned int) + 348 (AppleHDA) [0xffffff7f81fc6c2a]
                     *1   AppleHDAEngine::redirect(AppleHDAPathSet*, AppleHDAPathSet*, bool) + 898 (AppleHDA) [0xffffff7f81fc706a]
                       *1   AppleHDADriver::updatePowerProfileProperties() + 82 (AppleHDA) [0xffffff7f81fb8600]
                         *1   AppleHDADriver::gatherPowerDataFromEngines(unsigned int) + 118 (AppleHDA) [0xffffff7f81fbc216]
                           *1   AppleHDAEngine::idlePowerLevel() + 44 (AppleHDA) [0xffffff7f81fcb5f0]
             *4   AppleHDADriver::runPolledTaskOnFunctionGroup() + 111 (AppleHDA) [0xffffff7f81fb244d]
               *4   AppleHDAWidgetALC885::pollPinSenseTransition(unsigned int*) + 131 (AppleHDA) [0xffffff7f81ff24b7]
                 *4   AppleHDAWidget::pollPinSenseTransition(unsigned int*) + 453 (AppleHDA) [0xffffff7f81fe7231]
                   *4   AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 312 (AppleHDA) [0xffffff7f81fe3e2a]
                     *4   AppleHDAWidget::dispatchDetectAssistantPrepare() + 46 (AppleHDA) [0xffffff7f81fe702e]
                       *4   AppleHDAWidget::detectAssistantPrepare(unsigned int) + 258 (AppleHDA) [0xffffff7f81fe6c7e]
                         *4   delay_for_interval + 39 (mach_kernel) [0xffffff8000222197]
                           *4   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                             *4   ??? (mach_kernel + 223627) [0xffffff800023698b]
                               *4   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
           *4   AppleHDADriver::protectedRunPeriodicTasks() + 845 (AppleHDA) [0xffffff7f81fb212b]
             *4   AppleHDADriver::runPolledTaskOnEngines() + 96 (AppleHDA) [0xffffff7f81fb22ec]
               *4   AppleHDAEngineInput::runPolledTask() + 409 (AppleHDA) [0xffffff7f81fdb7c1]
                 *4   AppleHDAEngineInput::pollSpdifInLockStatus() + 180 (AppleHDA) [0xffffff7f81fdbb96]
                   *3   AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 312 (AppleHDA) [0xffffff7f81fe3e2a]
                     *3   AppleHDAWidget::dispatchDetectAssistantPrepare() + 46 (AppleHDA) [0xffffff7f81fe702e]
                       *3   AppleHDAWidget::detectAssistantPrepare(unsigned int) + 258 (AppleHDA) [0xffffff7f81fe6c7e]
                         *3   delay_for_interval + 39 (mach_kernel) [0xffffff8000222197]
                           *3   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                             *3   ??? (mach_kernel + 223627) [0xffffff800023698b]
                               *3   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
                   *1   AppleHDAWidget::pinSense(bool*, unsigned int*, bool) + 983 (AppleHDA) [0xffffff7f81fe40c9]
                     *1   AppleHDAWidget::dispatchDetectAssistantComplete() + 46 (AppleHDA) [0xffffff7f81fe7064]
                       *1   AppleHDAWidget::detectAssistantComplete(unsigned int) + 94 (AppleHDA) [0xffffff7f81fe6d6c]
                         *1   AppleHDAWidgetALC885::senseSampleRate(unsigned int*) + 151 (AppleHDA) [0xffffff7f81ff25cb]
                           *1   AppleHDAWidget::senseSampleRate(unsigned int*) + 50 (AppleHDA) [0xffffff7f81fe3046]
                             *1   IOHDACodecDevice::executeVerb(unsigned short, unsigned short, unsigned short, unsigned int*, bool) + 204 (IOHDAFamily) [0xffffff7f81e542e2]
                               *1   AppleHDAController::executeCodecCommand(IOHDACodecDevice*, unsigned int, unsigned int*) + 73 (AppleHDAController) [0xffffff7f81e927e5]
                                 *1   IOWorkLoop::runAction(int (*)(OSObject*, void*, void*, void*, void*), OSObject*, void*, void*, void*, void*) + 62 (mach_kernel) [0xffffff80006acf4e]
                                   *1   AppleHDAController::handleCodecCommand(CodecCommand*) + 388 (AppleHDAController) [0xffffff7f81e929b6]
                                     *1   IOEventSource::sleepGate(void*, unsigned long long, unsigned int) + 76 (mach_kernel) [0xffffff80006ad66c]
                                       *1   IOWorkLoop::sleepGate(void*, unsigned long long, unsigned int) + 73 (mach_kernel) [0xffffff80006aceb9]
                                         *1   IORecursiveLockSleepDeadline + 51 (mach_kernel) [0xffffff80006851c3]
                                           *1   lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257]
                                             *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                                               *1   ??? (mach_kernel + 223627) [0xffffff800023698b]
                                                 *1   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
     *2   IOSCSIMultimediaCommandsDevice::sPollForMedia(void*, void*) + 35 (IOSCSIMultimediaCommandsDevice) [0xffffff7f81375b31]
       *2   IOSCSIMultimediaCommandsDevice::PollForMedia() + 150 (IOSCSIMultimediaCommandsDevice) [0xffffff7f8137719a]
         *2   IOSCSIPrimaryCommandsDevice::SendCommand(OSObject*, unsigned int) + 284 (IOSCSIArchitectureModelFamily) [0xffffff7f80960bec]
           *2   IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
             *2   WaitForTask(OSObject*, IOCommandGate*, OSObject*) + 63 (IOSCSIArchitectureModelFamily) [0xffffff7f809633a8]
               *2   IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                 *2   IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
                   *2   IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                     *2   lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                       *2   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                         *2   ??? (mach_kernel + 223627) [0xffffff800023698b]
                           *2   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2d797    priority 93         cpu time   0.002s
 *213 ??? (mach_kernel + 303168) [0xffffff800024a040]
 *2   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *2   ??? (mach_kernel + 303674) [0xffffff800024a23a]
     *2   IOSCSIMultimediaCommandsDevice::sPollForMedia(void*, void*) + 35 (IOSCSIMultimediaCommandsDevice) [0xffffff7f81375b31]
       *2   IOSCSIMultimediaCommandsDevice::PollForMedia() + 150 (IOSCSIMultimediaCommandsDevice) [0xffffff7f8137719a]
         *2   IOSCSIPrimaryCommandsDevice::SendCommand(OSObject*, unsigned int) + 284 (IOSCSIArchitectureModelFamily) [0xffffff7f80960bec]
           *2   IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
             *2   WaitForTask(OSObject*, IOCommandGate*, OSObject*) + 63 (IOSCSIArchitectureModelFamily) [0xffffff7f809633a8]
               *2   IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                 *2   IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
                   *2   IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                     *2   lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                       *2   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                         *2   ??? (mach_kernel + 223627) [0xffffff800023698b]
                           *2   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

  Thread 0x2d79c    priority 93         cpu time   0.002s
 *215 ??? (mach_kernel + 303168) [0xffffff800024a040]

  Thread 0x2d7b3    priority 93         cpu time   0.002s
 *214 ??? (mach_kernel + 303168) [0xffffff800024a040]
 *1   call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7]
   *1   ??? (mach_kernel + 303674) [0xffffff800024a23a]
     *1   IOSCSIMultimediaCommandsDevice::sPollForMedia(void*, void*) + 35 (IOSCSIMultimediaCommandsDevice) [0xffffff7f81375b31]
       *1   IOSCSIMultimediaCommandsDevice::PollForMedia() + 150 (IOSCSIMultimediaCommandsDevice) [0xffffff7f8137719a]
         *1   IOSCSIPrimaryCommandsDevice::SendCommand(OSObject*, unsigned int) + 284 (IOSCSIArchitectureModelFamily) [0xffffff7f80960bec]
           *1   IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 355 (mach_kernel) [0xffffff80006aea53]
             *1   WaitForTask(OSObject*, IOCommandGate*, OSObject*) + 63 (IOSCSIArchitectureModelFamily) [0xffffff7f809633a8]
               *1   IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006ad5e5]
                 *1   IOWorkLoop::sleepGate(void*, unsigned int) + 66 (mach_kernel) [0xffffff80006ace42]
                   *1   IORecursiveLockSleep + 52 (mach_kernel) [0xffffff8000685164]
                     *1   lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be]
                       *1   thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c]
                         *1   ??? (mach_kernel + 223627) [0xffffff800023698b]
                           *1   machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]
brendonhumphrey commented 10 years ago

Do you have dropbox? You could put it there and pass a link?

Cheers Brendon

On 12 Mar 2014, at 5:10 pm, dmzimmerman notifications@github.com wrote:

ls kernel threads:

Process: kernel_task [0] Path: kernel_task Architecture: x86_64 Parent: kernel_task [0] UID: 0 Version: Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 Task size: 828758 pages (+33) CPU Time: 226.702s

Thread 0x1 priority 92 cpu time 0.018s 991 vm_pageout_continue + 0 (mach_kernel) [0xffffff8000298de0] 3 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 3 vm_pageout_continue + 66 (mach_kernel) [0xffffff8000298e22] 1 vm_pageout_scan + 1348 (mach_kernel) [0xffffff8000296614] 1 vm_page_free_list + 237 (mach_kernel) [0xffffff80002a524d] 1 pmap_clear_noencrypt + 31 (mach_kernel) [0xffffff80002c7fbf] 1 vm_pageout_scan + 8591 (mach_kernel) [0xffffff800029825f] 1 hw_lock_unlock + 31 (mach_kernel) [0xffffff80002d0a1f] 1 vm_pageout_scan + 8887 (mach_kernel) [0xffffff8000298387] 1 vm_page_free_list + 237 (mach_kernel) [0xffffff80002a524d] *1 pmap_clear_noencrypt + 31 (mach_kernel) [0xffffff80002c7fbf]

Thread 0x2 priority 0 cpu time 7.479s 698 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 698 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 698 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 697 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 1 machine_idle + 77 (mach_kernel) [0xffffff80002dd5dd] 294 idle_thread + 0 (mach_kernel) [0xffffff80002378f0] 2 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26] 2 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363] 1 psynch_mutexwait + 45 (mach_kernel) [0xffffff8000632c6d] 1 _psynch_mutexwait + 319 (pthread) [0xffffff7f80f0e051] 1 ksyn_wait + 219 (pthread) [0xffffff7f80f0e9b3] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b] 1 _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd] 1 workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] *1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x3 priority 95 cpu time 0.002s *994 ??? (mach_kernel + 204976) [0xffffff80002320b0]

Thread 0x4 priority 80 cpu time 0.003s *994 ??? (mach_kernel + 285456) [0xffffff8000245b10]

Thread 0x5 priority 93 cpu time 0.004s *994 ??? (mach_kernel + 286176) [0xffffff8000245de0]

Thread 0x6 priority 95
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 328449) [0xffffff8000250301] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x7 priority 94
*994 ??? (mach_kernel + 302688) [0xffffff8000249e60]

Thread 0x8 priority 95
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 mapping_replenish + 402 (mach_kernel) [0xffffff80002c8422] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x9 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0xb priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0xd priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2d priority 81
*994 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

Thread 0x2f priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x31 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 pmInitThread + 899 (AppleIntelCPUPowerManagement) [0xffffff7f81dd8b99] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x34 priority 0 cpu time 7.045s 619 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 617 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 617 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 617 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 2 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 2 ??? (mach_kernel + 222701) [0xffffff80002365ed] 2 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b] 373 idle_thread + 0 (mach_kernel) [0xffffff80002378f0] 2 Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8] 2 thread_continue + 113 (mach_kernel) [0xffffff8000236ec1] *2 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x37 priority 0 cpu time 9.137s 894 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 893 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 893 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 893 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 222701) [0xffffff80002365ed] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b] 96 idle_thread + 0 (mach_kernel) [0xffffff80002378f0] 3 Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8] 3 thread_continue + 113 (mach_kernel) [0xffffff8000236ec1] 3 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b] 1 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26] 1 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363] 1 _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd] 1 workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x3a priority 0 cpu time 8.547s 805 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 804 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 804 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 804 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 222701) [0xffffff80002365ed] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b] 188 idle_thread + 0 (mach_kernel) [0xffffff80002378f0] 1 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26] 1 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363] 1 select_nocancel + 1352 (mach_kernel) [0xffffff80005f1088] 1 selprocess + 1249 (mach_kernel) [0xffffff80005f1581] 1 ??? (mach_kernel + 4068723) [0xffffff80005e1573] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x3d priority 0 cpu time 9.401s 928 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 928 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 928 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 928 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 63 idle_thread + 0 (mach_kernel) [0xffffff80002378f0] 3 Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8] 3 thread_continue + 113 (mach_kernel) [0xffffff8000236ec1] 3 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x40 priority 0 cpu time 8.509s 822 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 822 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 822 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 822 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 171 idle_thread + 0 (mach_kernel) [0xffffff80002378f0] 1 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26] 1 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363] 1 _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd] 1 workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x43 priority 0 cpu time 9.625s 956 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 955 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 955 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 955 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 222701) [0xffffff80002365ed] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b] 37 idle_thread + 0 (mach_kernel) [0xffffff80002378f0] 1 Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8] 1 thread_continue + 113 (mach_kernel) [0xffffff8000236ec1] *1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x46 priority 0 cpu time 8.911s 860 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 860 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 860 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 860 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 133 idle_thread + 0 (mach_kernel) [0xffffff80002378f0] 1 Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8] 1 thread_continue + 113 (mach_kernel) [0xffffff8000236ec1] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x49 priority 0 cpu time 9.590s 948 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 948 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 948 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 948 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] *46 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

Thread 0x4c priority 0 cpu time 9.285s 910 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 910 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 910 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 910 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 82 idle_thread + 0 (mach_kernel) [0xffffff80002378f0] 2 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26] 2 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363] 1 _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd] 1 workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b] 1 psynch_mutexwait + 45 (mach_kernel) [0xffffff8000632c6d] 1 _psynch_mutexwait + 319 (pthread) [0xffffff7f80f0e051] 1 ksyn_wait + 219 (pthread) [0xffffff7f80f0e9b3] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x4f priority 0 cpu time 9.648s 954 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 954 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 954 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 954 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 39 idle_thread + 0 (mach_kernel) [0xffffff80002378f0] 1 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26] 1 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363] 1 _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd] 1 workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x52 priority 0 cpu time 9.173s 894 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 894 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 894 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 894 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] *100 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

Thread 0x55 priority 0 cpu time 9.964s 991 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 991 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 991 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 991 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] *3 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

Thread 0x58 priority 0 cpu time 9.984s 993 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 992 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 992 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 992 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 222701) [0xffffff80002365ed] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b] 1 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

Thread 0x5b priority 0 cpu time 9.970s 991 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 991 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 991 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 991 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] *3 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

Thread 0x5e priority 0 cpu time 9.993s 993 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 993 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 993 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 993 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 1 Thread_continue + 8 (mach_kernel) [0xffffff80002d61a8] 1 thread_continue + 113 (mach_kernel) [0xffffff8000236ec1] *1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x61 priority 0 cpu time 9.994s 994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 994 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 994 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]

Thread 0x64 priority 0 cpu time 9.984s 993 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 993 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 993 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 992 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] *1 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

Thread 0x67 priority 0 cpu time 9.996s 994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 994 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 994 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]

Thread 0x6a priority 0 cpu time 9.994s 994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 993 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 993 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 993 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] 1 IOWorkLoop::threadMain() + 143 (mach_kernel) [0xffffff80006acc0f] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x6d priority 0 cpu time 9.995s 994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 994 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 994 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]

Thread 0x70 priority 0 cpu time 9.987s 993 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 993 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 993 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 993 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] *1 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

Thread 0x73 priority 0 cpu time 9.994s 994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 994 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 994 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e]

Thread 0x76 priority 0 cpu time 9.992s 993 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 993 idle_thread + 24 (mach_kernel) [0xffffff8000237908] 993 processor_idle + 170 (mach_kernel) [0xffffff80002375ba] 993 machine_idle + 478 (mach_kernel) [0xffffff80002dd76e] *1 idle_thread + 0 (mach_kernel) [0xffffff80002378f0]

Thread 0x7b priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0xd5 priority 81
*994 ??? (mach_kernel + 1934512) [0xffffff80003d84b0]

Thread 0xd7 priority 81
*994 ??? (mach_kernel + 4244384) [0xffffff800060c3a0]

Thread 0xd8 priority 81
*994 ??? (mach_kernel + 3843648) [0xffffff80005aa640]

Thread 0xd9 priority 81
*994 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

Thread 0xda priority 81
*994 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

Thread 0xdb priority 81
*994 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

Thread 0xdc priority 81
*994 ??? (mach_kernel + 3876960) [0xffffff80005b2860]

Thread 0xdd priority 81
*994 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

Thread 0xde priority 81
*994 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

Thread 0xdf priority 81 cpu time 0.001s 994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 2301917) [0xffffff8000431fdd] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0xe0 priority 81
*994 ??? (mach_kernel + 4069872) [0xffffff80005e19f0]

Thread 0xe1 priority 95
*994 ??? (mach_kernel + 4088688) [0xffffff80005e6370]

Thread 0xe2 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0xe3 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0xe6 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0xe7 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0xe8 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0xf7 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0xf8 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0xfa priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0xfb priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x100 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x102 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x105 priority 81
*994 sockwall_gc_thread + 0 (ALF) [0xffffff7f82adc996]

Thread 0x108 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x10a priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x10c priority 82
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x10d priority 82 cpu time 0.026s *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x10e priority 82
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x113 priority 81 cpu time 0.039s _991 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80] 3 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 2 IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97] 2 IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2] 2 AppleAHCIEventSource::checkForWork() + 29 (AppleAHCIPort) [0xffffff7f820e1023] 2 AppleAHCIPort::HandleInterruptRequest() + 855 (AppleAHCIPort) [0xffffff7f820dea17] 2 AppleAHCIPort::CompleteCommands(unsigned int) + 277 (AppleAHCIPort) [0xffffff7f820df199] 2 AppleAHCIPort::AHCICompleteRequest(OSObject_, int) + 172 (AppleAHCIPort) [0xffffff7f820dfe30] 2 IOAHCIDevice::CompleteRequest(OSObject) + 88 (IOAHCIFamily) [0xffffff7f8160efca] _2 IOAHCIBlockStorageDriver::NormalCompletion(SATAIORequest_) + 662 (IOAHCIBlockStorage) [0xffffff7f8163b752] _1 IOAHCIDiskQueueManager::RequestCallback(SATAIORequest_) + 141 (IOAHCIBlockStorage) [0xffffff7f8163374f] _1 hw_lock_to + 20 (mach_kernel) [0xffffff80002d0994] 1 IOAHCIDiskQueueManager::RequestCallback(_SATAIORequest) + 564 (IOAHCIBlockStorage) [0xffffff7f816338f6] 1 IOBlockStorageDriver::prepareRequestCompletion(void, void, int, unsigned long long) + 192 (IOStorageFamily) [0xffffff7f808d1ab2] *1 AppleRAIDEventSource::completeRequest(AppleRAIDMemoryDescriptor, int, unsigned long long) + 108 (AppleRAID) [0xffffff7f81d0bf06] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x114 priority 97
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x115 priority 97
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x11a priority 81 cpu time 0.026s 993 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80] 1 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] *1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x11d priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x140 priority 81 cpu time 0.021s 993 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80] 1 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 1 IOWorkLoop::threadMain() + 143 (mach_kernel) [0xffffff80006acc0f] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] 1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x147 priority 81 cpu time 0.073s _989 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80] 4 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 2 IOWorkLoop::threadMain() + 143 (mach_kernel) [0xffffff80006acc0f] 2 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 2 ??? (mach_kernel + 223264) [0xffffff8000236820] 2 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b] 2 IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97] 2 IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2] 2 AppleRAIDEventSource::checkForWork() + 72 (AppleRAID) [0xffffff7f81d0bff0] 2 AppleRAIDSet::completeRAIDRequest(AppleRAIDStorageRequest_) + 395 (AppleRAID) [0xffffff7f81d0b8ff] 1 dkreadwritecompletion(void, void_, int, unsigned long long) + 117 (IOStorageFamily) [0xffffff7f808dbb0f] 1 IOGeneralMemoryDescriptor::free() + 205 (machkernel) [0xffffff80006b7d4d] *1 OSObject::operator delete(void, unsigned long) + 137 (mach_kernel) [0xffffff800064bab9] _1 zfree + 337 (mach_kernel) [0xffffff80002512c1] 1 lck_mtx_lock_spin + 40 (mach_kernel) [0xffffff80002d0f78] 1 dkreadwritecompletion(void_, void, int, unsigned long long) + 108 (IOStorageFamily) [0xffffff7f808dbb06] 1 IOGeneralMemoryDescriptor::complete(unsigned int) + 154 (mach_kernel) [0xffffff80006b9eba] 1 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3b26] 1 unix_syscall64 + 499 (mach_kernel) [0xffffff800063e363] 1 _workq_kernreturn + 462 (pthread) [0xffffff7f80f0cfdd] 1 workqueue_run_nextreq + 1266 (pthread) [0xffffff7f80f0c06d] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] *1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x14e priority 81 cpu time 0.098s _984 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80] 10 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 7 IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97] 7 IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2] 7 AppleAHCIEventSource::checkForWork() + 29 (AppleAHCIPort) [0xffffff7f820e1023] 5 AppleAHCIPort::HandleInterruptRequest() + 855 (AppleAHCIPort) [0xffffff7f820dea17] 5 AppleAHCIPort::CompleteCommands(unsigned int) + 277 (AppleAHCIPort) [0xffffff7f820df199] 5 AppleAHCIPort::AHCICompleteRequest(OSObject_, int) + 172 (AppleAHCIPort) [0xffffff7f820dfe30] 3 IOAHCIDevice::CompleteRequest(OSObject) + 88 (IOAHCIFamily) [0xffffff7f8160efca] _2 IOAHCIBlockStorageDriver::NormalCompletion(SATAIORequest_) + 662 (IOAHCIBlockStorage) [0xffffff7f8163b752] _2 IOAHCIDiskQueueManager::RequestCallback(SATAIORequest_) + 564 (IOAHCIBlockStorage) [0xffffff7f816338f6] 2 IOBlockStorageDriver::prepareRequestCompletion(void, void_, int, unsigned long long) + 192 (IOStorageFamily) [0xffffff7f808d1ab2] 2 AppleRAIDEventSource::completeRequest(AppleRAIDMemoryDescriptor_, int, unsigned long long) + 108 (AppleRAID) [0xffffff7f81d0bf06] _2 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b] 1 AppleAHCIRequestTimer::RemoveRequest(_SATAIORequest) + 1 (IOAHCIBlockStorage) [0xffffff7f8163fdc5] 1 IOAHCIPort::FreeAHCIRequest(OSObject) + 1 (IOAHCIFamily) [0xffffff7f8160ce25] 1 IOAHCIDevice::CompleteRequest(OSObject) + 80 (IOAHCIFamily) [0xffffff7f8160efc2] 1 __bzero + 11 (mach_kernel) [0xffffff800010e11b] 1 AppleAHCIPort::HandleInterruptRequest() + 585 (AppleAHCIPort) [0xffffff7f820de909] 1 AppleAHCIPort::HandleInterruptRequest() + 716 (AppleAHCIPort) [0xffffff7f820de98c] 3 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 3 ??? (mach_kernel + 223264) [0xffffff8000236820] *3 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x167 priority 81 cpu time 0.027s _991 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80] 3 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 2 IOWorkLoop::threadMain() + 23 (mach_kernel) [0xffffff80006acb97] 1 IOWorkLoop::runEventSources() + 43 (mach_kernel) [0xffffff80006ac9eb] 1 IOWorkLoop::closeGate() + 18 (mach_kernel) [0xffffff80006acd92] 1 IORecursiveLockLock + 32 (mach_kernel) [0xffffff8000685080] 1 lck_mtx_lock + 653 (mach_kernel) [0xffffff80002d12ed] 1 lck_mtx_lock_wait_x86 + 384 (mach_kernel) [0xffffff80002d5f50] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223627) [0xffffff800023698b] 1 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42] 1 IOWorkLoop::runEventSources() + 258 (mach_kernel) [0xffffff80006acac2] 1 AppleRAIDEventSource::checkForWork() + 72 (AppleRAID) [0xffffff7f81d0bff0] 1 AppleRAIDMirrorSet::completeRAIDRequest(AppleRAIDStorageRequest_) + 134 (AppleRAID) [0xffffff7f81d0cd52] 1 IOWorkLoop::threadMain() + 143 (mach_kernel) [0xffffff80006acc0f] 1 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 1 ??? (mach_kernel + 223264) [0xffffff8000236820] *1 ml_set_interrupts_enabled + 27 (mach_kernel) [0xffffff80002d650b]

Thread 0x195 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 4436498) [0xffffff800063b212] 994 mach_msg_receive + 162 (mach_kernel) [0xffffff800021df22] 994 ipc_mqueue_receive + 66 (mach_kernel) [0xffffff80002168e2] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x196 priority 92
*994 ??? (mach_kernel + 656688) [0xffffff80002a0530]

Thread 0x197 priority 31
*994 ??? (mach_kernel + 625072) [0xffffff80002989b0]

Thread 0x198 priority 31
*994 vm_pressure_thread + 0 (mach_kernel) [0xffffff8000298eb0]

Thread 0x199 priority 92
*994 ??? (mach_kernel + 581216) [0xffffff800028de60]

Thread 0x19a priority 92
*994 ??? (mach_kernel + 450000) [0xffffff800026ddd0]

Thread 0x19b priority 92
*994 ??? (mach_kernel + 654128) [0xffffff800029fb30]

Thread 0x19c priority 92
*994 ??? (mach_kernel + 654128) [0xffffff800029fb30]

Thread 0x1ca priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 4401402) [0xffffff80006328fa] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x207 priority 81 cpu time 0.046s 994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 2302510) [0xffffff800043222e] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x208 priority 82 cpu time 0.031s _994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 992 ??? (mach_kernel + 2288484) [0xffffff800042eb64] 992 msleep + 114 (mach_kernel) [0xffffff80005e1802] 992 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 991 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 991 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 991 ??? (mach_kernel + 223627) [0xffffff800023698b] 991 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42] 1 lck_mtx_sleep + 99 (mach_kernel) [0xffffff800022d1d3] 1 lck_mtx_lock_spin + 214 (mach_kernel) [0xffffff80002d1026] 2 ??? (mach_kernel + 2288370) [0xffffff800042eaf2] 2 IONetworkInterface::drainOutputQueue(_ifnet, IONetworkController_) + 85 (IONetworkingFamily) [0xffffff7f8103f2f5] 2 Intel82574L::outputStart(IONetworkInterface_, unsigned int) + 460 (Intel82574L) [0xffffff7f813f93f8] _1 Intel82574L::txFrame(mbuf_, bool) + 1004 (Intel82574L) [0xffffff7f813f9914] _1 IOMbufMemoryCursor::genPhysicalSegments(mbuf_, void, unsigned int, bool) + 612 (IONetworkingFamily) [0xffffff7f81037bd2] 1 OSAddAtomic + 4 (mach_kernel) [0xffffff800067ce96]

Thread 0x209 priority 82
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 2288855) [0xffffff800042ecd7] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x20b priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 2302510) [0xffffff800043222e] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x20c priority 82
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 2288484) [0xffffff800042eb64] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x20d priority 82
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 2288855) [0xffffff800042ecd7] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x20f priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 2304605) [0xffffff8000432a5d] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x210 priority 82
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 2288484) [0xffffff800042eb64] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x295 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x296 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x29a priority 81 cpu time 0.001s *994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x29c priority 97
_994 call_continuation + 23 (machkernel) [0xffffff80002d6ff7] *994 rtThreadNativeMain(void, int) + 33 (VBoxDrv) [0xffffff7f808a3571] 994 rtThreadMain + 47 (VBoxDrv) [0xffffff7f8089efcf] *994 rtTimerThread(RTTHREADINT, void) + 62 (VBoxDrv) [0xffffff7f8089f3fe] *994 rtR0SemEventDarwinWait(RTSEMEVENTINTERNAL, unsigned int, unsigned long long, RTLOCKVALSRCPOS const) + 516 (VBoxDrv) [0xffffff7f808a21e4] 994 lck_spin_sleep + 78 (mach_kernel) [0xffffff800022d0ae] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x29f priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2ac priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2ad priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2ae priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2af priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2b8 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2be priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2c0 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2d7 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2d8 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2d9 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2dd priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 arc_reclaim_thread + 693 (arc.c:2595 in zfs) [0xffffff7f80ce6775] 994 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068409) [0xffffff80005e1439] 994 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x2de priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 l2arc_feed_thread + 91 (arc.c:5498 in zfs) [0xffffff7f80ce78ab] 994 spl_cv_timedwait + 264 (spl-condvar.c:97 in spl) [0xffffff7f80cd1978] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068409) [0xffffff80005e1439] 994 lck_mtx_sleep_deadline + 87 (mach_kernel) [0xffffff800022d257] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x2df priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x2f8 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x2fd priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x3e3 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x42e priority 92
*994 ??? (mach_kernel + 9264) [0xffffff8000202430]

Thread 0x42f priority 92
*994 ??? (mach_kernel + 11200) [0xffffff8000202bc0]

Thread 0x48c priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 2304605) [0xffffff8000432a5d] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x48d priority 82
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 ??? (mach_kernel + 2288286) [0xffffff800042ea9e] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] 994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x590 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x617 priority 81
*994 IOWorkLoop::threadMain() + 0 (mach_kernel) [0xffffff80006acb80]

Thread 0x1bb4 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bb5 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bb6 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bb7 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bb8 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bb9 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bba priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bbb priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bbc priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bbd priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bbe priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bbf priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bc0 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bc1 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bc2 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bc3 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bc4 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bc5 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bc6 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bc7 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bc8 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bc9 priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bca priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bcb priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bcc priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bcd priority 81
994 call_continuation + 23 (mach_kernel) [0xffffff80002d6ff7] 994 taskq_thread + 125 (spl-taskq.c:1193 in spl) [0xffffff7f80cd457d] 994 spl_cv_wait + 51 (spl-condvar.c:67 in spl) [0xffffff7f80cd1853] 994 msleep + 114 (mach_kernel) [0xffffff80005e1802] 994 ??? (mach_kernel + 4068821) [0xffffff80005e15d5] 994 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d1be] 994 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d8c] 994 ??? (mach_kernel + 223627) [0xffffff800023698b] *994 machine_switch_context + 354 (mach_kernel) [0xffffff80002d7e42]

Thread 0x1bce priority 81
*994

dmzimmerman commented 10 years ago

An excellent idea, which I really should have thought of. https://www.dropbox.com/sh/9wibeo3yh86a590/axkKj12j_h

dmzimmerman commented 10 years ago

3 new spindumps - from a hung rsync write process, a hung ls, and a hung zpool (after I started the process again, with a new pool created from scratch and with spotlight really, truly disabled for the pool's filesystems) - are now also in the shared dropbox folder. The rsync seems to be stuck in a zfs_vnop_write, and the other two are stuck on zio_wait as part of various operations.

lundman commented 10 years ago

In branch issue127 i turned on txg debug, which can be a bit noisy, but will show if it does get stuck on a txg. In vdev, I added a check to the VNOP_STRAGETY call, so it would be interesting to know if we get this message:

        printf("VNOP_STRATEGY returned %d\n", error);

as well as calling buf_brelse() instead of buf_free().

dmzimmerman commented 10 years ago

I've posted a new spindump of rsync, which finally hung after copying well over 2 TB in somewhere around 20 hours (that's pretty slow). At the time rsync hung, zpool and ls still worked, but an ls -lR was extremely slow, taking literally seconds to display each individual directory entry, and the system was unresponsive to incoming SSH and remote desktop connections. The rest of the system slowly ground to a halt after I played with it a bit, necessitating a forced reboot.

For the next test I do, I think all the console logging should be off; it hits the I/O system enough to really change the way the operations run. I did not see the VNOP_STRATEGY message in the logs anywhere during this test.

lundman commented 10 years ago

Discussed this on IRC a bit, and putting some thoughts in here. The stack:

   *1000 zfs_mknode + 6655 (zfs_znode.c:1090 in zfs) [0xffffff7f82bfa50f]
      *1000 zfs_znode_alloc + 1905 (zfs_znode.c:816 in zfs) [0xffffff7f82bfae11]
        *1000 zfs_znode_getvnode + 579 (zfs_vnops_osx.c:2817 in zfs) [0xffffff7f82bf3d83]
         *1000 vnode_create + 799 (mach_kernel) [0xffffff80003da2cf]
            *1000 ??? (mach_kernel + 1975392) [0xffffff80003e2460]
              *1000 ??? (mach_kernel + 1946528) [0xffffff80003db3a0]
               *1000 ??? (mach_kernel + 1948803) [0xffffff80003dbc83]
                 *1000 VNOP_FSYNC + 67 (mach_kernel) [0xffffff80003fe013]
                   *1000 zfs_vnop_fsync + 180 (zfs_vnops_osx.c:616 in zfs) [0xffffff7f82befb84]
                       *1000 zfs_fsync + 270 (zfs_vnops.c:2877 in zfs) [0xffffff7f82be77ee]
                          *1000 zil_commit + 311 (zil.c:1644 in zfs) [0xffffff7f82c01dc7]

Because vnode_create() is protected by

https://github.com/zfs-osx/zfs/blob/master/module/zfs/zfs_vnops_osx.c#L2816

Which +1 before entering, and -1 after. Only place we modify z_vnode_create_depth.

First thing that zfs_fsync() checks is

https://github.com/zfs-osx/zfs/blob/master/module/zfs/zfs_vnops_osx.c#L614

So, since we are inside vnode_create() and the same context ended up in zil_commit() this would imply that zfsvfs is not the same. Ie, one dataset/mountpoint calls vnode_create() which calls zfs_fsync() on a different dataset/mountpoint.

I have asked @dmzimmerman to retest on a single mountpoint to see if it makes any difference.

dmzimmerman commented 10 years ago

Well, testing on a single mountpoint - even with the fsync commented out, as we discussed in the channel - didn't turn out so well. It hung again, after about 1.4TB of data transfer in about 10 1/2 hours. I put some new spindumps in the shared dropbox folder.

lundman commented 10 years ago

It appears that at least one of the problems we are chasing is not related to multiple datasets. If you did try without vnop_fsync, let me know what the outcome is.

dmzimmerman commented 10 years ago

This was the attempt without vnop_fsync.

lundman commented 10 years ago

On the topic on the number of threads; https://github.com/zfs-osx/spl/commit/9a161e7724273c7d54c0355ef0acbf54d75f43b2

lundman commented 10 years ago

In addition to those TWO checkins, when you do appear to hang, could you attempt to run

dtrace -x stackframes=100 -n 'profile-997 /arg0/ {
    @[stack()] = count(); } tick-60s { exit(0); }' -o out2.stacks

which will sample what the kernel is doing for 60seconds. It is unlikely flamegraphs will work with a deadlocked system, but still..

dmzimmerman commented 10 years ago

I have tried this twice now, and twice the system was locked up hard enough that I immediately got the beach ball when trying to run dtrace in Terminal. The second time, it actually started dtrace, but then hung either because dtrace hung or because Terminal's I/O hung so dtrace couldn't write its status information to the terminal.

Is there another way you can think of to gather the necessary information?

lundman commented 10 years ago

The hung-io detection would unfortunately panic on my machine, so it was walking the wrong structs. I took that back out again in 64aadaf3c4b6505a7532e0075c3ea86cb048ba6d And if you were to make the disk HFS+, you can fill it without deadlocks, right?

dmzimmerman commented 10 years ago

I have verified that, if I make the disk HFS+, I can fill it without deadlocks or other issues when it is the only device on the FireWire 800 bus (I think perhaps my other external drive is slightly flaky). I am rebuilding the kexts and will test again with ZFS with the drive being the only device on the FireWire 800 bus.

dmzimmerman commented 10 years ago

OK. After trying this again, it appears that it can indeed fill the drive with the one ZFS drive being the only device on the FireWire 800 bus. I remain concerned about the fact that it deadlocks the whole system when there's another device on the bus, as compared to HFS+ where it stops the rsync when it encounters I/O issues.

lundman commented 10 years ago

That is very interesting, and somewhat good news. Possibly we are not deadlocking internally, but we should definitely add a timeout & abort feature around zio IO to handle missed/lost/failed IO. (we handle failed IO that we are told about)

ilovezfs commented 10 years ago

@lundman Possible this is related to https://github.com/openzfsonosx/zfs/issues/134 ?

zigmoo commented 10 years ago

Using 1.2.7 (binary install) I too have been copying large amounts of data from a 4Tb HFS+ volume to a new single-disk ZFS pool (on a brand-new 6TB drive), and have experienced similar hangs during lengthy copies. However, my suspicions have been directed at the HFS+ source volume. Most concerning, when deleting from my ZFS pool (with rm -R) a few hundred GB (due to failed partial copies), I experienced both slow performance on the deletes and repeated filesystem hangs which required hard reboots. See my console output here: https://gist.github.com/zigmoo/b0a9b735a804c781ef64

Recurrence, this time with emptying the trash containing many GB of data: https://gist.github.com/zigmoo/8bd205a015c8432917b5

dmzimmerman commented 10 years ago

I've seen no sign that this was fixed, even with the release version... is there another bug tracking this issue?

lundman commented 10 years ago

Due to issue being stale, and we have just found 2 large problems, (in master as of now) and will be in rc3, it would be better to create a new issue if the problem persists.

JMoVS commented 9 years ago

I had a similiar problem during copying large amounts of data where writes to the ZFS vol would just not happen until the Finder got aware of itsekf again (started responding again) after maybe 10 minutes or in another case, just after being killed.

Had the issue with 1.3.1 RC5 but not eversince (but haven't got much data to transfer either in the meantime)