Home
last modified time | relevance | path

Searched defs:queues_per_thread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dbackend.rs90 fn queues_per_thread(&self) -> Vec<u64> { in queues_per_thread() method
171 fn queues_per_thread(&self) -> Vec<u64> { in queues_per_thread() method
243 fn queues_per_thread(&self) -> Vec<u64> { in queues_per_thread() function
308 fn queues_per_thread(&self) -> Vec<u64> { in queues_per_thread() function
374 fn queues_per_thread(&self) -> Vec<u64> { in queues_per_thread() function
464 fn queues_per_thread(&self) -> Vec<u64> { in queues_per_thread() method
Dhandler.rs86 queues_per_thread: Vec<u64>, field
103 let queues_per_thread = backend.queues_per_thread(); in new() localVariable
/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/
Dvhu_vsock.rs233 queues_per_thread: Vec<u64>, field
246 let queues_per_thread = vec![QUEUE_MASK]; in new() localVariable
358 fn queues_per_thread(&self) -> Vec<u64> { in queues_per_thread() method
431 let queues_per_thread = backend.queues_per_thread(); in test_vsock_backend() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/tests/
Dvhost-user-server.rs86 fn queues_per_thread(&self) -> Vec<u64> { in queues_per_thread() method