/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | udp.c | 230 unsigned int hash2, slot2; in __nip_udp_lib_lookup() local 236 slot2 = hash2 & udptable->mask; in __nip_udp_lib_lookup() 237 hslot2 = &udptable->hash2[slot2]; in __nip_udp_lib_lookup() 249 slot2 = hash2 & udptable->mask; in __nip_udp_lib_lookup() 250 hslot2 = &udptable->hash2[slot2]; in __nip_udp_lib_lookup()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | kprobes.c | 77 brl->quad1.slot2 = BRL_INST(rel >> 59, rel & 0xfffff); in set_brl_inst() 309 bundle->quad1.slot2 = break_inst; in prepare_break_inst() 341 *major_opcode = (bundle->quad1.slot2 >> SLOT2_OPCODE_SHIFT); in get_kprobe_inst() 342 *kprobe_inst = bundle->quad1.slot2; in get_kprobe_inst() 552 dest->quad1.slot2 = src->quad1.slot2; in arch_arm_kprobe() 575 dest->quad1.slot2 = src->quad1.slot2; in arch_disarm_kprobe()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | kprobes.c | 77 brl->quad1.slot2 = BRL_INST(rel >> 59, rel & 0xfffff); in set_brl_inst() 309 bundle->quad1.slot2 = break_inst; in prepare_break_inst() 341 *major_opcode = (bundle->quad1.slot2 >> SLOT2_OPCODE_SHIFT); in get_kprobe_inst() 342 *kprobe_inst = bundle->quad1.slot2; in get_kprobe_inst() 551 dest->quad1.slot2 = src->quad1.slot2; in arch_arm_kprobe() 574 dest->quad1.slot2 = src->quad1.slot2; in arch_disarm_kprobe()
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | kprobes.h | 58 unsigned long long slot2 : 41; member
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | ti113x.h | 654 struct yenta_socket *slot2; in ti12xx_2nd_slot_empty() local 721 slot2 = pci_get_drvdata(func); in ti12xx_2nd_slot_empty() 722 if (!slot2) in ti12xx_2nd_slot_empty() 726 yenta_get_status(&slot2->socket, &state); in ti12xx_2nd_slot_empty()
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | ti113x.h | 654 struct yenta_socket *slot2; in ti12xx_2nd_slot_empty() local 721 slot2 = pci_get_drvdata(func); in ti12xx_2nd_slot_empty() 722 if (!slot2) in ti12xx_2nd_slot_empty() 726 yenta_get_status(&slot2->socket, &state); in ti12xx_2nd_slot_empty()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | kprobes.h | 58 unsigned long long slot2 : 41; member
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp.c | 218 unsigned int hash2, slot2; in __udp6_lib_lookup() local 223 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 224 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 251 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 252 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 1061 unsigned int hash2, slot2; in __udp6_lib_demux_lookup() local 1067 slot2 = hash2 & udptable->mask; in __udp6_lib_demux_lookup() 1068 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_demux_lookup()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udp.c | 247 unsigned int hash2, slot2; in __udp6_lib_lookup() local 252 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 253 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 278 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 279 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 1037 unsigned int slot2 = hash2 & udp_table.mask; in __udp6_lib_demux_lookup() local 1038 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp.c | 292 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local 294 slot2 &= udptable->mask; in udp_lib_get_port() 297 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port() 302 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port() 477 unsigned int hash2, slot2; in __udp4_lib_lookup() local 482 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 483 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 510 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 511 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 2518 unsigned int hash2, slot2; in __udp4_lib_demux_lookup() local [all...] |
/kernel/linux/linux-5.10/drivers/iio/health/ |
H A D | max30102.c | 189 #define MAX30102_MODE_CONTROL_LED_SLOTS(slot2, slot1) \ 190 ((slot2 << MAX30102_REG_MODE_CONTROL_SLOT_SHIFT) | slot1)
|
/kernel/linux/linux-6.6/drivers/iio/health/ |
H A D | max30102.c | 189 #define MAX30102_MODE_CONTROL_LED_SLOTS(slot2, slot1) \ 190 ((slot2 << MAX30102_REG_MODE_CONTROL_SLOT_SHIFT) | slot1)
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 283 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local 285 slot2 &= udptable->mask; in udp_lib_get_port() 288 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port() 293 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port() 502 unsigned int hash2, slot2; in __udp4_lib_lookup() local 507 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 508 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 533 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 534 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 2508 unsigned int slot2 in __udp4_lib_demux_lookup() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_multitouch.py | 707 slot2 = self.get_slot(uhdev, t2, 2) 715 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 2 716 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_POSITION_X] == 250 717 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 300 732 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | grcan.c | 42 #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1)
|
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | grcan.c | 44 #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1)
|
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 1661 struct mvs_slot_info *slot, *slot2; in mvs_do_release_task() local 1672 list_for_each_entry_safe(slot, slot2, &port->list, entry) { in mvs_do_release_task()
|
/kernel/linux/linux-5.10/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 1831 struct mvs_slot_info *slot, *slot2; in mvs_do_release_task() local 1842 list_for_each_entry_safe(slot, slot2, &port->list, entry) { in mvs_do_release_task()
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 1104 struct hisi_sas_slot *slot, *slot2; in hisi_sas_release_task() local 1108 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) in hisi_sas_release_task()
|
H A D | hisi_sas_v3_hw.c | 905 struct hisi_sas_slot *slot, *slot2; in dereg_device_v3_hw() local 912 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) { in dereg_device_v3_hw()
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 852 struct hisi_sas_slot *slot, *slot2; in dereg_device_v3_hw() local 858 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) { in dereg_device_v3_hw()
|
H A D | hisi_sas_main.c | 1027 struct hisi_sas_slot *slot, *slot2; in hisi_sas_release_task() local 1030 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) in hisi_sas_release_task()
|