Searched defs:flow_control (Results 1 – 1 of 1) sorted by relevance
1590 struct flow_control { struct1591 int state;1592 mach_timespec_t ts;2226 vps_flow_control_reset_deadlock_timer(struct flow_control *flow_control)2251 vps_flow_control(struct flow_control *flow_control, int *anons_grabbed, vm_object_t *object, int *d…3011 struct flow_control flow_control = { .state = 0, .ts = { .tv_sec = 0, .tv_nsec = 0 } }; local