Home
last modified time | relevance | path

Searched refs:do_sysctl (Results 1 – 12 of 12) sorted by relevance

/tools/libs/ctrl/
A Dxc_misc.c183 ret = do_sysctl(xch, &sysctl); in xc_send_debug_keys()
463 return do_sysctl(xch, &sysctl); in xc_perfc_reset()
478 rc = do_sysctl(xch, &sysctl); in xc_perfc_query_number()
501 return do_sysctl(xch, &sysctl); in xc_perfc_query()
526 rc = do_sysctl(xch, &sysctl); in xc_lockprof_query_number()
547 rc = do_sysctl(xch, &sysctl); in xc_lockprof_query()
568 rc = do_sysctl(xch, &sysctl); in xc_getcpuinfo()
625 rc = do_sysctl(xch, &sysctl); in xc_livepatch_upload()
669 rc = do_sysctl(xch, &sysctl); in xc_livepatch_get()
707 rc = do_sysctl(xch, &sysctl); in xc_livepatch_list_get_sizes()
[all …]
A Dxc_arinc653.c52 rc = do_sysctl(xch, &sysctl); in xc_sched_arinc653_schedule_set()
82 rc = do_sysctl(xch, &sysctl); in xc_sched_arinc653_schedule_get()
A Dxc_csched.c82 if ( do_sysctl(xch, &sysctl) ) in xc_sched_credit_params_set()
103 if ( do_sysctl(xch, &sysctl) ) in xc_sched_credit_params_get()
A Dxc_csched2.c82 if ( do_sysctl(xch, &sysctl) ) in xc_sched_credit2_params_set()
103 if ( do_sysctl(xch, &sysctl) ) in xc_sched_credit2_params_get()
A Dxc_tbuf.c153 ret = do_sysctl(xch, &sysctl); in xc_tbuf_set_cpu_mask()
170 return do_sysctl(xch, &sysctl); in xc_tbuf_set_evt_mask()
A Dxc_pm.c400 rc = do_sysctl(xch, &sysctl); in xc_set_sched_opt_smt()
419 rc = do_sysctl(xch, &sysctl); in get_max_cstate()
449 return do_sysctl(xch, &sysctl); in set_max_cstate()
474 return do_sysctl(xch, &sysctl); in xc_enable_turbo()
489 return do_sysctl(xch, &sysctl); in xc_disable_turbo()
A Dxc_dt_overlay.c43 if ( (err = do_sysctl(xch, &sysctl)) != 0 ) in xc_dt_overlay()
A Dxc_cpupool.c31 ret = do_sysctl(xch, sysctl); in do_sysctl_save()
A Dxc_private.h284 static inline int do_sysctl(xc_interface *xch, struct xen_sysctl *sysctl) in do_sysctl() function
A Dxc_psr.c242 rc = do_sysctl(xch, &sysctl); in xc_psr_cmt_enabled()
A Dxc_private.c490 return do_sysctl(xch, sysctl); in xc_sysctl()
/tools/libs/guest/
A Dxg_cpuid_x86.c45 ret = do_sysctl(xch, &sysctl); in xc_get_cpu_levelling_caps()
70 ret = do_sysctl(xch, &sysctl); in xc_get_cpu_featureset()
117 ret = do_sysctl(xch, &sysctl); in xc_cpu_policy_get_size()
151 ret = do_sysctl(xch, &sysctl); in get_system_cpu_policy()

Completed in 50 milliseconds