Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c387 struct ospollfd *new_osfds; in ospoll_add() local
394 new_osfds = reallocarray(ospoll->osfds, new_size, sizeof (ospoll->osfds[0])); in ospoll_add()
395 if (!new_osfds) in ospoll_add()
397 ospoll->osfds = new_osfds; in ospoll_add()