Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dconmakehash.c85 int i, nuni, nent; in main() local
275 nent = 0; in main()
278 while ( nent >= unicount[fp0] ) in main()
281 nent = 0; in main()
283 printf("0x%04x", unitable[fp0][nent++]); in main()
/linux-2.4.37.9/fs/autofs/
Ddirhash.c238 struct autofs_dir_ent *ent, *nent; in autofs_hash_nuke() local
241 for ( ent = dh->h[i] ; ent ; ent = nent ) { in autofs_hash_nuke()
242 nent = ent->next; in autofs_hash_nuke()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsbus.c137 unsigned long cnum, ent, nent, flush_point, found; in alloc_streaming_cluster() local
140 nent = 1; in alloc_streaming_cluster()
144 nent = 1UL << (cnum - NCLUSTERS); in alloc_streaming_cluster()
172 if (found == nent) in alloc_streaming_cluster()
213 unsigned long cnum, ent, nent; in free_streaming_cluster() local
217 nent = 1; in free_streaming_cluster()
221 nent = 1UL << (cnum - NCLUSTERS); in free_streaming_cluster()
229 } while(--nent); in free_streaming_cluster()
/linux-2.4.37.9/arch/alpha/kernel/
Dpci_iommu.c133 long i, p, nent; in iommu_arena_find_pages() local
137 nent = arena->size >> PAGE_SHIFT; in iommu_arena_find_pages()
140 while (i < n && p+i < nent) { in iommu_arena_find_pages()
153 while (i < n && p+i < nent) { in iommu_arena_find_pages()