slot              120 arch/x86/kernel/aperture_64.c 	if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) &
slot              124 arch/x86/kernel/aperture_64.c 	pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST);
slot              129 arch/x86/kernel/aperture_64.c 		id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID);
slot              134 arch/x86/kernel/aperture_64.c 		pos = read_pci_config_byte(bus, slot, func,
slot              150 arch/x86/kernel/aperture_64.c 	printk(KERN_INFO "AGP bridge at %02x:%02x:%02x\n", bus, slot, func);
slot              151 arch/x86/kernel/aperture_64.c 	apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14);
slot              169 arch/x86/kernel/aperture_64.c 	aper_low = read_pci_config(bus, slot, func, 0x10);
slot              170 arch/x86/kernel/aperture_64.c 	aper_hi = read_pci_config(bus, slot, func, 0x14);
slot              208 arch/x86/kernel/aperture_64.c 	int bus, slot, func;
slot              212 arch/x86/kernel/aperture_64.c 		for (slot = 0; slot < 32; slot++) {
slot              216 arch/x86/kernel/aperture_64.c 				class = read_pci_config(bus, slot, func,
slot              225 arch/x86/kernel/aperture_64.c 					cap = find_cap(bus, slot, func,
slot              230 arch/x86/kernel/aperture_64.c 					return read_agp(bus, slot, func, cap,
slot              235 arch/x86/kernel/aperture_64.c 				type = read_pci_config_byte(bus, slot, func,
slot              275 arch/x86/kernel/aperture_64.c 	int i, fix, slot;
slot              294 arch/x86/kernel/aperture_64.c 		for (slot = dev_base; slot < dev_limit; slot++) {
slot              295 arch/x86/kernel/aperture_64.c 			if (!early_is_k8_nb(read_pci_config(bus, slot, 3, 0x00)))
slot              298 arch/x86/kernel/aperture_64.c 			ctl = read_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL);
slot              302 arch/x86/kernel/aperture_64.c 			aper_base = read_pci_config(bus, slot, 3, AMD64_GARTAPERTUREBASE) & 0x7fff;
slot              349 arch/x86/kernel/aperture_64.c 		for (slot = dev_base; slot < dev_limit; slot++) {
slot              350 arch/x86/kernel/aperture_64.c 			if (!early_is_k8_nb(read_pci_config(bus, slot, 3, 0x00)))
slot              353 arch/x86/kernel/aperture_64.c 			ctl = read_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL);
slot              355 arch/x86/kernel/aperture_64.c 			write_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL, ctl);
slot              368 arch/x86/kernel/aperture_64.c 	int fix, slot, valid_agp = 0;
slot              390 arch/x86/kernel/aperture_64.c 		for (slot = dev_base; slot < dev_limit; slot++) {
slot              391 arch/x86/kernel/aperture_64.c 			if (!early_is_k8_nb(read_pci_config(bus, slot, 3, 0x00)))
slot              397 arch/x86/kernel/aperture_64.c 			aper_order = (read_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL) >> 1) & 7;
slot              399 arch/x86/kernel/aperture_64.c 			aper_base = read_pci_config(bus, slot, 3, AMD64_GARTAPERTUREBASE) & 0x7fff;
slot              491 arch/x86/kernel/aperture_64.c 		for (slot = dev_base; slot < dev_limit; slot++) {
slot              492 arch/x86/kernel/aperture_64.c 			if (!early_is_k8_nb(read_pci_config(bus, slot, 3, 0x00)))
slot              498 arch/x86/kernel/aperture_64.c 			write_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL, aper_order << 1);
slot              499 arch/x86/kernel/aperture_64.c 			write_pci_config(bus, slot, 3, AMD64_GARTAPERTUREBASE, aper_alloc >> 25);
slot               30 arch/x86/kernel/early-quirks.c 	htcfg = read_pci_config(num, slot, func, 0x68);
slot               40 arch/x86/kernel/early-quirks.c 			write_pci_config(num, slot, func, 0x68, htcfg);
slot              103 arch/x86/kernel/early-quirks.c 	b = read_pci_config_byte(num, slot, func, 0xac);
slot              105 arch/x86/kernel/early-quirks.c 	write_pci_config_byte(num, slot, func, 0xac, b);
slot              107 arch/x86/kernel/early-quirks.c 	d = read_pci_config(num, slot, func, 0x70);
slot              109 arch/x86/kernel/early-quirks.c 	write_pci_config(num, slot, func, 0x70, d);
slot              111 arch/x86/kernel/early-quirks.c 	d = read_pci_config(num, slot, func, 0x8);
slot              125 arch/x86/kernel/early-quirks.c 	d = ati_ixp4x0_rev(num, slot, func);
slot              167 arch/x86/kernel/early-quirks.c 	void (*f)(int num, int slot, int func);
slot              205 arch/x86/kernel/early-quirks.c 	class = read_pci_config_16(num, slot, func, PCI_CLASS_DEVICE);
slot              210 arch/x86/kernel/early-quirks.c 	vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID);
slot              212 arch/x86/kernel/early-quirks.c 	device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID);
slot              223 arch/x86/kernel/early-quirks.c 					early_qrk[i].f(num, slot, func);
slot              228 arch/x86/kernel/early-quirks.c 	type = read_pci_config_byte(num, slot, func,
slot              238 arch/x86/kernel/early-quirks.c 	int num, slot, func;
slot              245 arch/x86/kernel/early-quirks.c 		for (slot = 0; slot < 32; slot++)
slot              248 arch/x86/kernel/early-quirks.c 				if (check_dev_quirk(num, slot, func))
slot              172 arch/x86/kernel/early_printk.c 	u32 slot;
slot              435 arch/x86/kernel/early_printk.c 	if (!(read_pci_config_16(num, slot, func, PCI_STATUS) &
slot              439 arch/x86/kernel/early_printk.c 	pos = read_pci_config_byte(num, slot, func, PCI_CAPABILITY_LIST);
slot              444 arch/x86/kernel/early_printk.c 		id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID);
slot              450 arch/x86/kernel/early_printk.c 		pos = read_pci_config_byte(num, slot, func,
slot              460 arch/x86/kernel/early_printk.c 	class = read_pci_config(bus, slot, func, PCI_CLASS_REVISION);
slot              464 arch/x86/kernel/early_printk.c 	return find_cap(bus, slot, func, PCI_CAP_ID_EHCI_DEBUG);
slot              469 arch/x86/kernel/early_printk.c 	u32 bus, slot, func;
slot              472 arch/x86/kernel/early_printk.c 		for (slot = 0; slot < 32; slot++) {
slot              476 arch/x86/kernel/early_printk.c 				cap = __find_dbgp(bus, slot, func);
slot              483 arch/x86/kernel/early_printk.c 				*rslot = slot;
slot              569 arch/x86/kernel/early_printk.c 	dword = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func,
slot              573 arch/x86/kernel/early_printk.c 	write_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, 0x74,
slot              582 arch/x86/kernel/early_printk.c 	vendorid = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func,
slot              774 arch/x86/kernel/early_printk.c 	u32 bus, slot, func, cap;
slot              790 arch/x86/kernel/early_printk.c 	cap = find_dbgp(dbgp_num, &bus, &slot, &func);
slot              794 arch/x86/kernel/early_printk.c 	dbgp_printk("Found EHCI debug port on %02x:%02x.%1x\n", bus, slot,
slot              797 arch/x86/kernel/early_printk.c 	debug_port = read_pci_config(bus, slot, func, cap);
slot              808 arch/x86/kernel/early_printk.c 	bar_val = read_pci_config(bus, slot, func, PCI_BASE_ADDRESS_0);
slot              817 arch/x86/kernel/early_printk.c 	byte = read_pci_config_byte(bus, slot, func, 0x04);
slot              820 arch/x86/kernel/early_printk.c 		write_pci_config_byte(bus, slot, func, 0x04, byte);
slot              837 arch/x86/kernel/early_printk.c 	ehci_dev.slot = slot;
slot              877 arch/x86/kernel/io_apic_32.c 		"slot:%d, pin:%d.\n", bus, slot, pin);
slot              893 arch/x86/kernel/io_apic_32.c 		    (slot == ((mp_irqs[i].mp_srcbusirq >> 2) & 0x1f))) {
slot              605 arch/x86/kernel/io_apic_64.c 		bus, slot, pin);
slot              621 arch/x86/kernel/io_apic_64.c 		    (slot == ((mp_irqs[i].mp_srcbusirq >> 2) & 0x1f))) {
slot               78 arch/x86/kernel/mca_32.c 	if (!mca_dev->pos_id && mca_dev->slot < MCA_MAX_SLOT_NR) {
slot              106 arch/x86/kernel/mca_32.c 	    mca_dev->pos_id == 0x0000) && mca_dev->slot >= MCA_MAX_SLOT_NR) {
slot              195 arch/x86/kernel/mca_32.c 		outb_p(0x8|(mca_dev->slot & 0xf), MCA_ADAPTER_SETUP_REG);
slot              222 arch/x86/kernel/mca_32.c 	outb_p(0x8|(mca_dev->slot&0xf), MCA_ADAPTER_SETUP_REG);
slot              314 arch/x86/kernel/mca_32.c 	mca_dev->slot = MCA_MOTHERBOARD;
slot              332 arch/x86/kernel/mca_32.c 	mca_dev->slot = MCA_INTEGVIDEO;
slot              365 arch/x86/kernel/mca_32.c 		mca_dev->slot = MCA_INTEGSCSI;
slot              392 arch/x86/kernel/mca_32.c 		mca_dev->slot = i;
slot              423 arch/x86/kernel/mca_32.c 	int slot = mca_dev->slot;
slot              425 arch/x86/kernel/mca_32.c 	if (slot == MCA_INTEGSCSI) {
slot              428 arch/x86/kernel/mca_32.c 	} else if (slot == MCA_INTEGVIDEO) {
slot              431 arch/x86/kernel/mca_32.c 	} else if (slot == MCA_MOTHERBOARD) {
slot               21 arch/x86/kernel/mmconf-fam10h_64.c 	u32 slot;
slot               59 arch/x86/kernel/mmconf-fam10h_64.c 	unsigned slot;
slot               85 arch/x86/kernel/mmconf-fam10h_64.c 		slot = pci_probes[i].slot;
slot               86 arch/x86/kernel/mmconf-fam10h_64.c 		id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID);
slot              126 arch/x86/kernel/mmconf-fam10h_64.c 		reg = read_pci_config(bus, slot, 1, 0x80 + (i << 3));
slot              131 arch/x86/kernel/mmconf-fam10h_64.c 		reg = read_pci_config(bus, slot, 1, 0x84 + (i << 3));
slot              370 arch/x86/kvm/mmu.c 	      (slot->base_gfn / KVM_PAGES_PER_HPAGE);
slot              371 arch/x86/kvm/mmu.c 	return &slot->lpage_info[idx].write_count;
slot              393 arch/x86/kvm/mmu.c 	struct kvm_memory_slot *slot = gfn_to_memslot(kvm, gfn);
slot              396 arch/x86/kvm/mmu.c 	if (slot) {
slot              397 arch/x86/kvm/mmu.c 		largepage_idx = slot_largepage_idx(gfn, slot);
slot              422 arch/x86/kvm/mmu.c 	struct kvm_memory_slot *slot;
slot              430 arch/x86/kvm/mmu.c 	slot = gfn_to_memslot(vcpu->kvm, large_gfn);
slot              431 arch/x86/kvm/mmu.c 	if (slot && slot->dirty_bitmap)
slot              444 arch/x86/kvm/mmu.c 	struct kvm_memory_slot *slot;
slot              447 arch/x86/kvm/mmu.c 	slot = gfn_to_memslot(kvm, gfn);
slot              449 arch/x86/kvm/mmu.c 		return &slot->rmap[gfn - slot->base_gfn];
slot              452 arch/x86/kvm/mmu.c 	      (slot->base_gfn / KVM_PAGES_PER_HPAGE);
slot              454 arch/x86/kvm/mmu.c 	return &slot->lpage_info[idx].rmap_pde;
slot             1098 arch/x86/kvm/mmu.c 	int slot = memslot_id(kvm, gfn_to_memslot(kvm, gfn));
slot             1101 arch/x86/kvm/mmu.c 	__set_bit(slot, &sp->slot_bitmap);
slot             2062 arch/x86/kvm/mmu.c 		if (!test_bit(slot, &sp->slot_bitmap))
slot             2458 arch/x86/kvm/mmu.c 	struct kvm_memory_slot *slot;
slot             2466 arch/x86/kvm/mmu.c 		slot = gfn_to_memslot(vcpu->kvm, sp->gfn);
slot             2468 arch/x86/kvm/mmu.c 		rmapp = &slot->rmap[gfn - slot->base_gfn];
slot             1803 arch/x86/kvm/vmx.c 	kvm_userspace_mem.slot = APIC_ACCESS_PAGE_PRIVATE_MEMSLOT;
slot             1827 arch/x86/kvm/vmx.c 	kvm_userspace_mem.slot = IDENTITY_PAGETABLE_PRIVATE_MEMSLOT;
slot             2206 arch/x86/kvm/vmx.c 		.slot = 8,
slot             1489 arch/x86/kvm/x86.c 	if (alias->slot >= KVM_ALIAS_SLOTS)
slot             1501 arch/x86/kvm/x86.c 	p = &kvm->arch.aliases[alias->slot];
slot             1615 arch/x86/kvm/x86.c 		kvm_mmu_slot_remove_write_access(kvm, log->slot);
slot             1617 arch/x86/kvm/x86.c 		memslot = &kvm->memslots[log->slot];
slot             1647 arch/x86/kvm/x86.c 		kvm_userspace_mem.slot = kvm_mem.slot;
slot             3971 arch/x86/kvm/x86.c 	struct kvm_memory_slot *memslot = &kvm->memslots[mem->slot];
slot             4016 arch/x86/kvm/x86.c 	kvm_mmu_slot_remove_write_access(kvm, mem->slot);
slot              647 arch/x86/mm/ioremap.c 	int i, slot;
slot              651 arch/x86/mm/ioremap.c 	slot = -1;
slot              654 arch/x86/mm/ioremap.c 			slot = i;
slot              659 arch/x86/mm/ioremap.c 	if (slot < 0) {
slot              668 arch/x86/mm/ioremap.c 		       phys_addr, size, slot);
slot              679 arch/x86/mm/ioremap.c 	prev_size[slot] = size;
slot              699 arch/x86/mm/ioremap.c 	idx0 = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot;
slot              710 arch/x86/mm/ioremap.c 	prev_map[slot] = (void *) (offset + fix_to_virt(idx0));
slot              711 arch/x86/mm/ioremap.c 	return prev_map[slot];
slot              732 arch/x86/mm/ioremap.c 	int i, slot;
slot              734 arch/x86/mm/ioremap.c 	slot = -1;
slot              737 arch/x86/mm/ioremap.c 			slot = i;
slot              742 arch/x86/mm/ioremap.c 	if (slot < 0) {
slot              749 arch/x86/mm/ioremap.c 	if (prev_size[slot] != size) {
slot              751 arch/x86/mm/ioremap.c 			 addr, size, slot, prev_size[slot]);
slot              758 arch/x86/mm/ioremap.c 		       size, slot);
slot              770 arch/x86/mm/ioremap.c 	idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot;
slot              776 arch/x86/mm/ioremap.c 	prev_map[slot] = 0;
slot              230 arch/x86/pci/amd_bus.c 	u32 slot;
slot              281 arch/x86/pci/amd_bus.c 	unsigned slot;
slot              311 arch/x86/pci/amd_bus.c 		slot = pci_probes[i].slot;
slot              312 arch/x86/pci/amd_bus.c 		id = read_pci_config(bus, slot, 0, PCI_VENDOR_ID);
slot              330 arch/x86/pci/amd_bus.c 		reg = read_pci_config(bus, slot, 1, 0xe0 + (i << 2));
slot              355 arch/x86/pci/amd_bus.c 	reg = read_pci_config(bus, slot, 0, 0x60);
slot              357 arch/x86/pci/amd_bus.c 	reg = read_pci_config(bus, slot, 0, 0x64);
slot              364 arch/x86/pci/amd_bus.c 		reg = read_pci_config(bus, slot, 1, 0xc0 + (i << 3));
slot              369 arch/x86/pci/amd_bus.c 		reg = read_pci_config(bus, slot, 1, 0xc4 + (i << 3));
slot              433 arch/x86/pci/amd_bus.c 		reg = read_pci_config(bus, slot, 1, 0x80 + (i << 3));
slot              439 arch/x86/pci/amd_bus.c 		reg = read_pci_config(bus, slot, 1, 0x84 + (i << 3));
slot               13 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
slot               16 arch/x86/pci/early.c 		pr_debug("%x reading 4 from %x: %x\n", slot, offset, v);
slot               23 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
slot               25 arch/x86/pci/early.c 	pr_debug("%x reading 1 from %x: %x\n", slot, offset, v);
slot               32 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
slot               34 arch/x86/pci/early.c 	pr_debug("%x reading 2 from %x: %x\n", slot, offset, v);
slot               41 arch/x86/pci/early.c 	pr_debug("%x writing to %x: %x\n", slot, offset, val);
slot               42 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
slot               48 arch/x86/pci/early.c 	pr_debug("%x writing to %x: %x\n", slot, offset, val);
slot               49 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
slot               55 arch/x86/pci/early.c 	pr_debug("%x writing to %x: %x\n", slot, offset, val);
slot               56 arch/x86/pci/early.c 	outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
slot               72 arch/x86/pci/early.c 	printk(KERN_INFO "PCI: %02x:%02x:%02x", bus, slot, func);
slot               78 arch/x86/pci/early.c 		val = read_pci_config(bus, slot, func, i);
slot               89 arch/x86/pci/early.c 	unsigned bus, slot, func;
slot               95 arch/x86/pci/early.c 		for (slot = 0; slot < 32; slot++) {
slot               99 arch/x86/pci/early.c 				class = read_pci_config(bus, slot, func,
slot              104 arch/x86/pci/early.c 				early_dump_pci_device(bus, slot, func);
slot              107 arch/x86/pci/early.c 				type = read_pci_config_byte(bus, slot, func,
slot              132 arch/x86/pci/irq.c 			DBG(KERN_DEBUG "%02x:%02x slot=%02x", e->bus, e->devfn/8, e->slot);
slot               63 arch/x86/pci/pci.h 	u8 slot;			/* Slot number, 0=onboard */
slot               30 arch/x86/pci/visws.c 	return (((pin - 1) + slot) % 4) + 1;
slot               53 arch/x86/pci/visws.c 	if (bus == pci_bus0 && slot == 4 && pin == 0)
slot               57 arch/x86/pci/visws.c 	if (bus == pci_bus0 && slot == 4 && pin == 3) {
slot               65 arch/x86/pci/visws.c 						CO_APIC_PCIA_BASE0) + slot);
slot               72 arch/x86/pci/visws.c 		irq = CO_IRQ(CO_APIC_PCIA_BASE123 + ((slot + (pin - 1)) % 2));
slot               75 arch/x86/pci/visws.c 		if (slot == 0)
slot               76 arch/x86/pci/visws.c 			slot = 3; /* same pattern */
slot               77 arch/x86/pci/visws.c 		irq = CO_IRQ(CO_APIC_PCIA_BASE123 + ((3 - slot) + (pin - 1) % 3));
slot               80 arch/x86/pci/visws.c 	printk(KERN_DEBUG "PCI: Bus %d Slot %d Line %d -> IRQ %d\n", bus, slot, pin, irq);
slot               30 fs/efs/dir.c   	int			slot, namelen;
slot               42 fs/efs/dir.c   	slot  = filp->f_pos & 0xff;
slot               62 fs/efs/dir.c   		while (slot < dirblock->slots) {
slot               63 fs/efs/dir.c   			if (dirblock->space[slot] == 0) {
slot               64 fs/efs/dir.c   				slot++;
slot               68 fs/efs/dir.c   			dirslot  = (struct efs_dentry *) (((char *) bh->b_data) + EFS_SLOTAT(dirblock, slot));
slot               75 fs/efs/dir.c   			printk(KERN_DEBUG "EFS: readdir(): block %d slot %d/%d: inode %u, name \"%s\", namelen %u\n", block, slot, dirblock->slots-1, inodenum, nameptr, namelen);
slot               79 fs/efs/dir.c   				filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot;
slot               86 fs/efs/dir.c   					printk(KERN_WARNING "EFS: directory entry %d exceeds directory block\n", slot);
slot               87 fs/efs/dir.c   					slot++;
slot               92 fs/efs/dir.c   				if (++slot == dirblock->slots) {
slot               93 fs/efs/dir.c   					slot = 0;
slot               97 fs/efs/dir.c   				filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot;
slot              100 fs/efs/dir.c   			slot++;
slot              104 fs/efs/dir.c   		slot = 0;
slot              108 fs/efs/dir.c   	filp->f_pos = (block << EFS_DIRBSIZE_BITS) | slot;
slot              106 fs/efs/efs.h   #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
slot               19 fs/efs/namei.c 	int			slot, namelen;
slot               45 fs/efs/namei.c 		for(slot = 0; slot < dirblock->slots; slot++) {
slot               46 fs/efs/namei.c 			dirslot  = (struct efs_dentry *) (((char *) bh->b_data) + EFS_SLOTAT(dirblock, slot));
slot              270 fs/fat/dir.c   	unsigned char id, slot, slots, alias_checksum;
slot              291 fs/fat/dir.c   	slot = slots;
slot              295 fs/fat/dir.c   		slot--;
slot              296 fs/fat/dir.c   		offset = slot * 13;
slot              305 fs/fat/dir.c   		if (slot == 0)
slot              310 fs/fat/dir.c   		if ((ds->id & ~0x40) != slot)
slot             1104 fs/gfs2/quota.c 	unsigned int x, slot = 0;
slot             1150 fs/gfs2/quota.c 		for (y = 0; y < sdp->sd_qc_per_block && slot < sdp->sd_quota_slots;
slot             1151 fs/gfs2/quota.c 		     y++, slot++) {
slot             1170 fs/gfs2/quota.c 			qd->qd_slot = slot;
slot             1175 fs/gfs2/quota.c 			gfs2_icbit_munge(sdp, sdp->sd_quota_bitmap, slot, 1);
slot              255 fs/jfs/jfs_dtree.c 	struct dir_table_slot *slot;
slot              276 fs/jfs/jfs_dtree.c 		slot = &jfs_ip->i_dirtable[index - 2];
slot              296 fs/jfs/jfs_dtree.c 		slot =
slot              300 fs/jfs/jfs_dtree.c 	return slot;
slot              370 fs/jfs/jfs_dtree.c 		dirtab_slot->slot = slot;
slot              475 fs/jfs/jfs_dtree.c 	dirtab_slot->slot = slot;
slot              507 fs/jfs/jfs_dtree.c 	dirtab_slot->slot = dirtab_slot->addr1 = 0;
slot              534 fs/jfs/jfs_dtree.c 	dirtab_slot->slot = slot;
slot              553 fs/jfs/jfs_dtree.c 	struct dir_table_slot *slot;
slot              555 fs/jfs/jfs_dtree.c 	slot = find_index(ip, index, &mp, &lblock);
slot              556 fs/jfs/jfs_dtree.c 	if (!slot) {
slot              560 fs/jfs/jfs_dtree.c 	memcpy(dirtab_slot, slot, sizeof(struct dir_table_slot));
slot              668 fs/jfs/jfs_dtree.c 			((struct ldtentry *) & p->slot[stbl[index]])->inumber);
slot              789 fs/jfs/jfs_dtree.c 		pxd = (pxd_t *) & p->slot[stbl[index]];
slot             1455 fs/jfs/jfs_dtree.c 		f = &rp->slot[fsi];
slot             1513 fs/jfs/jfs_dtree.c 	stbl = (u8 *) & sp->slot[sp->header.stblindex];
slot             1523 fs/jfs/jfs_dtree.c 				ldtentry = (struct ldtentry *) & sp->slot[si];
slot             1532 fs/jfs/jfs_dtree.c 				idtentry = (struct idtentry *) & sp->slot[si];
slot             1572 fs/jfs/jfs_dtree.c 	f = &rp->slot[fsi];
slot             1586 fs/jfs/jfs_dtree.c 			ldtentry = (struct ldtentry *) & rp->slot[stbl[n]];
slot             1711 fs/jfs/jfs_dtree.c 				    (struct ldtentry *) & sp->slot[stbl[n]];
slot             1748 fs/jfs/jfs_dtree.c 	memcpy(&sp->slot[newstblindex], &sp->slot[oldstblindex],
slot             1783 fs/jfs/jfs_dtree.c 	f = &sp->slot[fsi];
slot             1797 fs/jfs/jfs_dtree.c 	f = &sp->slot[fsi];
slot             1808 fs/jfs/jfs_dtree.c 			f = &sp->slot[fsi];
slot             1848 fs/jfs/jfs_dtree.c 	tpxd = (pxd_t *) & pp->slot[1];
slot             1955 fs/jfs/jfs_dtree.c 	stbl = (s8 *) & rp->slot[DTROOTMAXSLOT];
slot             1960 fs/jfs/jfs_dtree.c 	memcpy(&rp->slot[1], &sp->slot[1], IDATASIZE);
slot             1967 fs/jfs/jfs_dtree.c 	f = &rp->slot[fsi];
slot             1980 fs/jfs/jfs_dtree.c 			f = &rp->slot[fsi];
slot             1999 fs/jfs/jfs_dtree.c 			ldtentry = (struct ldtentry *) & rp->slot[stbl[n]];
slot             2042 fs/jfs/jfs_dtree.c 	s = (struct idtentry *) & sp->slot[DTENTRYSTART];
slot             2054 fs/jfs/jfs_dtree.c 	f = &sp->slot[fsi];
slot             2116 fs/jfs/jfs_dtree.c 		ldtentry = (struct ldtentry *) & p->slot[stbl[index]];
slot             2135 fs/jfs/jfs_dtree.c 					    slot[stbl[0]];
slot             2143 fs/jfs/jfs_dtree.c 			    (struct ldtentry *) & p->slot[stbl[index + 1]];
slot             2208 fs/jfs/jfs_dtree.c 				    (struct ldtentry *) & p->slot[stbl[i]];
slot             2616 fs/jfs/jfs_dtree.c 	pxd = (pxd_t *) & pp->slot[stbl[index]];
slot             2684 fs/jfs/jfs_dtree.c 		pxd = (pxd_t *) & p->slot[stbl[0]];
slot             2699 fs/jfs/jfs_dtree.c 		pxd = (pxd_t *) & p->slot[stbl[i]];
slot             2892 fs/jfs/jfs_dtree.c 	f = &p->slot[fsi];
slot             2949 fs/jfs/jfs_dtree.c 		d = (struct ldtentry *) &p->slot[stbl[i]];
slot             3077 fs/jfs/jfs_dtree.c 			index = dirtab_slot.slot;
slot             3192 fs/jfs/jfs_dtree.c 			d = (struct ldtentry *) & p->slot[stbl[i]];
slot             3246 fs/jfs/jfs_dtree.c 				t = (struct dtslot *) & p->slot[next];
slot             3382 fs/jfs/jfs_dtree.c 		xd = (pxd_t *) & p->slot[stbl[0]];
slot             3519 fs/jfs/jfs_dtree.c 	xd = (pxd_t *) & p->slot[stbl[pn]];
slot             3609 fs/jfs/jfs_dtree.c 	ih = (struct idtentry *) & p->slot[si];
slot             3627 fs/jfs/jfs_dtree.c 		t = (struct dtslot *) & p->slot[si];
slot             3692 fs/jfs/jfs_dtree.c 		lh = (struct ldtentry *) & p->slot[si];
slot             3705 fs/jfs/jfs_dtree.c 		ih = (struct idtentry *) & p->slot[si];
slot             3730 fs/jfs/jfs_dtree.c 		t = (struct dtslot *) & p->slot[si];
slot             3847 fs/jfs/jfs_dtree.c 		lh = (struct ldtentry *) & p->slot[si];
slot             3856 fs/jfs/jfs_dtree.c 		ih = (struct idtentry *) & p->slot[si];
slot             3876 fs/jfs/jfs_dtree.c 		t = &p->slot[si];
slot             3917 fs/jfs/jfs_dtree.c 	h = &p->slot[fsi];
slot             3965 fs/jfs/jfs_dtree.c 		t = &p->slot[fsi];
slot             4028 fs/jfs/jfs_dtree.c 				lh = (struct ldtentry *) & (p->slot[stbl[n]]);
slot             4070 fs/jfs/jfs_dtree.c 	sstbl = (s8 *) & sp->slot[sp->header.stblindex];
slot             4071 fs/jfs/jfs_dtree.c 	dstbl = (s8 *) & dp->slot[dp->header.stblindex];
slot             4115 fs/jfs/jfs_dtree.c 		h = d = &dp->slot[dsi];
slot             4118 fs/jfs/jfs_dtree.c 		s = &sp->slot[ssi];
slot             4186 fs/jfs/jfs_dtree.c 			s = &sp->slot[ssi];
slot             4276 fs/jfs/jfs_dtree.c 	t = &p->slot[fsi];
slot             4311 fs/jfs/jfs_dtree.c 		t = &p->slot[si];
slot             4371 fs/jfs/jfs_dtree.c 	t = &p->slot[tsi];
slot             4406 fs/jfs/jfs_dtree.c 		t = &p->slot[si];
slot             4453 fs/jfs/jfs_dtree.c 	t = &p->slot[fsi];
slot             4479 fs/jfs/jfs_dtree.c 		t = &p->slot[si];
slot             4555 fs/jfs/jfs_dtree.c 	entry = (struct ldtentry *) & p->slot[entry_si];
slot              114 fs/jfs/jfs_dtree.h 	u8 slot;		/* 1: slot within leaf page of entry */
slot              159 fs/jfs/jfs_dtree.h 	struct dtslot slot[9];
slot              210 fs/jfs/jfs_dtree.h 	struct dtslot slot[128];
slot              236 fs/jfs/jfs_dtree.h 	(s8 *)&(p)->slot[(p)->header.stblindex] )
slot              770 fs/jfs/jfs_imap.c 			memcpy(&xp->slot[lv->offset], &p->slot[lv->offset],
slot             5830 fs/ocfs2/alloc.c 	inode = ocfs2_get_system_file_inode(osb, sysfile_type, slot);
slot             5934 fs/ocfs2/alloc.c 		if (fl->f_inode_type == type && fl->f_slot == slot)
slot             5943 fs/ocfs2/alloc.c 		fl->f_slot = slot;
slot             5960 fs/ocfs2/alloc.c 	fl = ocfs2_find_per_slot_free_list(type, slot, ctxt);
slot             5975 fs/ocfs2/alloc.c 	     type, slot, bit, (unsigned long long)blkno);
slot              324 fs/ocfs2/cluster/heartbeat.c 	unsigned int slot;
slot              329 fs/ocfs2/cluster/heartbeat.c 	slot = o2nm_this_node();
slot              331 fs/ocfs2/cluster/heartbeat.c 	bio = o2hb_setup_one_bio(reg, write_wc, &slot, slot+1);
slot              390 fs/ocfs2/cluster/heartbeat.c 	struct o2hb_disk_slot *slot;
slot              396 fs/ocfs2/cluster/heartbeat.c 	slot = &reg->hr_slots[node_num];
slot              398 fs/ocfs2/cluster/heartbeat.c 	if (slot->ds_last_time) {
slot              399 fs/ocfs2/cluster/heartbeat.c 		hb_block = slot->ds_raw_block;
slot              401 fs/ocfs2/cluster/heartbeat.c 		if (le64_to_cpu(hb_block->hb_seq) != slot->ds_last_time)
slot              413 fs/ocfs2/cluster/heartbeat.c 	struct o2hb_disk_slot *slot;
slot              417 fs/ocfs2/cluster/heartbeat.c 	slot = &reg->hr_slots[node_num];
slot              419 fs/ocfs2/cluster/heartbeat.c 	hb_block = (struct o2hb_disk_heartbeat_block *)slot->ds_raw_block;
slot              524 fs/ocfs2/cluster/heartbeat.c 	node = o2nm_get_node_by_num(slot->ds_node_num);
slot              529 fs/ocfs2/cluster/heartbeat.c 	if (!list_empty(&slot->ds_live_item)) {
slot              531 fs/ocfs2/cluster/heartbeat.c 		     slot->ds_node_num);
slot              533 fs/ocfs2/cluster/heartbeat.c 		list_del_init(&slot->ds_live_item);
slot              535 fs/ocfs2/cluster/heartbeat.c 		if (list_empty(&o2hb_live_slots[slot->ds_node_num])) {
slot              536 fs/ocfs2/cluster/heartbeat.c 			clear_bit(slot->ds_node_num, o2hb_live_node_bitmap);
slot              539 fs/ocfs2/cluster/heartbeat.c 					      slot->ds_node_num);
slot              561 fs/ocfs2/cluster/heartbeat.c 	memcpy(hb_block, slot->ds_raw_block, reg->hr_block_bytes);
slot              565 fs/ocfs2/cluster/heartbeat.c 	node = o2nm_get_node_by_num(slot->ds_node_num);
slot              577 fs/ocfs2/cluster/heartbeat.c 		if (list_empty(&slot->ds_live_item))
slot              584 fs/ocfs2/cluster/heartbeat.c 		     slot->ds_node_num, reg->hr_dev_name);
slot              587 fs/ocfs2/cluster/heartbeat.c 		slot->ds_equal_samples++;
slot              594 fs/ocfs2/cluster/heartbeat.c 	if (slot->ds_last_time != cputime)
slot              595 fs/ocfs2/cluster/heartbeat.c 		slot->ds_changed_samples++;
slot              597 fs/ocfs2/cluster/heartbeat.c 		slot->ds_equal_samples++;
slot              598 fs/ocfs2/cluster/heartbeat.c 	slot->ds_last_time = cputime;
slot              605 fs/ocfs2/cluster/heartbeat.c 	if (slot->ds_last_generation != le64_to_cpu(hb_block->hb_generation)) {
slot              607 fs/ocfs2/cluster/heartbeat.c 		slot->ds_equal_samples = 0;
slot              609 fs/ocfs2/cluster/heartbeat.c 		     "to 0x%llx)\n", slot->ds_node_num,
slot              610 fs/ocfs2/cluster/heartbeat.c 		     (long long)slot->ds_last_generation,
slot              614 fs/ocfs2/cluster/heartbeat.c 	slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation);
slot              618 fs/ocfs2/cluster/heartbeat.c 	     slot->ds_node_num, (long long)slot->ds_last_generation,
slot              621 fs/ocfs2/cluster/heartbeat.c 	     (unsigned long long)slot->ds_last_time, slot->ds_changed_samples,
slot              622 fs/ocfs2/cluster/heartbeat.c 	     slot->ds_equal_samples);
slot              629 fs/ocfs2/cluster/heartbeat.c 	if (list_empty(&slot->ds_live_item) &&
slot              630 fs/ocfs2/cluster/heartbeat.c 	    slot->ds_changed_samples >= O2HB_LIVE_THRESHOLD) {
slot              632 fs/ocfs2/cluster/heartbeat.c 		     slot->ds_node_num, (long long)slot->ds_last_generation);
slot              635 fs/ocfs2/cluster/heartbeat.c 		if (list_empty(&o2hb_live_slots[slot->ds_node_num])) {
slot              636 fs/ocfs2/cluster/heartbeat.c 			set_bit(slot->ds_node_num, o2hb_live_node_bitmap);
slot              639 fs/ocfs2/cluster/heartbeat.c 					      slot->ds_node_num);
slot              644 fs/ocfs2/cluster/heartbeat.c 		list_add_tail(&slot->ds_live_item,
slot              645 fs/ocfs2/cluster/heartbeat.c 			      &o2hb_live_slots[slot->ds_node_num]);
slot              647 fs/ocfs2/cluster/heartbeat.c 		slot->ds_equal_samples = 0;
slot              662 fs/ocfs2/cluster/heartbeat.c 			     slot->ds_node_num, reg->hr_dev_name, slot_dead_ms,
slot              669 fs/ocfs2/cluster/heartbeat.c 	if (list_empty(&slot->ds_live_item))
slot              675 fs/ocfs2/cluster/heartbeat.c 	if (slot->ds_equal_samples >= o2hb_dead_threshold || gen_changed) {
slot              677 fs/ocfs2/cluster/heartbeat.c 		     slot->ds_node_num);
slot              680 fs/ocfs2/cluster/heartbeat.c 		list_del_init(&slot->ds_live_item);
slot              681 fs/ocfs2/cluster/heartbeat.c 		if (list_empty(&o2hb_live_slots[slot->ds_node_num])) {
slot              682 fs/ocfs2/cluster/heartbeat.c 			clear_bit(slot->ds_node_num, o2hb_live_node_bitmap);
slot              685 fs/ocfs2/cluster/heartbeat.c 					      slot->ds_node_num);
slot              693 fs/ocfs2/cluster/heartbeat.c 			slot->ds_changed_samples = 0;
slot              696 fs/ocfs2/cluster/heartbeat.c 	if (slot->ds_changed_samples) {
slot              697 fs/ocfs2/cluster/heartbeat.c 		slot->ds_changed_samples = 0;
slot              698 fs/ocfs2/cluster/heartbeat.c 		slot->ds_equal_samples = 0;
slot             1130 fs/ocfs2/cluster/heartbeat.c 	struct o2hb_disk_slot *slot;
slot             1146 fs/ocfs2/cluster/heartbeat.c 		slot = &reg->hr_slots[i];
slot             1147 fs/ocfs2/cluster/heartbeat.c 		slot->ds_node_num = i;
slot             1148 fs/ocfs2/cluster/heartbeat.c 		INIT_LIST_HEAD(&slot->ds_live_item);
slot             1149 fs/ocfs2/cluster/heartbeat.c 		slot->ds_raw_block = NULL;
slot             1180 fs/ocfs2/cluster/heartbeat.c 			slot = &reg->hr_slots[j + last_slot];
slot             1181 fs/ocfs2/cluster/heartbeat.c 			slot->ds_raw_block =
slot             1197 fs/ocfs2/cluster/heartbeat.c 	struct o2hb_disk_slot *slot;
slot             1213 fs/ocfs2/cluster/heartbeat.c 		slot = &reg->hr_slots[i];
slot             1214 fs/ocfs2/cluster/heartbeat.c 		hb_block = (struct o2hb_disk_heartbeat_block *) slot->ds_raw_block;
slot             1218 fs/ocfs2/cluster/heartbeat.c 		slot->ds_last_time = le64_to_cpu(hb_block->hb_seq);
slot             1219 fs/ocfs2/cluster/heartbeat.c 		slot->ds_last_generation = le64_to_cpu(hb_block->hb_generation);
slot              680 fs/ocfs2/inode.c 	if (ocfs2_node_map_test_bit(osb, &osb->osb_recovering_orphan_dirs, slot)) {
slot              682 fs/ocfs2/inode.c 		     "this inode\n", slot);
slot              688 fs/ocfs2/inode.c 	osb->osb_orphan_wipes[slot]++;
slot              698 fs/ocfs2/inode.c 	osb->osb_orphan_wipes[slot]--;
slot              720 fs/ocfs2/journal.c 		     "journal %u.\n", olderr, slot);
slot             1531 fs/ocfs2/journal.c 						       slot);
slot             1568 fs/ocfs2/journal.c 	ret = !osb->osb_orphan_wipes[slot];
slot             1579 fs/ocfs2/journal.c 	ocfs2_node_map_set_bit(osb, &osb->osb_recovering_orphan_dirs, slot);
slot             1580 fs/ocfs2/journal.c 	while (osb->osb_orphan_wipes[slot]) {
slot             1586 fs/ocfs2/journal.c 					 ocfs2_orphan_recovery_can_continue(osb, slot));
slot             1595 fs/ocfs2/journal.c 	ocfs2_node_map_clear_bit(osb, &osb->osb_recovering_orphan_dirs, slot);
slot             1624 fs/ocfs2/journal.c 	mlog(0, "Recover inodes from orphan dir in slot %d\n", slot);
slot             1626 fs/ocfs2/journal.c 	ocfs2_mark_recovering_orphan_dir(osb, slot);
slot             1627 fs/ocfs2/journal.c 	ret = ocfs2_queue_orphans(osb, slot, &inode);
slot             1628 fs/ocfs2/journal.c 	ocfs2_clear_recovering_orphan_dir(osb, slot);
slot             1721 fs/ocfs2/journal.c 	unsigned int slot;
slot             1726 fs/ocfs2/journal.c 	for(slot = 0; slot < osb->max_slots; slot++) {
slot             1727 fs/ocfs2/journal.c 		ret = ocfs2_read_journal_inode(osb, slot, &di_bh, NULL);
slot             1735 fs/ocfs2/journal.c 		osb->slot_recovery_generations[slot] =
slot              613 fs/ocfs2/ocfs2.h 	osb->s_inode_steal_slot = slot;
slot              619 fs/ocfs2/ocfs2.h 	s16 slot;
slot              622 fs/ocfs2/ocfs2.h 	slot = osb->s_inode_steal_slot;
slot              625 fs/ocfs2/ocfs2.h 	return slot;
slot             1112 fs/ocfs2/ocfs2_fs.h 				 slot);
slot              292 fs/ocfs2/slot_map.c 	int slot;
slot              296 fs/ocfs2/slot_map.c 	slot = __ocfs2_node_num_to_slot(si, node_num);
slot              299 fs/ocfs2/slot_map.c 	return slot;
slot              475 fs/ocfs2/slot_map.c 	int slot;
slot              489 fs/ocfs2/slot_map.c 	slot = __ocfs2_node_num_to_slot(si, osb->node_num);
slot              490 fs/ocfs2/slot_map.c 	if (slot < 0) {
slot              493 fs/ocfs2/slot_map.c 		slot = __ocfs2_find_empty_slot(si, osb->preferred_slot);
slot              494 fs/ocfs2/slot_map.c 		if (slot < 0) {
slot              502 fs/ocfs2/slot_map.c 		     slot);
slot              504 fs/ocfs2/slot_map.c 	ocfs2_set_slot(si, slot, osb->node_num);
slot              505 fs/ocfs2/slot_map.c 	osb->slot_num = slot;
slot              423 fs/ocfs2/suballoc.c 	alloc_inode = ocfs2_get_system_file_inode(osb, type, slot);
slot              441 fs/ocfs2/suballoc.c 	ac->ac_alloc_slot = slot;
slot              471 fs/ocfs2/suballoc.c 			     slot, bits_wanted, free_bits);
slot              505 fs/ocfs2/suballoc.c 	u32 slot;
slot              516 fs/ocfs2/suballoc.c 	slot = osb->slot_num;
slot              521 fs/ocfs2/suballoc.c 					     slot, ALLOC_NEW_GROUP);
slot              552 fs/ocfs2/suballoc.c 	s16 slot = ocfs2_get_inode_steal_slot(osb);
slot              555 fs/ocfs2/suballoc.c 	if (slot == OCFS2_INVALID_SLOT)
slot              556 fs/ocfs2/suballoc.c 		slot = osb->slot_num + 1;
slot              558 fs/ocfs2/suballoc.c 	for (i = 0; i < osb->max_slots; i++, slot++) {
slot              559 fs/ocfs2/suballoc.c 		if (slot == osb->max_slots)
slot              560 fs/ocfs2/suballoc.c 			slot = 0;
slot              562 fs/ocfs2/suballoc.c 		if (slot == osb->slot_num)
slot              567 fs/ocfs2/suballoc.c 						     slot, NOT_ALLOC_NEW_GROUP);
slot              569 fs/ocfs2/suballoc.c 			ocfs2_set_inode_steal_slot(osb, slot);
slot              583 fs/ocfs2/suballoc.c 	s16 slot = ocfs2_get_inode_steal_slot(osb);
slot              614 fs/ocfs2/suballoc.c 	if (slot != OCFS2_INVALID_SLOT &&
slot              629 fs/ocfs2/suballoc.c 		if (slot != OCFS2_INVALID_SLOT)
slot               89 fs/ocfs2/super.c 	signed short	slot;
slot              471 fs/ocfs2/super.c 		osb->preferred_slot = parsed_options.slot;
slot              656 fs/ocfs2/super.c 	osb->preferred_slot = parsed_options.slot;
slot              816 fs/ocfs2/super.c 	mopt->slot = OCFS2_INVALID_SLOT;
slot              889 fs/ocfs2/super.c 				mopt->slot = (s16)option;
slot               63 fs/ocfs2/sysfile.c 	return slot == osb->slot_num || is_global_system_inode(type);
slot               74 fs/ocfs2/sysfile.c 	if (is_in_system_inode_array(osb, type, slot))
slot               86 fs/ocfs2/sysfile.c 	inode = _ocfs2_get_system_file_inode(osb, type, slot);
slot              107 fs/ocfs2/sysfile.c 					type, slot);
slot               50 fs/partitions/acorn.c 	put_partition(state, slot, first_sector, nr_sects);
slot               93 fs/partitions/acorn.c 		put_partition(state, slot++, first_sect, size);
slot               97 fs/partitions/acorn.c 				put_partition(state, slot++,
slot              106 fs/partitions/acorn.c 		put_partition(state, slot++, first_sect, nr_sects);
slot              110 fs/partitions/acorn.c 	return slot;
slot              136 fs/partitions/acorn.c 	put_partition(state, slot++, first_sect, size);
slot              145 fs/partitions/acorn.c 		if (slot == state->limit)
slot              147 fs/partitions/acorn.c 		put_partition(state, slot++, first_sect +
slot              155 fs/partitions/acorn.c 	return slot;
slot              169 fs/partitions/acorn.c 	int slot = 1;
slot              192 fs/partitions/acorn.c 		if (slot == state->limit)
slot              195 fs/partitions/acorn.c 		dr = adfs_partition(state, name, data, first_sector, slot++);
slot              220 fs/partitions/acorn.c 			slot = riscix_partition(state, bdev, first_sector,
slot              221 fs/partitions/acorn.c 						 slot, nr_sects);
slot              226 fs/partitions/acorn.c 			slot = linux_partition(state, bdev, first_sector,
slot              227 fs/partitions/acorn.c 						slot, nr_sects);
slot              231 fs/partitions/acorn.c 		if (slot == -1)
slot              260 fs/partitions/acorn.c 	int slot = 1;
slot              266 fs/partitions/acorn.c 	dr = adfs_partition(state, "ADFS", data, 0, slot++);
slot              298 fs/partitions/acorn.c 			slot = riscix_partition(state, bdev, start_sect,
slot              299 fs/partitions/acorn.c 						 slot, nr_sects);
slot              304 fs/partitions/acorn.c 			slot = linux_partition(state, bdev, start_sect,
slot              305 fs/partitions/acorn.c 						slot, nr_sects);
slot              367 fs/partitions/acorn.c 	int slot;
slot              384 fs/partitions/acorn.c 	for (slot = 1, p = (const struct ics_part *)data; p->size; p++) {
slot              388 fs/partitions/acorn.c 		if (slot == state->limit)
slot              412 fs/partitions/acorn.c 			put_partition(state, slot++, start, size);
slot              465 fs/partitions/acorn.c 	int slot = 1;
slot              484 fs/partitions/acorn.c 			put_partition(state, slot++, start, size);
slot              529 fs/partitions/acorn.c 	int i, slot = 1;
slot              551 fs/partitions/acorn.c 			put_partition(state, slot++, start, next - start);
slot              559 fs/partitions/acorn.c 		put_partition(state, slot++, start, size - start);
slot               35 fs/partitions/amiga.c 	int slot = 1;
slot              106 fs/partitions/amiga.c 		put_partition(state,slot++,start_sect,nr_sects);
slot               40 fs/partitions/atari.c 	int slot;
slot               66 fs/partitions/atari.c 	for (slot = 1; pi < &rs->part[4] && slot < state->limit; slot++, pi++) {
slot               76 fs/partitions/atari.c 			put_partition (state, slot, be32_to_cpu(pi->st),
slot              101 fs/partitions/atari.c 			put_partition(state, slot,
slot              118 fs/partitions/atari.c 			if (++slot == state->limit) {
slot              131 fs/partitions/atari.c 			for (; pi < &rs->icdpart[8] && slot < state->limit; slot++, pi++) {
slot              136 fs/partitions/atari.c 				put_partition (state, slot,
slot               15 fs/partitions/karma.c 	int slot = 1;
slot               44 fs/partitions/karma.c 		if (slot == state->limit)
slot               48 fs/partitions/karma.c 			put_partition(state, slot, le32_to_cpu(p->p_offset),
slot               51 fs/partitions/karma.c 		slot++;
slot               32 fs/partitions/mac.c 	int slot = 1;
slot               73 fs/partitions/mac.c 		put_partition(state, slot,
slot               78 fs/partitions/mac.c 			state->parts[slot].flags = 1;
slot              122 fs/partitions/mac.c 		++slot;
slot               69 fs/partitions/msdos.c 	int slot, ret = 0;
slot               77 fs/partitions/msdos.c 	for (slot = 1; slot <= 4; slot++, pt++) {
slot              423 fs/partitions/msdos.c 	int slot;
slot              446 fs/partitions/msdos.c 	for (slot = 1; slot <= 4; slot++, p++) {
slot              454 fs/partitions/msdos.c 			if (slot == 1 && fb->reserved && fb->fats
slot              468 fs/partitions/msdos.c 	for (slot = 1 ; slot <= 4 ; slot++, p++) {
slot              485 fs/partitions/msdos.c 	for (slot = 1 ; slot <= 4 ; slot++, p++) {
slot              493 fs/partitions/msdos.c 			put_partition(state, slot, start, size == 1 ? 1 : 2);
slot              499 fs/partitions/msdos.c 		put_partition(state, slot, start, size);
slot              501 fs/partitions/msdos.c 			state->parts[slot].flags = 1;
slot              512 fs/partitions/msdos.c 	for (slot = 1 ; slot <= 4 ; slot++, p++) {
slot              525 fs/partitions/msdos.c 						NR_SECTS(p)*sector_size, slot);
slot               16 fs/partitions/osf.c 	int slot = 1;
slot               67 fs/partitions/osf.c 		if (slot == state->limit)
slot               70 fs/partitions/osf.c 			put_partition(state, slot,
slot               73 fs/partitions/osf.c 		slot++;
slot               34 fs/partitions/sgi.c 	int slot = 1;
slot               73 fs/partitions/sgi.c 			put_partition(state, slot, start, blocks);
slot               75 fs/partitions/sgi.c 				state->parts[slot].flags = ADDPART_FLAG_RAID;
slot               77 fs/partitions/sgi.c 		slot++;
slot               17 fs/partitions/sun.c 	int slot = 1;
slot              108 fs/partitions/sun.c 			put_partition(state, slot, st_sector, num_sectors);
slot              109 fs/partitions/sun.c 			state->parts[slot].flags = 0;
slot              112 fs/partitions/sun.c 					state->parts[slot].flags |= ADDPART_FLAG_RAID;
slot              114 fs/partitions/sun.c 					state->parts[slot].flags |= ADDPART_FLAG_WHOLEDISK;
slot              117 fs/partitions/sun.c 		slot++;
slot               52 fs/partitions/sysv68.c 	int slot = 1;
slot               79 fs/partitions/sysv68.c 		if (slot == state->limit)
slot               82 fs/partitions/sysv68.c 			put_partition(state, slot,
slot               87 fs/partitions/sysv68.c 		slot++;
slot              719 fs/super.c     	int slot = MINOR(sb->s_dev);
slot              723 fs/super.c     	idr_remove(&unnamed_dev_idr, slot);
slot              130 fs/udf/balloc.c 	int slot;
slot              132 fs/udf/balloc.c 	slot = __load_block_bitmap(sb, bitmap, block_group);
slot              134 fs/udf/balloc.c 	if (slot < 0)
slot              135 fs/udf/balloc.c 		return slot;
slot              137 fs/udf/balloc.c 	if (!bitmap->s_block_bitmap[slot])
slot              140 fs/udf/balloc.c 	return slot;
slot              528 fs/xfs/xfs_alloc.c 		(void *)(__psint_t)slot,
slot              220 fs/xfs/xfs_trans.h 	cp->lic_descs[slot].lid_index = (unsigned char)(slot);
slot              240 fs/xfs/xfs_trans.h 	return (cp->lic_free & (1 << slot));
slot              245 fs/xfs/xfs_trans.h 	cp->lic_free &= ~(1 << slot);
slot              250 fs/xfs/xfs_trans.h 	cp->lic_free |= 1 << slot;
slot              256 fs/xfs/xfs_trans.h 	return &(cp->lic_descs[slot]);
slot              303 fs/xfs/xfs_trans.h #define	XFS_LBC_CLAIM(cp, slot)	((cp)->lbc_free &= ~(1 << (slot)))
slot              304 fs/xfs/xfs_trans.h #define	XFS_LBC_SLOT(cp, slot)	(&((cp)->lbc_busy[(slot)]))
slot              306 fs/xfs/xfs_trans.h #define	XFS_LBC_ISFREE(cp, slot) ((cp)->lbc_free & (1 << (slot)))
slot              135 fs/xfs/xfs_trans_item.c 	uint			slot;
slot              139 fs/xfs/xfs_trans_item.c 	slot = xfs_lic_desc_to_slot(lidp);
slot              141 fs/xfs/xfs_trans_item.c 	xfs_lic_relse(licp, slot);
slot              101 include/asm-frv/highmem.h 	unsigned long damlr = KMAP_ATOMIC_SECONDARY_FRAME + (slot) * PAGE_SIZE;			  \
slot               20 include/asm-parisc/eisa_eeprom.h #define HPEE_SLOT_INFO(slot) (20+(48*slot))
slot               16 include/asm-x86/kvm.h 	__u32 slot;  /* this has a different namespace than memory slots */
slot               92 include/linux/edd.h 			__u8 slot;
slot               36 include/linux/eisa.h 	int                   slot;
slot              125 include/linux/fsl_devices.h 	void(*hw_ctrl)(int slot, int enable);
slot              126 include/linux/fsl_devices.h 	int(*voltage_set)(int slot, int vcc, int vpp);
slot               25 include/linux/kvm.h 	__u32 slot;
slot               33 include/linux/kvm.h 	__u32 slot;
slot              236 include/linux/kvm.h 	__u32 slot;
slot              302 include/linux/kvm_host.h 	return slot - kvm->memslots;
slot               97 include/linux/mISDNhw.h 	int			slot;	/* multiport card channel slot */
slot              159 include/linux/mISDNhw.h 	int			slot;	/* multiport card channel slot */
slot               47 include/linux/mca.h 	int			slot;
slot              426 include/linux/mod_devicetable.h 	unsigned char slot;
slot              246 include/linux/nubus.h 	int slot;
slot              357 include/linux/nubus.h 	return (void *)(0xF0000000|(slot<<24));
slot               30 include/linux/pci.h #define PCI_DEVFN(slot, func)	((((slot) & 0x1f) << 3) | ((func) & 0x07))
slot              156 include/linux/pci.h 	struct pci_slot	*slot;		/* Physical slot this device is in */
slot              112 include/linux/pci_hotplug.h 	int (*enable_slot)		(struct hotplug_slot *slot);
slot              113 include/linux/pci_hotplug.h 	int (*disable_slot)		(struct hotplug_slot *slot);
slot              114 include/linux/pci_hotplug.h 	int (*set_attention_status)	(struct hotplug_slot *slot, u8 value);
slot              115 include/linux/pci_hotplug.h 	int (*hardware_test)		(struct hotplug_slot *slot, u32 value);
slot              116 include/linux/pci_hotplug.h 	int (*get_power_status)		(struct hotplug_slot *slot, u8 *value);
slot              117 include/linux/pci_hotplug.h 	int (*get_attention_status)	(struct hotplug_slot *slot, u8 *value);
slot              118 include/linux/pci_hotplug.h 	int (*get_latch_status)		(struct hotplug_slot *slot, u8 *value);
slot              119 include/linux/pci_hotplug.h 	int (*get_adapter_status)	(struct hotplug_slot *slot, u8 *value);
slot              120 include/linux/pci_hotplug.h 	int (*get_max_bus_speed)	(struct hotplug_slot *slot, enum pci_bus_speed *value);
slot              121 include/linux/pci_hotplug.h 	int (*get_cur_bus_speed)	(struct hotplug_slot *slot, enum pci_bus_speed *value);
slot              159 include/linux/pci_hotplug.h 	void (*release) (struct hotplug_slot *slot);
slot              129 include/linux/rio.h 	void (*mcback) (struct rio_mport * mport, void *dev_id, int mbox, int slot);
slot              146 include/linux/sunrpc/xprt.h 	struct rpc_rqst *	slot;		/* slot table storage */
slot               91 include/linux/tc.h 	int		slot;
slot               79 include/net/inet_timewait_sock.h 	int			slot;
slot              111 include/net/irda/irlap.h 	int  slot;     /* Random chosen slot */
slot              192 include/net/irda/irlap.h 	__u8    slot;        /* Random chosen slot */
slot              514 include/net/sch_generic.h 	int slot = pktlen + rtab->rate.cell_align + rtab->rate.overhead;
slot              515 include/net/sch_generic.h 	if (slot < 0)
slot              516 include/net/sch_generic.h 		slot = 0;
slot              517 include/net/sch_generic.h 	slot >>= rtab->rate.cell_log;
slot              518 include/net/sch_generic.h 	if (slot > 255)
slot              519 include/net/sch_generic.h 		return (rtab->data[255]*(slot >> 8) + rtab->data[slot & 0xFF]);
slot              520 include/net/sch_generic.h 	return rtab->data[slot];
slot               48 include/sound/mixer_oss.h 	void (*private_free)(struct snd_mixer_oss_slot *slot);
slot              255 kernel/kprobes.c 		if (kip->insns <= slot &&
slot              256 kernel/kprobes.c 		    slot < kip->insns + (INSNS_PER_PAGE * MAX_INSN_SIZE)) {
slot              257 kernel/kprobes.c 			int i = (slot - kip->insns) / MAX_INSN_SIZE;
slot              825 kernel/timer.c 	int index, slot, array, found = 0;
slot              830 kernel/timer.c 	index = slot = timer_jiffies & TVR_MASK;
slot              832 kernel/timer.c 		list_for_each_entry(nte, base->tv1.vec + slot, entry) {
slot              839 kernel/timer.c 			if (!index || slot < index)
slot              843 kernel/timer.c 		slot = (slot + 1) & TVR_MASK;
slot              844 kernel/timer.c 	} while (slot != index);
slot              861 kernel/timer.c 		index = slot = timer_jiffies & TVN_MASK;
slot              863 kernel/timer.c 			list_for_each_entry(nte, varp->vec + slot, entry) {
slot              874 kernel/timer.c 				if (!index || slot < index)
slot              878 kernel/timer.c 			slot = (slot + 1) & TVN_MASK;
slot              879 kernel/timer.c 		} while (slot != index);
slot              294 lib/radix-tree.c 	struct radix_tree_node *node = NULL, *slot;
slot              308 lib/radix-tree.c 	slot = radix_tree_indirect_to_ptr(root->rnode);
slot              315 lib/radix-tree.c 		if (slot == NULL) {
slot              317 lib/radix-tree.c 			if (!(slot = radix_tree_node_alloc(root)))
slot              319 lib/radix-tree.c 			slot->height = height;
slot              321 lib/radix-tree.c 				rcu_assign_pointer(node->slots[offset], slot);
slot              325 lib/radix-tree.c 					radix_tree_ptr_to_indirect(slot));
slot              330 lib/radix-tree.c 		node = slot;
slot              331 lib/radix-tree.c 		slot = node->slots[offset];
slot              336 lib/radix-tree.c 	if (slot != NULL)
slot              370 lib/radix-tree.c 	struct radix_tree_node *node, **slot;
slot              390 lib/radix-tree.c 		slot = (struct radix_tree_node **)
slot              392 lib/radix-tree.c 		node = rcu_dereference(*slot);
slot              400 lib/radix-tree.c 	return (void **)slot;
slot              419 lib/radix-tree.c 	struct radix_tree_node *node, **slot;
slot              439 lib/radix-tree.c 		slot = (struct radix_tree_node **)
slot              441 lib/radix-tree.c 		node = rcu_dereference(*slot);
slot              470 lib/radix-tree.c 	struct radix_tree_node *slot;
slot              475 lib/radix-tree.c 	slot = radix_tree_indirect_to_ptr(root->rnode);
slot              482 lib/radix-tree.c 		if (!tag_get(slot, tag, offset))
slot              483 lib/radix-tree.c 			tag_set(slot, tag, offset);
slot              484 lib/radix-tree.c 		slot = slot->slots[offset];
slot              485 lib/radix-tree.c 		BUG_ON(slot == NULL);
slot              491 lib/radix-tree.c 	if (slot && !root_tag_get(root, tag))
slot              494 lib/radix-tree.c 	return slot;
slot              520 lib/radix-tree.c 	struct radix_tree_node *slot = NULL;
slot              529 lib/radix-tree.c 	slot = radix_tree_indirect_to_ptr(root->rnode);
slot              534 lib/radix-tree.c 		if (slot == NULL)
slot              539 lib/radix-tree.c 		pathp[1].node = slot;
slot              540 lib/radix-tree.c 		slot = slot->slots[offset];
slot              546 lib/radix-tree.c 	if (slot == NULL)
slot              563 lib/radix-tree.c 	return slot;
slot              676 lib/radix-tree.c 	height = slot->height;
slot              684 lib/radix-tree.c 			if (slot->slots[i] != NULL)
slot              696 lib/radix-tree.c 		slot = rcu_dereference(slot->slots[i]);
slot              697 lib/radix-tree.c 		if (slot == NULL)
slot              704 lib/radix-tree.c 		if (slot->slots[i]) {
slot              705 lib/radix-tree.c 			results[nr_found++] = &(slot->slots[i]);
slot              768 lib/radix-tree.c 			struct radix_tree_node *slot;
slot              769 lib/radix-tree.c 			slot = *(((void ***)results)[ret + i]);
slot              770 lib/radix-tree.c 			if (!slot)
slot              772 lib/radix-tree.c 			results[ret + nr_found] = rcu_dereference(slot);
slot              855 lib/radix-tree.c 	height = slot->height;
slot              864 lib/radix-tree.c 			if (tag_get(slot, tag, i))
slot              880 lib/radix-tree.c 				if (!tag_get(slot, tag, j))
slot              892 lib/radix-tree.c 				if (slot->slots[j]) {
slot              893 lib/radix-tree.c 					results[nr_found++] = &(slot->slots[j]);
slot              900 lib/radix-tree.c 		slot = rcu_dereference(slot->slots[i]);
slot              901 lib/radix-tree.c 		if (slot == NULL)
slot              961 lib/radix-tree.c 			struct radix_tree_node *slot;
slot              962 lib/radix-tree.c 			slot = *(((void ***)results)[ret + i]);
slot              963 lib/radix-tree.c 			if (!slot)
slot              965 lib/radix-tree.c 			results[ret + nr_found] = rcu_dereference(slot);
slot             1094 lib/radix-tree.c 	struct radix_tree_node *slot = NULL;
slot             1104 lib/radix-tree.c 	slot = root->rnode;
slot             1110 lib/radix-tree.c 	slot = radix_tree_indirect_to_ptr(slot);
slot             1116 lib/radix-tree.c 		if (slot == NULL)
slot             1122 lib/radix-tree.c 		pathp->node = slot;
slot             1123 lib/radix-tree.c 		slot = slot->slots[offset];
slot             1128 lib/radix-tree.c 	if (slot == NULL)
slot             1170 lib/radix-tree.c 	return slot;
slot              160 net/ipv4/inet_timewait_sock.c 	inet_twsk_for_each_inmate(tw, node, &twdr->cells[slot]) {
slot              203 net/ipv4/inet_timewait_sock.c 	if (inet_twdr_do_twkill_work(twdr, twdr->slot)) {
slot              204 net/ipv4/inet_timewait_sock.c 		twdr->thread_slots |= (1 << twdr->slot);
slot              212 net/ipv4/inet_timewait_sock.c 	twdr->slot = ((twdr->slot + 1) & (INET_TWDR_TWKILL_SLOTS - 1));
slot              277 net/ipv4/inet_timewait_sock.c 	int slot;
slot              303 net/ipv4/inet_timewait_sock.c 	slot = (timeo + (1 << INET_TWDR_RECYCLE_TICK) - 1) >> INET_TWDR_RECYCLE_TICK;
slot              313 net/ipv4/inet_timewait_sock.c 	if (slot >= INET_TWDR_RECYCLE_SLOTS) {
slot              316 net/ipv4/inet_timewait_sock.c 			slot = INET_TWDR_TWKILL_SLOTS - 1;
slot              318 net/ipv4/inet_timewait_sock.c 			slot = DIV_ROUND_UP(timeo, twdr->period);
slot              319 net/ipv4/inet_timewait_sock.c 			if (slot >= INET_TWDR_TWKILL_SLOTS)
slot              320 net/ipv4/inet_timewait_sock.c 				slot = INET_TWDR_TWKILL_SLOTS - 1;
slot              323 net/ipv4/inet_timewait_sock.c 		slot = (twdr->slot + slot) & (INET_TWDR_TWKILL_SLOTS - 1);
slot              324 net/ipv4/inet_timewait_sock.c 		list = &twdr->cells[slot];
slot              326 net/ipv4/inet_timewait_sock.c 		tw->tw_ttd = jiffies + (slot << INET_TWDR_RECYCLE_TICK);
slot              332 net/ipv4/inet_timewait_sock.c 					      (slot << INET_TWDR_RECYCLE_TICK);
slot              336 net/ipv4/inet_timewait_sock.c 				       jiffies + (slot << INET_TWDR_RECYCLE_TICK)))
slot              338 net/ipv4/inet_timewait_sock.c 					  jiffies + (slot << INET_TWDR_RECYCLE_TICK));
slot              339 net/ipv4/inet_timewait_sock.c 			slot = (twdr->twcal_hand + slot) & (INET_TWDR_RECYCLE_SLOTS - 1);
slot              341 net/ipv4/inet_timewait_sock.c 		list = &twdr->twcal_row[slot];
slot              356 net/ipv4/inet_timewait_sock.c 	int n, slot;
slot              368 net/ipv4/inet_timewait_sock.c 	slot = twdr->twcal_hand;
slot              377 net/ipv4/inet_timewait_sock.c 						       &twdr->twcal_row[slot]) {
slot              390 net/ipv4/inet_timewait_sock.c 				twdr->twcal_hand = slot;
slot              393 net/ipv4/inet_timewait_sock.c 			if (!hlist_empty(&twdr->twcal_row[slot])) {
slot              399 net/ipv4/inet_timewait_sock.c 		slot = (slot + 1) & (INET_TWDR_RECYCLE_SLOTS - 1);
slot              228 net/ipv4/route.c # define rt_hash_lock_addr(slot) &rt_hash_locks[(slot) & (RT_HASH_LOCK_SZ - 1)]
slot              676 net/irda/irlap.c 	int slot;
slot              684 net/irda/irlap.c 	slot = s + rand % (S-s);
slot              686 net/irda/irlap.c 	IRDA_ASSERT((slot >= s) || (slot < S), return 0;);
slot              688 net/irda/irlap.c 	return slot;
slot              404 net/irda/irlap_event.c 			self->slot = irlap_generate_rand_time_slot(info->S,
slot              406 net/irda/irlap_event.c 			if (self->slot == info->s) {
slot              411 net/irda/irlap_event.c 							       self->slot,
slot              699 net/irda/irlap_event.c 			if ((info->s >= self->slot) && (!self->frame_sent)) {
slot              704 net/irda/irlap_event.c 							       self->slot,
slot              431 net/sched/sch_api.c 	int pkt_len, slot;
slot              437 net/sched/sch_api.c 	slot = pkt_len + stab->szopts.cell_align;
slot              438 net/sched/sch_api.c 	if (unlikely(slot < 0))
slot              439 net/sched/sch_api.c 		slot = 0;
slot              441 net/sched/sch_api.c 	slot >>= stab->szopts.cell_log;
slot              442 net/sched/sch_api.c 	if (likely(slot < stab->szopts.tsize))
slot              443 net/sched/sch_api.c 		pkt_len = stab->data[slot];
slot              446 net/sched/sch_api.c 				(slot / stab->szopts.tsize) +
slot              447 net/sched/sch_api.c 				stab->data[slot % stab->szopts.tsize];
slot             1055 net/sunrpc/xprt.c 	for (req = &xprt->slot[xprt->max_reqs-1]; req >= &xprt->slot[0]; req--)
slot              287 net/sunrpc/xprtrdma/transport.c 	kfree(xprt->slot);
slot              288 net/sunrpc/xprtrdma/transport.c 	xprt->slot = NULL;
slot              329 net/sunrpc/xprtrdma/transport.c 	xprt->slot = kcalloc(xprt->max_reqs,
slot              331 net/sunrpc/xprtrdma/transport.c 	if (xprt->slot == NULL) {
slot              447 net/sunrpc/xprtrdma/transport.c 	kfree(xprt->slot);
slot              799 net/sunrpc/xprtsock.c 	kfree(xprt->slot);
slot             1892 net/sunrpc/xprtsock.c 	xprt->slot = kcalloc(xprt->max_reqs, sizeof(struct rpc_rqst), GFP_KERNEL);
slot             1893 net/sunrpc/xprtsock.c 	if (xprt->slot == NULL) {
slot             1973 net/sunrpc/xprtsock.c 	kfree(xprt->slot);
slot             2038 net/sunrpc/xprtsock.c 	kfree(xprt->slot);
slot              685 scripts/mod/file2alias.c 			if (id->matches[j].slot &&
slot              686 scripts/mod/file2alias.c 			    id->matches[j].slot == dmi_fields[i].field) {
slot              251 sound/core/oss/mixer_oss.c 	if (mixer == NULL || slot > 30)
slot              253 sound/core/oss/mixer_oss.c 	pslot = &mixer->slots[slot];
slot              279 sound/core/oss/mixer_oss.c 	if (mixer == NULL || slot > 30)
slot              281 sound/core/oss/mixer_oss.c 	pslot = &mixer->slots[slot];
slot              436 sound/core/oss/mixer_oss.c 		mixer->mask_recsrc |= 1 << slot;
slot              442 sound/core/oss/mixer_oss.c 	if (mixer && (mixer->mask_recsrc & (1 << slot)))
slot              580 sound/core/oss/mixer_oss.c 	struct slot *slot = (struct slot *)pslot->private_data;
slot              583 sound/core/oss/mixer_oss.c 	if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) {
slot              584 sound/core/oss/mixer_oss.c 		snd_mixer_oss_get_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_PVOLUME], left, right);
slot              585 sound/core/oss/mixer_oss.c 	} else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) {
slot              586 sound/core/oss/mixer_oss.c 		snd_mixer_oss_get_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GVOLUME], left, right);
slot              587 sound/core/oss/mixer_oss.c 	} else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) {
slot              588 sound/core/oss/mixer_oss.c 		snd_mixer_oss_get_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GLOBAL], left, right);
slot              590 sound/core/oss/mixer_oss.c 	if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) {
slot              591 sound/core/oss/mixer_oss.c 		snd_mixer_oss_get_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_PSWITCH], left, right, 0);
slot              592 sound/core/oss/mixer_oss.c 	} else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) {
slot              593 sound/core/oss/mixer_oss.c 		snd_mixer_oss_get_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GSWITCH], left, right, 0);
slot              594 sound/core/oss/mixer_oss.c 	} else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) {
slot              595 sound/core/oss/mixer_oss.c 		snd_mixer_oss_get_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_PROUTE], left, right, 1);
slot              596 sound/core/oss/mixer_oss.c 	} else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) {
slot              597 sound/core/oss/mixer_oss.c 		snd_mixer_oss_get_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GROUTE], left, right, 1);
slot              689 sound/core/oss/mixer_oss.c 	struct slot *slot = (struct slot *)pslot->private_data;
slot              691 sound/core/oss/mixer_oss.c 	if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) {
slot              692 sound/core/oss/mixer_oss.c 		snd_mixer_oss_put_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_PVOLUME], left, right);
slot              693 sound/core/oss/mixer_oss.c 		if (slot->present & SNDRV_MIXER_OSS_PRESENT_CVOLUME)
slot              694 sound/core/oss/mixer_oss.c 			snd_mixer_oss_put_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_CVOLUME], left, right);
slot              695 sound/core/oss/mixer_oss.c 	} else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) {
slot              696 sound/core/oss/mixer_oss.c 		snd_mixer_oss_put_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GVOLUME], left, right);
slot              697 sound/core/oss/mixer_oss.c 	} else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) {
slot              698 sound/core/oss/mixer_oss.c 		snd_mixer_oss_put_volume1_vol(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GLOBAL], left, right);
slot              701 sound/core/oss/mixer_oss.c 		if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH)
slot              702 sound/core/oss/mixer_oss.c 			snd_mixer_oss_put_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_PSWITCH], left, right, 0);
slot              703 sound/core/oss/mixer_oss.c 		if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH)
slot              704 sound/core/oss/mixer_oss.c 			snd_mixer_oss_put_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GSWITCH], left, right, 0);
slot              705 sound/core/oss/mixer_oss.c 		if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE)
slot              706 sound/core/oss/mixer_oss.c 			snd_mixer_oss_put_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_PROUTE], left, right, 1);
slot              707 sound/core/oss/mixer_oss.c 		if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE)
slot              708 sound/core/oss/mixer_oss.c 			snd_mixer_oss_put_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GROUTE], left, right, 1);
slot              710 sound/core/oss/mixer_oss.c 		if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) {
slot              711 sound/core/oss/mixer_oss.c 			snd_mixer_oss_put_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_PSWITCH], left, right, 0);
slot              712 sound/core/oss/mixer_oss.c 		} else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) {
slot              713 sound/core/oss/mixer_oss.c 			snd_mixer_oss_put_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GSWITCH], left, right, 0);
slot              714 sound/core/oss/mixer_oss.c 		} else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) {
slot              715 sound/core/oss/mixer_oss.c 			snd_mixer_oss_put_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_PROUTE], left, right, 1);
slot              716 sound/core/oss/mixer_oss.c 		} else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) {
slot              717 sound/core/oss/mixer_oss.c 			snd_mixer_oss_put_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_GROUTE], left, right, 1);
slot              727 sound/core/oss/mixer_oss.c 	struct slot *slot = (struct slot *)pslot->private_data;
slot              731 sound/core/oss/mixer_oss.c 	snd_mixer_oss_get_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_CSWITCH], &left, &right, 0);
slot              740 sound/core/oss/mixer_oss.c 	struct slot *slot = (struct slot *)pslot->private_data;
slot              744 sound/core/oss/mixer_oss.c 	snd_mixer_oss_get_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_CROUTE], &left, &right, 1);
slot              753 sound/core/oss/mixer_oss.c 	struct slot *slot = (struct slot *)pslot->private_data;
slot              755 sound/core/oss/mixer_oss.c 	snd_mixer_oss_put_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_CSWITCH], active, active, 0);
slot              763 sound/core/oss/mixer_oss.c 	struct slot *slot = (struct slot *)pslot->private_data;
slot              765 sound/core/oss/mixer_oss.c 	snd_mixer_oss_put_volume1_sw(fmixer, pslot, slot->numid[SNDRV_MIXER_OSS_ITEM_CROUTE], active, active, 1);
slot              775 sound/core/oss/mixer_oss.c 	struct slot *slot;
slot              800 sound/core/oss/mixer_oss.c 		slot = (struct slot *)pslot->private_data;
slot              801 sound/core/oss/mixer_oss.c 		if (slot->signature != SNDRV_MIXER_OSS_SIGNATURE)
slot              803 sound/core/oss/mixer_oss.c 		if (!(slot->present & SNDRV_MIXER_OSS_PRESENT_CAPTURE))
slot              805 sound/core/oss/mixer_oss.c 		if (slot->capture_item == uctl->value.enumerated.item[0]) {
slot              824 sound/core/oss/mixer_oss.c 	struct slot *slot = NULL;
slot              848 sound/core/oss/mixer_oss.c 		slot = (struct slot *)pslot->private_data;
slot              849 sound/core/oss/mixer_oss.c 		if (slot->signature != SNDRV_MIXER_OSS_SIGNATURE)
slot              851 sound/core/oss/mixer_oss.c 		if (!(slot->present & SNDRV_MIXER_OSS_PRESENT_CAPTURE))
slot              855 sound/core/oss/mixer_oss.c 		slot = NULL;
slot              857 sound/core/oss/mixer_oss.c 	if (! slot)
slot              860 sound/core/oss/mixer_oss.c 		uctl->value.enumerated.item[idx] = slot->capture_item;
slot              901 sound/core/oss/mixer_oss.c 	slot->numid[item] = kcontrol->id.numid;
slot              903 sound/core/oss/mixer_oss.c 	if (info->count > slot->channels)
slot              904 sound/core/oss/mixer_oss.c 		slot->channels = info->count;
slot              905 sound/core/oss/mixer_oss.c 	slot->present |= 1 << item;
slot              912 sound/core/oss/mixer_oss.c 	struct slot *p = (struct slot *)chn->private_data;
slot              940 sound/core/oss/mixer_oss.c 	err = snd_mixer_oss_build_test(mixer, slot, ptr->name, ptr->index,
slot              945 sound/core/oss/mixer_oss.c 	err = snd_mixer_oss_build_test(mixer, slot, str, ptr->index,
slot              950 sound/core/oss/mixer_oss.c 	err = snd_mixer_oss_build_test(mixer, slot, str, ptr->index,
slot              955 sound/core/oss/mixer_oss.c 	err = snd_mixer_oss_build_test(mixer, slot, str, ptr->index,
slot              960 sound/core/oss/mixer_oss.c 	err = snd_mixer_oss_build_test(mixer, slot, str, ptr->index,
slot              965 sound/core/oss/mixer_oss.c 	err = snd_mixer_oss_build_test(mixer, slot, str, ptr->index,
slot              970 sound/core/oss/mixer_oss.c 	err = snd_mixer_oss_build_test(mixer, slot, str, ptr->index,
slot              975 sound/core/oss/mixer_oss.c 	err = snd_mixer_oss_build_test(mixer, slot, str, ptr->index,
slot              980 sound/core/oss/mixer_oss.c 	err = snd_mixer_oss_build_test(mixer, slot, str, ptr->index,
slot              985 sound/core/oss/mixer_oss.c 	err = snd_mixer_oss_build_test(mixer, slot, str, ptr->index,
slot             1000 sound/core/oss/mixer_oss.c 	struct slot slot;
slot             1001 sound/core/oss/mixer_oss.c 	struct slot *pslot;
slot             1010 sound/core/oss/mixer_oss.c 	memset(&slot, 0, sizeof(slot));
slot             1011 sound/core/oss/mixer_oss.c 	memset(slot.numid, 0xff, sizeof(slot.numid)); /* ID_UNKNOWN */
slot             1012 sound/core/oss/mixer_oss.c 	if (snd_mixer_oss_build_test_all(mixer, ptr, &slot))
slot             1033 sound/core/oss/mixer_oss.c 		slot.capture_item = 0;
slot             1035 sound/core/oss/mixer_oss.c 			slot.present |= SNDRV_MIXER_OSS_PRESENT_CAPTURE;
slot             1037 sound/core/oss/mixer_oss.c 			for (slot.capture_item = 1; slot.capture_item < uinfo->value.enumerated.items; slot.capture_item++) {
slot             1038 sound/core/oss/mixer_oss.c 				uinfo->value.enumerated.item = slot.capture_item;
slot             1044 sound/core/oss/mixer_oss.c 					slot.present |= SNDRV_MIXER_OSS_PRESENT_CAPTURE;
slot             1052 sound/core/oss/mixer_oss.c 	if (slot.present != 0) {
slot             1053 sound/core/oss/mixer_oss.c 		pslot = kmalloc(sizeof(slot), GFP_KERNEL);
slot             1056 sound/core/oss/mixer_oss.c 		*pslot = slot;
slot             1062 sound/core/oss/mixer_oss.c 		rslot->stereo = slot.channels > 1 ? 1 : 0;
slot             1066 sound/core/oss/mixer_oss.c 		if (slot.present & SNDRV_MIXER_OSS_PRESENT_CSWITCH) {
slot             1069 sound/core/oss/mixer_oss.c 		} else if (slot.present & SNDRV_MIXER_OSS_PRESENT_CROUTE) {
slot             1072 sound/core/oss/mixer_oss.c 		} else if (slot.present & SNDRV_MIXER_OSS_PRESENT_CAPTURE) {
slot             1126 sound/core/oss/mixer_oss.c 		struct slot *p;
slot             1130 sound/core/oss/mixer_oss.c 		p = (struct slot *)mixer->slots[i].private_data;
slot             1149 sound/core/oss/mixer_oss.c 	struct slot *slot;
slot             1175 sound/core/oss/mixer_oss.c 		slot = (struct slot *)mixer->slots[ch].private_data;
slot             1176 sound/core/oss/mixer_oss.c 		if (slot && slot->assigned &&
slot             1177 sound/core/oss/mixer_oss.c 		    slot->assigned->index == idx && ! strcmp(slot->assigned->name, str))
slot             2908 sound/oss/ad1848.c 	if((ad1848_dev = pnp_find_dev(bus, ad1848_isapnp_list[slot].vendor, ad1848_isapnp_list[slot].function, NULL)))
slot             2910 sound/oss/ad1848.c 		if((ad1848_dev = activate_dev(ad1848_isapnp_list[slot].name, "ad1848", ad1848_dev)))
slot             2912 sound/oss/ad1848.c 			hw_config->io_base 	= pnp_port_start(ad1848_dev, ad1848_isapnp_list[slot].mss_io);
slot             2913 sound/oss/ad1848.c 			hw_config->irq 		= pnp_irq(ad1848_dev, ad1848_isapnp_list[slot].irq);
slot             2914 sound/oss/ad1848.c 			hw_config->dma 		= pnp_dma(ad1848_dev, ad1848_isapnp_list[slot].dma);
slot             2915 sound/oss/ad1848.c 			if(ad1848_isapnp_list[slot].dma2 != -1)
slot             2916 sound/oss/ad1848.c 				hw_config->dma2 = pnp_dma(ad1848_dev, ad1848_isapnp_list[slot].dma2);
slot             2919 sound/oss/ad1848.c                         hw_config->card_subtype = ad1848_isapnp_list[slot].type;
slot             2930 sound/oss/ad1848.c 	char *busname = bus->name[0] ? bus->name : ad1848_isapnp_list[slot].name;
slot             2934 sound/oss/ad1848.c 	if(ad1848_init_generic(bus, hw_config, slot)) {
slot              161 sound/pci/ac97/ac97_pcm.c 	if (slot < 3)
slot              163 sound/pci/ac97/ac97_pcm.c 	if (slot > 11)
slot              168 sound/pci/ac97/ac97_pcm.c 		return rate_reg_tables[dbl][pcm->r[dbl].rate_table[cidx]][slot - 3];
slot              170 sound/pci/ac97/ac97_pcm.c 		return rate_cregs[slot - 3];
slot              666 sound/pci/cmipci.c 	unsigned int reg = CM_REG_PLL + slot;
slot              461 virt/kvm/kvm_main.c 	if (mem->slot >= KVM_MEMORY_SLOTS + KVM_PRIVATE_MEM_SLOTS)
slot              466 virt/kvm/kvm_main.c 	memslot = &kvm->memslots[mem->slot];
slot              558 virt/kvm/kvm_main.c 	if (mem->slot >= kvm->nmemslots)
slot              559 virt/kvm/kvm_main.c 		kvm->nmemslots = mem->slot + 1;
slot              601 virt/kvm/kvm_main.c 	if (mem->slot >= KVM_MEMORY_SLOTS)
slot              615 virt/kvm/kvm_main.c 	if (log->slot >= KVM_MEMORY_SLOTS)
slot              618 virt/kvm/kvm_main.c 	memslot = &kvm->memslots[log->slot];
slot              701 virt/kvm/kvm_main.c 	struct kvm_memory_slot *slot;
slot              704 virt/kvm/kvm_main.c 	slot = __gfn_to_memslot(kvm, gfn);
slot              705 virt/kvm/kvm_main.c 	if (!slot)
slot              707 virt/kvm/kvm_main.c 	return (slot->userspace_addr + (gfn - slot->base_gfn) * PAGE_SIZE);