Searched refs:idrent (Results 1 – 1 of 1) sorted by relevance
871 struct idrent { struct874 struct idrent *wnext; argument875 struct idrent *avail; argument886 struct idrent *first;887 struct idrent **last;1010 static void idr_extend_identifier(struct idrent *, int, int);5836 p = realloc(idr->idrent_pool, sizeof(struct idrent) * psize); in idr_ensure_poolsize()5842 idr->idrent_pool = (struct idrent *)p; in idr_ensure_poolsize()5871 struct idrent *idrent, *n; in idr_register() local5873 idrent = &(idr->idrent_pool[idr->pool_idx++]); in idr_register()[all …]