Searched refs:nr_autogrow (Results 1 – 2 of 2) sorted by relevance
13 void fdarray__init(struct fdarray *fda, int nr_autogrow) in fdarray__init() argument18 fda->nr_autogrow = nr_autogrow; in fdarray__init()47 struct fdarray *fdarray__new(int nr_alloc, int nr_autogrow) in fdarray__new() argument56 fda->nr_autogrow = nr_autogrow; in fdarray__new()81 fdarray__grow(fda, fda->nr_autogrow) < 0) in fdarray__add()
22 int nr_autogrow; member39 void fdarray__init(struct fdarray *fda, int nr_autogrow);42 struct fdarray *fdarray__new(int nr_alloc, int nr_autogrow);
Completed in 4 milliseconds