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

/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h234 int throttle_info_ref_by_mask(uint64_t throttle_mask, throttle_info_handle_t *throttle_info_handle);
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c298 uint64_t throttle_mask = 0; local
301 if (VNOP_IOCTL(vp, DKIOCGETTHROTTLEMASK, (caddr_t)&throttle_mask, 0, NULL) == 0) {
303 if (throttle_mask != 0 &&
309 devbsdunit = num_trailing_0(throttle_mask);
315 vp->v_un.vu_specinfo->si_throttle_mask = throttle_mask;
1121 * return a handle for accessing throttle_info given a throttle_mask. The
1125 throttle_info_ref_by_mask(uint64_t throttle_mask, throttle_info_handle_t *throttle_info_handle) argument
1133 dev_index = num_trailing_0(throttle_mask);

Completed in 23 milliseconds