Lines Matching defs:aux
1347 #define AUX_SDB_INDEX(aux, i) ((i) % aux->sfb.num_sdb) argument
1348 #define AUX_SDB_NUM(aux, start, end) (end >= start ? end - start + 1 : 0) argument
1349 #define AUX_SDB_NUM_ALERT(aux) AUX_SDB_NUM(aux, aux->head, aux->alert_mark) argument
1350 #define AUX_SDB_NUM_EMPTY(aux) AUX_SDB_NUM(aux, aux->head, aux->empty_mark) argument
1355 static struct hws_trailer_entry *aux_sdb_trailer(struct aux_buffer *aux, in aux_sdb_trailer()
1377 struct aux_buffer *aux; in aux_output_end() local
1411 struct aux_buffer *aux, in aux_output_begin()
1475 static bool aux_set_alert(struct aux_buffer *aux, unsigned long alert_index, in aux_set_alert()
1522 static bool aux_reset_buffer(struct aux_buffer *aux, unsigned long range, in aux_reset_buffer()
1585 struct aux_buffer *aux; in hw_collect_aux() local
1659 struct aux_buffer *aux = data; in aux_buffer_free() local
1706 struct aux_buffer *aux; in aux_buffer_setup() local
1889 struct aux_buffer *aux; in cpumsf_pmu_add() local