Searched refs:slot2 (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/ia64/kernel/ |
D | kprobes.c | 92 brl->quad1.slot2 = BRL_INST(rel >> 59, rel & 0xfffff); in set_brl_inst() 324 bundle->quad1.slot2 = break_inst; in prepare_break_inst() 356 *major_opcode = (bundle->quad1.slot2 >> SLOT2_OPCODE_SHIFT); in get_kprobe_inst() 357 *kprobe_inst = bundle->quad1.slot2; in get_kprobe_inst() 642 dest->quad1.slot2 = src->quad1.slot2; in arch_arm_kprobe() 665 dest->quad1.slot2 = src->quad1.slot2; in arch_disarm_kprobe()
|
/linux-4.4.14/net/ipv4/ |
D | udp.c | 262 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local 264 slot2 &= udptable->mask; in udp_lib_get_port() 267 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port() 273 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port() 444 struct udp_hslot *hslot2, unsigned int slot2) in udp4_lib_lookup2() argument 478 if (get_nulls_value(node) != slot2) in udp4_lib_lookup2() 502 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp4_lib_lookup() local 510 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 511 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 517 hslot2, slot2); in __udp4_lib_lookup() [all …]
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | kprobes.h | 66 unsigned long long slot2 : 41; member
|
/linux-4.4.14/net/ipv6/ |
D | udp.c | 238 struct udp_hslot *hslot2, unsigned int slot2) in udp6_lib_lookup2() argument 272 if (get_nulls_value(node) != slot2) in udp6_lib_lookup2() 295 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup() local 303 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 304 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 310 hslot2, slot2); in __udp6_lib_lookup() 313 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 314 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 320 hslot2, slot2); in __udp6_lib_lookup()
|
/linux-4.4.14/drivers/pcmcia/ |
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()
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | t104xd4rdb.dtsi | 142 * slot2, the HDMI connector, and the PEX
|
/linux-4.4.14/drivers/net/can/ |
D | grcan.c | 46 #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1) argument
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.c | 1845 struct mvs_slot_info *slot, *slot2; in mvs_do_release_task() local 1856 list_for_each_entry_safe(slot, slot2, &port->list, entry) { in mvs_do_release_task()
|