search for: __asm_mach_idletimer_h

Displaying 2 results from an estimated 2 matches for "__asm_mach_idletimer_h".

2007 Apr 18
1
[RFC, PATCH 24/24] i386 Vmi no idle hz
...+ * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Send feedback to dhecht@vmware.com + * + */ + +/* + * NO_IDLE_HZ callbacks. + */ + +#ifndef __ASM_MACH_IDLETIMER_H +#define __ASM_MACH_IDLETIMER_H + +#include <vmi.h> + +#if !defined(CONFIG_X86_VMI) +# error invalid sub-arch include +#endif + +#ifdef CONFIG_NO_IDLE_HZ + +extern void vmi_stop_hz_timer(void); +extern void vmi_account_time_restart_hz_timer(struct pt_regs *regs, int cpu); + +static inline voi...
2007 Apr 18
1
[RFC, PATCH 24/24] i386 Vmi no idle hz
...+ * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Send feedback to dhecht@vmware.com + * + */ + +/* + * NO_IDLE_HZ callbacks. + */ + +#ifndef __ASM_MACH_IDLETIMER_H +#define __ASM_MACH_IDLETIMER_H + +#include <vmi.h> + +#if !defined(CONFIG_X86_VMI) +# error invalid sub-arch include +#endif + +#ifdef CONFIG_NO_IDLE_HZ + +extern void vmi_stop_hz_timer(void); +extern void vmi_account_time_restart_hz_timer(struct pt_regs *regs, int cpu); + +static inline voi...