Searched refs:xfd_ffs (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xfs/dist/os/
H A Dwaitfor.c67 int xfd_ffs(fd_mask);
73 xfd_ffs(fd_mask mask) function in typeref:typename:int
196 curclient = xfd_ffs(clientsReadable.fds_bits[i]) - 1;
H A Dconnection.c120 extern int xfd_ffs (fd_mask);
315 curconn = xfd_ffs(readyconnections) - 1;
453 curclient = xfd_ffs(mask.fds_bits[i]) - 1 + (i * (sizeof(fd_mask) * 8));
H A Dio.c91 extern int xfd_ffs(fd_mask);
516 index = xfd_ffs(mask) - 1;

Completed in 3 milliseconds