Searched refs:nr_autogrow (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/api/fd/ |
H A D | array.c | 13 void fdarray__init(struct fdarray *fda, int nr_autogrow) in fdarray__init() argument 18 fda->nr_autogrow = nr_autogrow; in fdarray__init() 47 struct fdarray *fdarray__new(int nr_alloc, int nr_autogrow) in fdarray__new() argument 56 fda->nr_autogrow = nr_autogrow; in fdarray__new() 81 fdarray__grow(fda, fda->nr_autogrow) < 0) in fdarray__add()
|
H A D | array.h | 22 int nr_autogrow; member 38 void fdarray__init(struct fdarray *fda, int nr_autogrow); 41 struct fdarray *fdarray__new(int nr_alloc, int nr_autogrow);
|
/kernel/linux/linux-6.6/tools/lib/api/fd/ |
H A D | array.c | 13 void fdarray__init(struct fdarray *fda, int nr_autogrow) in fdarray__init() argument 18 fda->nr_autogrow = nr_autogrow; in fdarray__init() 47 struct fdarray *fdarray__new(int nr_alloc, int nr_autogrow) in fdarray__new() argument 56 fda->nr_autogrow = nr_autogrow; in fdarray__new() 81 fdarray__grow(fda, fda->nr_autogrow) < 0) in fdarray__add()
|
H A D | array.h | 22 int nr_autogrow; member 39 void fdarray__init(struct fdarray *fda, int nr_autogrow); 42 struct fdarray *fdarray__new(int nr_alloc, int nr_autogrow);
|
Completed in 2 milliseconds