Searched refs:fd_count (Results 1 – 3 of 3) sorted by relevance
59 int fd_count; /* Size of idxplus1_by_fd */ member108 for (i = 0; i < pop->fd_count; ++i) { in poll_check_ok()258 if (ev->ev_fd >= pop->fd_count) { in poll_add()261 if (pop->fd_count < 32) in poll_add()264 new_count = pop->fd_count * 2; in poll_add()274 memset(pop->idxplus1_by_fd + pop->fd_count, in poll_add()275 0, sizeof(int)*(new_count - pop->fd_count)); in poll_add()276 pop->fd_count = new_count; in poll_add()
48 u_int fd_count; /* how many are SET? */65 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count ; __i++) { \67 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \72 ((fd_set FAR *)(set))->fd_count--; \79 if (((fd_set FAR *)(set))->fd_count < FD_SETSIZE) \80 ((fd_set FAR *)(set))->fd_array[((fd_set FAR *)(set))->fd_count++]=(fd);\83 #define FD_ZERO(set) (((fd_set FAR *)(set))->fd_count=0)
545 static Int fd_count = 0; variable568 fd_count--; in record_fd_close()606 fd_count++; in ML_()721 VG_(message)(Vg_UserMsg, "FILE DESCRIPTORS: %d open at exit.\n", fd_count); in VG_()