search for: opt_sch

Displaying 3 results from an estimated 3 matches for "opt_sch".

Did you mean: opt_cb
2009 Aug 28
0
[PATCH] properly __initdata-annotate command line option string buffers
...initdata opt_badpage[100] = ""; string_param("badpage", opt_badpage); /* --- 2009-08-18.orig/xen/common/schedule.c 2009-07-15 16:34:17.000000000 +0200 +++ 2009-08-18/xen/common/schedule.c 2009-08-24 17:53:43.000000000 +0200 @@ -35,7 +35,7 @@ #include <xsm/xsm.h> /* opt_sched: scheduler - default to credit */ -static char opt_sched[10] = "credit"; +static char __initdata opt_sched[10] = "credit"; string_param("sched", opt_sched); /* if sched_smt_power_savings is set, --- 2009-08-18.orig/xen/drivers/char/console.c 2009-08-07 09:20:56.0...
2007 Aug 30
0
[PATCH][Retry 1] 1/4: cpufreq/PowerNow! in Xen: Xen timer changes
...smp_processor_id(), error_factor, calibration_mul_frac, tsc_shift); #endif diff -r 256160ff19b7 xen/common/schedule.c --- a/xen/common/schedule.c Thu Aug 16 13:27:59 2007 +0100 +++ b/xen/common/schedule.c Thu Aug 30 12:08:29 2007 -0500 @@ -39,7 +39,9 @@ string_param("sched", opt_sched); /* opt_dom0_vcpus_pin: If true, dom0 VCPUs are pinned. */ static unsigned int opt_dom0_vcpus_pin; +unsigned int opt_cpufreq; boolean_param("dom0_vcpus_pin", opt_dom0_vcpus_pin); +boolean_param("cpufreq", opt_cpufreq); #define TIME_SLOP (s32)MICROSECS(50) /*...
2011 Sep 26
1
[LLVMdev] Pre-Allocation Schedulers in LLVM
Hi Andy, Please see my in-line answers below. Regards -Ghassan ________________________________ From: Andrew Trick <atrick at apple.com> To: Ghassan Shobaki <ghassan_shobaki at yahoo.com> Cc: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Friday, September 23, 2011 8:02 PM Subject: Re: [LLVMdev] Pre-Allocation Schedulers in LLVM On Sep 23, 2011, at