Skip to main content

fdf_dispatcher_dump_entry_t

Type Alias fdf_dispatcher_dump_entry_t 

Source
pub type fdf_dispatcher_dump_entry_t = fdf_dispatcher_dump_entry;

Aliased Type§

#[repr(C)]
pub struct fdf_dispatcher_dump_entry_t {
Show 14 fields pub driver: *const c_void, pub dispatcher_ptr: u64, pub name: *const i8, pub scheduler_role: *const i8, pub options: u32, pub synchronized: bool, pub allow_sync_calls: bool, pub state: u32, pub destroy_context: *const i8, pub has_destroy_user_initiated: bool, pub destroy_user_initiated: bool, pub debug_stats: fdf_dispatcher_debug_stats, pub queued_tasks: *const fdf_task_debug_info, pub num_queued_tasks: usize,
}

Fields§

§driver: *const c_void§dispatcher_ptr: u64§name: *const i8§scheduler_role: *const i8§options: u32§synchronized: bool§allow_sync_calls: bool§state: u32§destroy_context: *const i8§has_destroy_user_initiated: bool§destroy_user_initiated: bool§debug_stats: fdf_dispatcher_debug_stats§queued_tasks: *const fdf_task_debug_info§num_queued_tasks: usize