Searched refs:ve_proc (Results 1 – 1 of 1) sorted by relevance
81 static struct vm_event_proc ve_proc[VM_EVENT_COUNT] = { variable103 proc = &ve_proc[event->type]; in get_vm_event_proc()151 for (i = 0; i < ARRAY_SIZE(ve_proc); i++) { in vm_event_throttle_init()152 ctl = &ve_proc[i].throttle_ctl; in vm_event_throttle_init()181 for (i = 0; i < ARRAY_SIZE(ve_proc); i++) { in vm_event_throttle_deinit()182 ctl = &ve_proc[i].throttle_ctl; in vm_event_throttle_deinit()
Completed in 7 milliseconds