Searched refs:resize_data (Results 1 – 2 of 2) sorted by relevance
461 resize_data = kzalloc(sizeof(*resize_data), GFP_KERNEL); in hws_matcher_resize_init()462 if (!resize_data) in hws_matcher_resize_init()474 list_add(&resize_data->list_node, &src_matcher->resize_dst->resize_data); in hws_matcher_resize_init()478 resize_data = list_first_entry(&src_matcher->resize_data, in hws_matcher_resize_init()482 list_add(&resize_data->list_node, &src_matcher->resize_dst->resize_data); in hws_matcher_resize_init()496 resize_data = list_first_entry(&matcher->resize_data, in hws_matcher_resize_uninit()501 if (resize_data->max_stes) { in hws_matcher_resize_uninit()508 resize_data->rtc_1_id); in hws_matcher_resize_uninit()511 resize_data->rtc_0_id); in hws_matcher_resize_uninit()513 if (resize_data->pool) in hws_matcher_resize_uninit()[all …]
84 struct list_head resize_data; member