• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /xnu-2422.115.4/bsd/miscfs/specfs/

Lines Matching refs:_throttle_io_info_t

196 struct _throttle_io_info_t {
222 struct _throttle_io_info_t _throttle_io_info[LOWPRI_MAX_NUM_DEV];
229 static void throttle_info_update_internal(struct _throttle_io_info_t *info, uthread_t ut, int flags, boolean_t isssd);
464 struct _throttle_io_info_t *throttle_info;
557 struct _throttle_io_info_t *throttle_info;
834 throttle_info_rel(struct _throttle_io_info_t *info)
865 throttle_info_ref(struct _throttle_io_info_t *info)
889 throttle_timer_start(struct _throttle_io_info_t *info, boolean_t update_io_count, int wakelevel)
1034 throttle_timer(struct _throttle_io_info_t *info)
1129 throttle_add_to_list(struct _throttle_io_info_t *info, uthread_t ut, int mylevel, boolean_t insert_tail)
1196 throttle_init_throttle_period(struct _throttle_io_info_t *info, boolean_t isssd)
1239 struct _throttle_io_info_t *info;
1298 struct _throttle_io_info_t *info;
1342 struct _throttle_io_info_t *info;
1345 MALLOC(info, struct _throttle_io_info_t *, sizeof(*info), M_TEMP, M_ZERO | M_WAITOK);
1376 (struct _throttle_io_info_t *)throttle_info,
1377 (struct _throttle_io_info_t *)throttle_info);
1415 struct _throttle_io_info_t *info;
1423 *(struct _throttle_io_info_t**)throttle_info_handle = info;
1437 * for now the handle is just a pointer to _throttle_io_info_t
1439 throttle_info_rel((struct _throttle_io_info_t*)throttle_info_handle);
1459 struct _throttle_io_info_t *info;
1474 struct _throttle_io_info_t *info;
1529 struct _throttle_io_info_t *info = throttle_info;
1627 struct _throttle_io_info_t *info;
1736 struct _throttle_io_info_t *info;
1748 void throttle_info_set_initial_window(uthread_t ut, struct _throttle_io_info_t *info, boolean_t BC_throttle, boolean_t isssd)
1769 void throttle_info_update_internal(struct _throttle_io_info_t *info, uthread_t ut, int flags, boolean_t isssd)
1811 struct _throttle_io_info_t *info;
1868 struct _throttle_io_info_t *info = throttle_info;
1923 struct _throttle_io_info_t *throttle_info;