Searched refs:hints_count (Results 1 – 2 of 2) sorted by relevance
1556 hints_count: u32, in crosvm_set_hypercall_hint()1562 if hints_count < 1 { in crosvm_set_hypercall_hint()1566 if hints_count > CROSVM_MAX_HINT_COUNT { in crosvm_set_hypercall_hint()1569 let hints = slice::from_raw_parts(hints, hints_count as usize); in crosvm_set_hypercall_hint()
246 static const glw::GLuint hints_count = sizeof(hints) / sizeof(hints[0]); in iterate() local248 for (glw::GLuint i = 0; i < hints_count; ++i) in iterate()