Searched defs:signal_queue_header (Results 1 – 1 of 1) sorted by relevance
199 struct signal_queue_header { struct201 u32 version; /* SIGNAL_QUEUE_HEADER Version ID */202 u32 chtype; /* Queue type: storage, network */203 u64 size; /* Total size of this queue in bytes */204 u64 sig_base_offset; /* Offset to signal queue area */205 u64 features; /* Flags to modify behavior */206 u64 num_sent; /* Total # of signals placed in this queue */207 u64 num_overflows; /* Total # of inserts failed due to209 u32 signal_size; /* Total size of a signal for this queue */210 u32 max_slots; /* Max # of slots in queue, 1 slot is[all …]