Home
last modified time | relevance | path

Searched refs:watch_slots (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_event.c464 libxl__ev_watch_slot *slot = &CTX->watch_slots[slotnum]; in libxl__watch_slot_contents()
468 ((uintptr_t)slotcontents >= (uintptr_t)CTX->watch_slots && in libxl__watch_slot_contents()
469 (uintptr_t)slotcontents < (uintptr_t)(CTX->watch_slots + in libxl__watch_slot_contents()
616 CTX->watch_slots, sizeof(*newarray) * newarraysize); in libxl__ev_xswatch_register()
621 CTX->watch_slots = newarray; in libxl__ev_xswatch_register()
631 int slotnum = use - CTX->watch_slots; in libxl__ev_xswatch_register()
680 libxl__ev_watch_slot *slot = &CTX->watch_slots[w->slotnum]; in libxl__ev_xswatch_deregister()
A Dlibxl.c56 ctx->watch_slots = 0; in libxl_ctx_alloc()
187 free(ctx->watch_slots); in libxl_ctx_free()
A Dlibxl_internal.h478 libxl__ev_watch_slot *watch_slots; member

Completed in 18 milliseconds