Searched refs:H24x7_DATA_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
243 #define H24x7_DATA_BUFFER_SIZE 4096 macro244 static DEFINE_PER_CPU(char, hv_24x7_reqb[H24x7_DATA_BUFFER_SIZE]) __aligned(4096);245 static DEFINE_PER_CPU(char, hv_24x7_resb[H24x7_DATA_BUFFER_SIZE]) __aligned(4096);249 return (H24x7_DATA_BUFFER_SIZE - sizeof(struct hv_24x7_request_buffer)) in max_num_requests()1188 memset(request_buffer, 0, H24x7_DATA_BUFFER_SIZE); in init_24x7_request()1189 memset(result_buffer, 0, H24x7_DATA_BUFFER_SIZE); in init_24x7_request()1210 virt_to_phys(request_buffer), H24x7_DATA_BUFFER_SIZE, in make_24x7_request()1211 virt_to_phys(result_buffer), H24x7_DATA_BUFFER_SIZE); in make_24x7_request()
Completed in 6 milliseconds