Searched refs:throttle_info_handle (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dsystm.h235 int throttle_info_ref_by_mask(uint64_t throttle_mask, throttle_info_handle_t *throttle_info_handle);
236 void throttle_info_rel_by_mask(throttle_info_handle_t throttle_info_handle);
237 void throttle_info_update_by_mask(void *throttle_info_handle, int flags);
240 * 'throttle_info_handle' acquired via 'throttle_info_ref_by_mask'
244 int throttle_info_io_will_be_throttled(void *throttle_info_handle, int policy);
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c1412 throttle_info_ref_by_mask(uint64_t throttle_mask, throttle_info_handle_t *throttle_info_handle) argument
1417 if (throttle_info_handle == NULL)
1423 *(struct _throttle_io_info_t**)throttle_info_handle = info;
1434 throttle_info_rel_by_mask(throttle_info_handle_t throttle_info_handle) argument
1439 throttle_info_rel((struct _throttle_io_info_t*)throttle_info_handle);
1849 void throttle_info_update_by_mask(void *throttle_info_handle, int flags) argument
1851 void *throttle_info = throttle_info_handle;

Completed in 73 milliseconds