Searched refs:gather_components (Results 1 – 2 of 2) sorted by relevance
137 info->gather_components = kzalloc(g_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()138 if (!info->gather_components) { in setup_sgio_list()145 info->gather_components); in setup_sgio_list()182 memcpy(&info->in_buffer[8], info->gather_components, in setup_sgio_list()305 kfree_sensitive(info->gather_components); in do_request_cleanup()
102 u8 *gather_components; member