Searched refs:nent (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | conmakehash.c | 85 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/ |
D | dirhash.c | 238 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/ |
D | sbus.c | 137 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/ |
D | pci_iommu.c | 133 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()
|