Lines Matching refs:nentries
1720 int i, ret, nentries = 0; in handle_pfds_file() local
1740 nentries++; in handle_pfds_file()
1757 return nentries; in handle_pfds_file()
1763 int i, nentries = 0; in handle_pfds_netclient() local
1779 nentries++; in handle_pfds_netclient()
1788 if (nentries) in handle_pfds_netclient()
1789 incr_entries(nentries); in handle_pfds_netclient()
1791 return nentries; in handle_pfds_netclient()
1796 int i, nentries = 0; in handle_pfds_entries() local
1808 nentries++; in handle_pfds_entries()
1827 if (nentries) in handle_pfds_entries()
1828 incr_entries(nentries); in handle_pfds_entries()
1830 return nentries; in handle_pfds_entries()