Searched refs:alert_mark (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c82 unsigned long alert_mark; /* index of SDB of alert request position */ member in struct:aux_buffer
1393 return aux_sdb_num(aux->head, aux->alert_mark);
1443 te = aux_sdb_trailer(aux, aux->alert_mark);
1480 __func__, range, aux->head, aux->alert_mark,
1496 aux->alert_mark = aux->head + range/2 - 1;
1497 te = aux_sdb_trailer(aux, aux->alert_mark);
1509 aux->head, aux->alert_mark, aux->empty_mark,
1555 * Set alert indicator on the SDB at index of aux->alert_mark. If this SDB is
1563 * If aux->alert_mark fall in this area, just set it. Overflow count is
1581 aux->alert_mark, au
[all...]

Completed in 130 milliseconds