cpuctl_update_args_t
ret = cpuctl_do_update(cpu, (cpuctl_update_args_t *)data, td);
cpuctl_do_update(int cpu, cpuctl_update_args_t *data, struct thread *td)
update_intel(int cpu, cpuctl_update_args_t *args, struct thread *td)
update_amd(int cpu, cpuctl_update_args_t *args, struct thread *td)
update_via(int cpu, cpuctl_update_args_t *args, struct thread *td)
static int cpuctl_do_update(int cpu, cpuctl_update_args_t *data,
static int update_intel(int cpu, cpuctl_update_args_t *args,
static int update_amd(int cpu, cpuctl_update_args_t *args, struct thread *td);
static int update_via(int cpu, cpuctl_update_args_t *args,
#define CPUCTL_UPDATE _IOWR('c', 4, cpuctl_update_args_t)
cpuctl_update_args_t args;
cpuctl_update_args_t args;
cpuctl_update_args_t args;
cpuctl_update_args_t args;