Searched refs:epref_alloc (Results 1 – 2 of 2) sorted by relevance
257 uint32_t old = c->epref_alloc++; in allocate_epref()260 if (c->epref_alloc == (1 << 15)) in allocate_epref()261 c->epref_alloc = 0; in allocate_epref()262 if (c->epref_alloc == old) in allocate_epref()265 if (p->epref == c->epref_alloc) { in allocate_epref()266 c->epref_alloc++; in allocate_epref()271 epref->epref = c->epref_alloc; in allocate_epref()
319 u_int epref_alloc; member