server_ctrl_struct
static void server_ctrl_handle_init(struct server_ctrl_struct *ctrl)
static void server_ctrl_handle_reset(struct server_ctrl_struct *ctrl)
struct server_ctrl_struct *ctrl;
ctrl = container_of(work, struct server_ctrl_struct, ctrl_work);
struct server_ctrl_struct *ctrl;
ctrl = kmalloc_obj(struct server_ctrl_struct, KSMBD_DEFAULT_GFP);