Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dtimer.c69 heap[pos]->heap_offset = pos; in down_heap()
74 t->heap_offset = pos; in down_heap()
85 heap[pos]->heap_offset = pos; in up_heap()
90 t->heap_offset = pos; in up_heap()
98 int pos = t->heap_offset; in remove_from_heap()
107 heap[pos]->heap_offset = pos; in remove_from_heap()
132 t->heap_offset = sz; in add_to_heap()
135 return (t->heap_offset == 1); in add_to_heap()
203 t->heap_offset = 0; in add_entry()
206 if ( t->heap_offset != 0 ) in add_entry()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtimer.h24 unsigned int heap_offset; member

Completed in 5 milliseconds