Searched refs:throttle_groups (Results 1 – 4 of 4) sorted by relevance
85 static QTAILQ_HEAD(, ThrottleGroup) throttle_groups =86 QTAILQ_HEAD_INITIALIZER(throttle_groups);97 QTAILQ_FOREACH(iter, &throttle_groups, list) { in throttle_group_by_name()795 QTAILQ_INSERT_TAIL(&throttle_groups, tg, list); in throttle_group_obj_complete()805 QTAILQ_REMOVE(&throttle_groups, tg, list); in throttle_group_obj_finalize()
3932 if (!mrioc->throttle_groups && mrioc->num_io_throttle_group) { in mpi3mr_init_ioc()3935 mrioc->throttle_groups = kcalloc(mrioc->num_io_throttle_group, sz, GFP_KERNEL); in mpi3mr_init_ioc()3936 if (!mrioc->throttle_groups) { in mpi3mr_init_ioc()4263 if (mrioc->throttle_groups) { in mpi3mr_memset_buffers()4264 tg = mrioc->throttle_groups; in mpi3mr_memset_buffers()4424 kfree(mrioc->throttle_groups); in mpi3mr_free_mem()4425 mrioc->throttle_groups = NULL; in mpi3mr_free_mem()
1216 struct mpi3mr_throttle_group_info *throttle_groups; member
1266 tg = mrioc->throttle_groups + vdinf_io_throttle_group; in mpi3mr_update_tgtdev()