Searched refs:the_entry (Results 1 – 1 of 1) sorted by relevance
367 struct handle_entry *the_entry; in inv_pending_flush() local369 the_entry = (struct handle_entry*) malloc(sizeof(struct handle_entry)); in inv_pending_flush()370 if (the_entry != NULL) { in inv_pending_flush()372 the_entry->handle = handle; in inv_pending_flush()373 SIMPLEQ_INSERT_TAIL(&pending_flush_items_head, the_entry, entries); in inv_pending_flush()