Lines Matching defs:hws_cpu_buffer
33 struct hws_cpu_buffer { struct
34 unsigned long first_sdbt; /* @ of 1st SDB-Table for this CP*/
35 unsigned long worker_entry;
36 unsigned long sample_overflow; /* taken from SDB ... */
37 struct hws_qsi_info_block qsi;
38 struct hws_ssctl_request_block ssctl;
39 struct work_struct worker;
40 atomic_t ext_params;
41 unsigned long req_alert;
42 unsigned long loss_of_sample_data;
43 unsigned long invalid_entry_address;
44 unsigned long incorrect_sdbt_entry;
45 unsigned long sample_auth_change_alert;
46 unsigned int finish:1;
47 unsigned int oom:1;
48 unsigned int stop_mode:1;