Home
last modified time | relevance | path

Searched refs:flow_control (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dvm_pageout.c1594 struct flow_control { struct
2230 vps_flow_control_reset_deadlock_timer(struct flow_control *flow_control) argument
2240 flow_control->ts.tv_nsec = nsec;
2243 flow_control->state = FCS_DELAYED;
2296 switch (flow_control->state) {
2443 flow_control->state = FCS_IDLE;
2447 flow_control->state = FCS_IDLE;
2453 if (flow_control->state != FCS_IDLE) {
3015 struct flow_control flow_control = { .state = 0, .ts = { .tv_sec = 0, .tv_nsec = 0 } }; local
3037 flow_control.state = FCS_IDLE;
[all …]