Searched refs:H24x7_DATA_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
230 #define H24x7_DATA_BUFFER_SIZE 4096 macro231 static DEFINE_PER_CPU(char, hv_24x7_reqb[H24x7_DATA_BUFFER_SIZE]) __aligned(4096);232 static DEFINE_PER_CPU(char, hv_24x7_resb[H24x7_DATA_BUFFER_SIZE]) __aligned(4096);236 return (H24x7_DATA_BUFFER_SIZE - sizeof(struct hv_24x7_request_buffer)) in max_num_requests()1175 memset(request_buffer, 0, H24x7_DATA_BUFFER_SIZE); in init_24x7_request()1176 memset(result_buffer, 0, H24x7_DATA_BUFFER_SIZE); in init_24x7_request()1197 virt_to_phys(request_buffer), H24x7_DATA_BUFFER_SIZE, in make_24x7_request()1198 virt_to_phys(result_buffer), H24x7_DATA_BUFFER_SIZE); in make_24x7_request()