Searched refs:tsc_req (Results 1 – 1 of 1) sorted by relevance
2320 struct snp_tsc_info_req *tsc_req; in snp_get_tsc_info() local2325 tsc_req = kzalloc(sizeof(*tsc_req), GFP_KERNEL); in snp_get_tsc_info()2326 if (!tsc_req) in snp_get_tsc_info()2349 req.req_buf = tsc_req; in snp_get_tsc_info()2350 req.req_sz = sizeof(*tsc_req); in snp_get_tsc_info()2379 kfree(tsc_req); in snp_get_tsc_info()