Home
last modified time | relevance | path

Searched refs:data_head (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/common/
H A Dlinux-btrace.c520 return header->data_head != tinfo->data_head; in linux_btrace_has_changed()
532 unsigned long data_head, retries = 5; in VEC() local
544 data_head = header->data_head; in VEC()
547 if (data_head != tinfo->data_head) in VEC()
551 start = begin + data_head % buffer_size; in VEC()
553 if (data_head <= buffer_size) in VEC()
566 if (data_head == header->data_head) in VEC()
570 tinfo->data_head = data_head; in VEC()
H A Dlinux-btrace.h55 unsigned long data_head; member