Lines Matching refs:zstate
407 struct sdeb_zone_state *zstate; member
3738 return &devip->zstate[zno]; in zbc_zone()
3746 zsp = &devip->zstate[zno]; in zbc_zone()
3795 struct sdeb_zone_state *zsp = &devip->zstate[0]; in zbc_close_imp_open_zone()
6096 struct sdeb_zone_state *zsp = &devip->zstate[0]; in zbc_open_all()
6101 zbc_open_zone(devip, &devip->zstate[i], true); in zbc_open_all()
6177 zbc_close_zone(devip, &devip->zstate[i]); in zbc_close_all()
6249 zbc_finish_zone(devip, &devip->zstate[i], false); in zbc_finish_all()
6330 zbc_rwp_zone(devip, &devip->zstate[i]); in zbc_rwp_all()
6507 devip->zstate = kzalloc_objs(struct sdeb_zone_state, devip->nr_zones); in sdebug_device_create_zones()
6508 if (!devip->zstate) in sdebug_device_create_zones()
6512 zsp = &devip->zstate[i]; in sdebug_device_create_zones()
8910 kfree(sdbg_devinfo->zstate); in sdebug_add_host_helper()
9689 kfree(sdbg_devinfo->zstate); in sdebug_driver_remove()