Lines Matching defs:pid
394 struct wf_cpu_pid_param pid;
421 pid.interval = 1; /* seconds */
422 pid.history_len = hsize;
423 pid.gd = mpu->pid_gd;
424 pid.gp = mpu->pid_gp;
425 pid.gr = mpu->pid_gr;
426 pid.tmax = tmax;
427 pid.ttarget = ttarget;
428 pid.pmaxadj = ptarget;
429 pid.min = fmin;
430 pid.max = fmax;
432 wf_cpu_pid_init(&cpu_pid[cpu], &pid);