Searched refs:ct_lb_args (Results 1 – 2 of 2) sorted by relevance
1354 ct->ct_lb_args = kmem_zalloc(sizeof (client_lb_args_t), KM_SLEEP); in i_mdi_client_alloc()1355 ct->ct_lb_args->region_size = LOAD_BALANCE_DEFAULT_REGION_SIZE; in i_mdi_client_alloc()1468 kmem_free(ct->ct_lb_args, sizeof (client_lb_args_t)); in i_mdi_client_free()1712 if (ct != NULL && ct->ct_lb_args != NULL) { in mdi_set_lb_region_size()1713 ct->ct_lb_args->region_size = region_size; in mdi_set_lb_region_size()1923 int region_size = ct->ct_lb_args->region_size; in i_mdi_lba_lb()2249 if ((ct->ct_lb_args != NULL) && in mdi_select_path()2250 (ct->ct_lb_args->region_size) && bp && in mdi_select_path()4872 ct->ct_lb_args->region_size); in i_mdi_report_path_state()
520 client_lb_args_t *ct_lb_args; /* load balancing args */ member