Searched defs:flow_control (Results 1 – 1 of 1) sorted by relevance
1597 struct flow_control { struct1598 int state;1599 mach_timespec_t ts;2233 vps_flow_control_reset_deadlock_timer(struct flow_control *flow_control)2258 vps_flow_control(struct flow_control *flow_control, int *anons_grabbed, vm_object_t *object, int *d…3018 struct flow_control flow_control = { .state = 0, .ts = { .tv_sec = 0, .tv_nsec = 0 } }; local