Searched refs:alert_mark (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/s390/kernel/ |
| D | perf_cpum_sf.c | 81 unsigned long alert_mark; /* index of SDB of alert request position */ member 1271 #define AUX_SDB_NUM_ALERT(aux) AUX_SDB_NUM(aux, aux->head, aux->alert_mark) 1316 te = aux_sdb_trailer(aux, aux->alert_mark); in aux_output_end() 1366 aux->alert_mark = aux->head + range/2 - 1; in aux_output_begin() 1367 te = aux_sdb_trailer(aux, aux->alert_mark); in aux_output_begin() 1381 aux->head, aux->alert_mark, aux->empty_mark, in aux_output_begin() 1457 return aux_set_alert(aux, aux->alert_mark, overflow); in aux_reset_buffer() 1459 if (aux->alert_mark <= aux->empty_mark) in aux_reset_buffer() 1464 if (!aux_set_alert(aux, aux->alert_mark, overflow)) in aux_reset_buffer() 1480 if (idx == aux->alert_mark) in aux_reset_buffer() [all …]
|