Home
last modified time | relevance | path

Searched refs:max_fds (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/qemud/
Dqemud.c337 int max_fds; member
348 l->max_fds = 0; in looper_init()
359 l->max_fds = 0; in looper_done()
386 int old_max = l->max_fds; in looper_grow()
392 l->max_fds = new_max; in looper_grow()
414 if (l->num_fds >= l->max_fds) in looper_add()