Home
last modified time | relevance | path

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

/glibc-2.36/nscd/
Dconnections.c1469 struct fdlist struct
1472 struct fdlist *next; argument
1475 static struct fdlist *fdlist; variable
1477 static struct fdlist *readylist;
1610 struct fdlist *it = readylist->next; in nscd_run_worker()
1729 if (fdlist[inner].next == NULL) in fd_ready()
1733 fdlist[inner].fd = fd; in fd_ready()
1736 readylist = fdlist[inner].next = &fdlist[inner]; in fd_ready()
1739 fdlist[inner].next = readylist->next; in fd_ready()
1740 readylist = readylist->next = &fdlist[inner]; in fd_ready()
[all …]