Searched defs:_count (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wimax/i2400m/
H A Dfw.c218 int i2400m_zrealloc_2x(void **ptr, size_t *_count, size_t el_size, argument
221 size_t old_count = *_count,
233 *_count = new_count;

Completed in 103 milliseconds