slot2              58 arch/ia64/include/asm/kprobes.h 		unsigned long long slot2 : 41;
slot2              77 arch/ia64/kernel/kprobes.c 	brl->quad1.slot2 = BRL_INST(rel >> 59, rel & 0xfffff);
slot2             309 arch/ia64/kernel/kprobes.c 		bundle->quad1.slot2 = break_inst;
slot2             341 arch/ia64/kernel/kprobes.c 		*major_opcode = (bundle->quad1.slot2 >> SLOT2_OPCODE_SHIFT);
slot2             342 arch/ia64/kernel/kprobes.c 		*kprobe_inst = bundle->quad1.slot2;
slot2             624 arch/ia64/kernel/kprobes.c 			dest->quad1.slot2 = src->quad1.slot2;
slot2             647 arch/ia64/kernel/kprobes.c 			dest->quad1.slot2 = src->quad1.slot2;
slot2             189 drivers/iio/health/max30102.c #define MAX30102_MODE_CONTROL_LED_SLOTS(slot2, slot1) \
slot2             190 drivers/iio/health/max30102.c 	((slot2 << MAX30102_REG_MODE_CONTROL_SLOT_SHIFT) | slot1)
slot2              42 drivers/net/can/grcan.c #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1)
slot2             654 drivers/pcmcia/ti113x.h 	struct yenta_socket *slot2;
slot2             721 drivers/pcmcia/ti113x.h 	slot2 = pci_get_drvdata(func);
slot2             722 drivers/pcmcia/ti113x.h 	if (!slot2)
slot2             726 drivers/pcmcia/ti113x.h 	yenta_get_status(&slot2->socket, &state);
slot2            1017 drivers/scsi/hisi_sas/hisi_sas_main.c 	struct hisi_sas_slot *slot, *slot2;
slot2            1020 drivers/scsi/hisi_sas/hisi_sas_main.c 	list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry)
slot2             824 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 	struct hisi_sas_slot *slot, *slot2;
slot2             830 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c 	list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) {
slot2            1833 drivers/scsi/mvsas/mv_sas.c 	struct mvs_slot_info *slot, *slot2;
slot2            1844 drivers/scsi/mvsas/mv_sas.c 	list_for_each_entry_safe(slot, slot2, &port->list, entry) {
slot2             279 net/ipv4/udp.c 			unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum;
slot2             281 net/ipv4/udp.c 			slot2          &= udptable->mask;
slot2             284 net/ipv4/udp.c 			hslot2 = udp_hashslot2(udptable, slot2);
slot2             289 net/ipv4/udp.c 			if (!exist && (hash2_nulladdr != slot2)) {
slot2             451 net/ipv4/udp.c 	unsigned int hash2, slot2;
slot2             455 net/ipv4/udp.c 	slot2 = hash2 & udptable->mask;
slot2             456 net/ipv4/udp.c 	hslot2 = &udptable->hash2[slot2];
slot2             463 net/ipv4/udp.c 		slot2 = hash2 & udptable->mask;
slot2             464 net/ipv4/udp.c 		hslot2 = &udptable->hash2[slot2];
slot2            2418 net/ipv4/udp.c 	unsigned int slot2 = hash2 & udp_table.mask;
slot2            2419 net/ipv4/udp.c 	struct udp_hslot *hslot2 = &udp_table.hash2[slot2];
slot2             186 net/ipv6/udp.c 	unsigned int hash2, slot2;
slot2             191 net/ipv6/udp.c 	slot2 = hash2 & udptable->mask;
slot2             192 net/ipv6/udp.c 	hslot2 = &udptable->hash2[slot2];
slot2             199 net/ipv6/udp.c 		slot2 = hash2 & udptable->mask;
slot2             201 net/ipv6/udp.c 		hslot2 = &udptable->hash2[slot2];
slot2             957 net/ipv6/udp.c 	unsigned int slot2 = hash2 & udp_table.mask;
slot2             958 net/ipv6/udp.c 	struct udp_hslot *hslot2 = &udp_table.hash2[slot2];