Searched refs:new_table (Results 1 – 1 of 1) sorted by relevance
76 struct fdesc_table *new_table; in new_fdesc_table() local84 new_table = __mmap (NULL, *size, in new_fdesc_table()86 if (new_table == MAP_FAILED) in new_fdesc_table()90 new_table->len in new_fdesc_table()92 new_table->first_unused = 1; in new_fdesc_table()93 return new_table; in new_fdesc_table()139 if (new_table == NULL) in make_fdesc()142 new_table->next = root; in make_fdesc()145 (ElfW(Addr)) new_table)) in make_fdesc()149 __munmap (new_table, size); in make_fdesc()[all …]
Completed in 3 milliseconds