tbl_entries        27 arch/powerpc/boot/simple_alloc.c static unsigned long tbl_entries;
tbl_entries        47 arch/powerpc/boot/simple_alloc.c 	for (i=0; i<tbl_entries; i++, p++)
tbl_entries        73 arch/powerpc/boot/simple_alloc.c 	for (i=0; i<tbl_entries; i++,p++) {
tbl_entries       133 arch/powerpc/boot/simple_alloc.c 	tbl_entries = max_allocs;
tbl_entries       135 arch/powerpc/boot/simple_alloc.c 	tbl_size = tbl_entries * sizeof(struct alloc_info);
tbl_entries       177 drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.c 		entry = &tbl->tbl_entries[node->index - loffset];
tbl_entries       228 drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.c 							&tbl->tbl_entries[i];
tbl_entries       261 drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h 	struct opa_veswport_mactable_entry  tbl_entries[0];
tbl_entries       168 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c 			   sizeof(mac_tbl->tbl_entries[0]));
tbl_entries       316 sound/pci/via82xx.c 	unsigned int tbl_entries; /* # descriptors */
tbl_entries       476 sound/pci/via82xx.c 	dev->tbl_entries = idx;
tbl_entries       805 sound/pci/via82xx.c 				idx, viadev->tbl_entries,
tbl_entries       831 sound/pci/via82xx.c 	if (snd_BUG_ON(!viadev->tbl_entries))
tbl_entries       845 sound/pci/via82xx.c 		idx = ((ptr - (unsigned int)viadev->table.addr) / 8 - 1) % viadev->tbl_entries;
tbl_entries       863 sound/pci/via82xx.c 	if (snd_BUG_ON(!viadev->tbl_entries))
tbl_entries       883 sound/pci/via82xx.c 		if (idx >= viadev->tbl_entries) {
tbl_entries       887 sound/pci/via82xx.c 			       viadev->tbl_entries);
tbl_entries       211 sound/pci/via82xx_modem.c 	unsigned int tbl_entries; /* # descriptors */
tbl_entries       331 sound/pci/via82xx_modem.c 	dev->tbl_entries = idx;
tbl_entries       573 sound/pci/via82xx_modem.c 			idx, viadev->tbl_entries, viadev->lastpos,
tbl_entries       612 sound/pci/via82xx_modem.c 	if (snd_BUG_ON(!viadev->tbl_entries))
tbl_entries       627 sound/pci/via82xx_modem.c 			viadev->tbl_entries;