Searched refs:alert_mark (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/s390/kernel/ |
| D | perf_cpum_sf.c | 81 unsigned long alert_mark; /* index of SDB of alert request position */ member 1323 #define AUX_SDB_NUM_ALERT(aux) AUX_SDB_NUM(aux, aux->head, aux->alert_mark) 1368 te = aux_sdb_trailer(aux, aux->alert_mark); in aux_output_end() 1418 aux->alert_mark = aux->head + range/2 - 1; in aux_output_begin() 1419 te = aux_sdb_trailer(aux, aux->alert_mark); in aux_output_begin() 1433 aux->head, aux->alert_mark, aux->empty_mark, in aux_output_begin() 1509 return aux_set_alert(aux, aux->alert_mark, overflow); in aux_reset_buffer() 1511 if (aux->alert_mark <= aux->empty_mark) in aux_reset_buffer() 1516 if (!aux_set_alert(aux, aux->alert_mark, overflow)) in aux_reset_buffer() 1532 if (idx == aux->alert_mark) in aux_reset_buffer() [all …]
|