Searched defs:signal_queue_header (Results 1 – 1 of 1) sorted by relevance
235 struct signal_queue_header { struct237 u32 version; /* SIGNAL_QUEUE_HEADER Version ID */238 u32 chtype; /* Queue type: storage, network */239 u64 size; /* Total size of this queue in bytes */240 u64 sig_base_offset; /* Offset to signal queue area */241 u64 features; /* Flags to modify behavior */242 u64 num_sent; /* Total # of signals placed in this queue */243 u64 num_overflows; /* Total # of inserts failed due to245 u32 signal_size; /* Total size of a signal for this queue */246 u32 max_slots; /* Max # of slots in queue, 1 slot is[all …]