Searched refs:ct_lb_args (Results 1 – 2 of 2) sorted by relevance
1359 ct->ct_lb_args = kmem_zalloc(sizeof (client_lb_args_t), KM_SLEEP); in i_mdi_client_alloc()1360 ct->ct_lb_args->region_size = LOAD_BALANCE_DEFAULT_REGION_SIZE; in i_mdi_client_alloc()1473 kmem_free(ct->ct_lb_args, sizeof (client_lb_args_t)); in i_mdi_client_free()1719 if (ct != NULL && ct->ct_lb_args != NULL) { in mdi_set_lb_region_size()1720 ct->ct_lb_args->region_size = region_size; in mdi_set_lb_region_size()1925 int region_size = ct->ct_lb_args->region_size; in i_mdi_lba_lb()2251 if ((ct->ct_lb_args != NULL) && in mdi_select_path()2252 (ct->ct_lb_args->region_size) && bp && in mdi_select_path()4881 ct->ct_lb_args->region_size); in i_mdi_report_path_state()
520 client_lb_args_t *ct_lb_args; /* load balancing args */ member