Lines Matching refs:nentries
1665 int i, ret, nentries = 0; in handle_pfds_file() local
1685 nentries++; in handle_pfds_file()
1702 return nentries; in handle_pfds_file()
1708 int i, nentries = 0; in handle_pfds_netclient() local
1725 nentries++; in handle_pfds_netclient()
1734 if (nentries) in handle_pfds_netclient()
1735 incr_entries(nentries); in handle_pfds_netclient()
1737 return nentries; in handle_pfds_netclient()
1742 int i, nentries = 0; in handle_pfds_entries() local
1754 nentries++; in handle_pfds_entries()
1773 if (nentries) in handle_pfds_entries()
1774 incr_entries(nentries); in handle_pfds_entries()
1776 return nentries; in handle_pfds_entries()