Displaying 2 results from an estimated 2 matches for "cpu_halt".
2007 Feb 13
2
zpool export consumes whole CPU and takes more than 30 minutes to complete
...zfs`dmu_objset_sync_dnodes+0x6c
zfs`dmu_objset_sync+0x54
zfs`dsl_dataset_sync+0xc
zfs`dsl_pool_sync+0x64
zfs`spa_sync+0x1b0
zfs`txg_sync_thread+0x134
unix`thread_start+0x4
2608
unix`cpu_halt+0xc8
unix`idle+0x128
unix`thread_start+0x4
287026
bash-3.00#
bash-3.00# dtrace -n fbt:::entry''{self->vt=vtimestamp;}'' -n fbt:::return''/self->vt/{@[probemod,probefunc]=sum(vtimestamp-self->vt);}'' -n tick-10s'...
2003 Aug 22
3
PAE removal patch for testing
...6/include/md_var.h /usr/src/sys/i386/include/md_var.h
--- /usr/src/sys.old/i386/include/md_var.h Thu Aug 21 18:35:36 2003
+++ /usr/src/sys/i386/include/md_var.h Fri Aug 22 02:05:11 2003
@@ -72,7 +72,6 @@
void bcopyb __P((const void *from, void *to, size_t len));
void busdma_swi __P((void));
void cpu_halt __P((void));
-void cpu_idle __P((void));
void cpu_reset __P((void));
void cpu_setregs __P((void));
void cpu_switch_load_gs __P((void)) __asm(__STRING(cpu_switch_load_gs));
diff -u -r /usr/src/sys.old/i386/include/param.h /usr/src/sys/i386/include/param.h
--- /usr/src/sys.old/i386/include/param.h...