Searched refs:new_table (Results 1 – 1 of 1) sorted by relevance
168 struct poll_table_page *new_table; in poll_get_entry() local170 new_table = (struct poll_table_page *) __get_free_page(GFP_KERNEL); in poll_get_entry()171 if (!new_table) { in poll_get_entry()175 new_table->entry = new_table->entries; in poll_get_entry()176 new_table->next = table; in poll_get_entry()177 p->table = new_table; in poll_get_entry()178 table = new_table; in poll_get_entry()