Searched refs:handle_entry (Results 1 – 1 of 1) sorted by relevance
57 struct handle_entry { struct58 SIMPLEQ_ENTRY(handle_entry) entries;62 static SIMPLEQ_HEAD(simplehead, handle_entry) pending_flush_items_head; argument230 struct handle_entry *handle_element; in pollEvents()367 struct handle_entry *the_entry; in inv_pending_flush()369 the_entry = (struct handle_entry*) malloc(sizeof(struct handle_entry)); in inv_pending_flush()