Searched defs:flow_control (Results 1 – 1 of 1) sorted by relevance
1624 struct flow_control { struct1625 int state;1626 mach_timespec_t ts;2430 vps_flow_control_reset_deadlock_timer(struct flow_control *flow_control)2455 vps_flow_control(struct flow_control *flow_control, int *anons_grabbed, vm_object_t *object, int *d…3215 struct flow_control flow_control = { .state = 0, .ts = { .tv_sec = 0, .tv_nsec = 0 } }; local