Searched refs:p2 (Results 251 - 275 of 384) sorted by relevance

<<111213141516

/linux-master/drivers/scsi/aacraid/
H A Drx.c147 * @p2: second parameter
163 u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6,
176 writel(p2, &dev->IndexRegs->Mailbox[2]);
162 rx_sync_cmd(struct aac_dev *dev, u32 command, u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, u32 *status, u32 * r1, u32 * r2, u32 * r3, u32 * r4) argument
/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S201 ldr p2, [x2, #2, MUL VL]
325 str p2, [x2, #2, MUL VL]
/linux-master/drivers/nfc/pn533/
H A Dusb.c264 u8 p2; member in struct:pn533_acr122_apdu_hdr
299 frame->apdu.p2 = 0;
/linux-master/drivers/hwmon/
H A Dcorsair-psu.c160 static int corsairpsu_usb_cmd(struct corsairpsu_data *priv, u8 p0, u8 p1, u8 p2, void *data) argument
168 priv->cmd_buffer[2] = p2;
/linux-master/arch/x86/coco/tdx/
H A Dtdx.c49 long tdx_kvm_hypercall(unsigned int nr, unsigned long p1, unsigned long p2, argument
55 .r12 = p2,
/linux-master/include/linux/
H A Dfscrypt.h364 const struct fscrypt_dummy_policy *p2);
585 const struct fscrypt_dummy_policy *p2)
584 fscrypt_dummy_policies_equal(const struct fscrypt_dummy_policy *p1, const struct fscrypt_dummy_policy *p2) argument
/linux-master/include/linux/sched/
H A Dsignal.h708 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) argument
710 return p1->signal == p2->signal;
/linux-master/fs/ext4/
H A Dfsmap.c65 static int ext4_getfsmap_dev_compare(const void *p1, const void *p2) argument
68 const struct ext4_getfsmap_dev *d2 = p2;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1502 static int u64_cmp(const void *p1, const void *p2) argument
1504 u64 x1 = *(const u64 *)p1, x2 = *(const u64 *)p2;
1509 static int u32_cmp(const void *p1, const void *p2) argument
1511 u32 x1 = *(const u32 *)p1, x2 = *(const u32 *)p2;
1516 static int s64_cmp(const void *p1, const void *p2) argument
1518 s64 x1 = *(const s64 *)p1, x2 = *(const s64 *)p2;
1523 static int s32_cmp(const void *p1, const void *p2) argument
1525 s32 x1 = *(const s32 *)p1, x2 = *(const s32 *)p2;
/linux-master/drivers/s390/cio/
H A Ddevice_pgid.c292 static int pgid_cmp(struct pgid *p1, struct pgid *p2) argument
294 return memcmp((char *) p1 + 1, (char *) p2 + 1,
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dfib_offload.sh317 tor1_p1=${NETIFS[p2]}
H A Ddevlink_trap_tunnel_vxlan.sh111 swp1=${NETIFS[p2]}
H A Ddevlink_trap_tunnel_vxlan_ipv6.sh112 swp1=${NETIFS[p2]}
H A Dvxlan_flooding.sh122 swp1=${NETIFS[p2]}
H A Dingress_rif_conf_vxlan.sh169 swp1=${NETIFS[p2]}
H A Done_armed_router.sh222 swp1=${NETIFS[p2]}
/linux-master/tools/testing/selftests/net/forwarding/
H A Dq_in_vni_ipv6.sh284 swp1=${NETIFS[p2]}
H A Drouter.sh144 rp1=${NETIFS[p2]}
H A Dq_in_vni.sh285 swp1=${NETIFS[p2]}
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dvxlan_flooding_ipv6.sh123 swp1=${NETIFS[p2]}
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dvxlan_flooding_ipv6.sh123 swp1=${NETIFS[p2]}
/linux-master/tools/testing/selftests/drivers/net/ocelot/
H A Dtc_flower_chains.sh15 swp1=${NETIFS[p2]}
/linux-master/arch/arc/kernel/
H A Dunwind.c236 static int cmp_eh_frame_hdr_table_entries(const void *p1, const void *p2) argument
239 const struct eh_frame_hdr_table_entry *e2 = p2;
244 static void swap_eh_frame_hdr_table_entries(void *p1, void *p2, int size) argument
247 struct eh_frame_hdr_table_entry *e2 = p2;
/linux-master/fs/ntfs3/
H A Dlznt.c25 const u8 *p2; member in struct:lznt_hash
/linux-master/lib/
H A Dbch.c219 const uint32_t *pdata, *p0, *p1, *p2, *p3; local
269 p2 = tab2 + (l+1)*((w >> 16) & 0xff);
273 r[i] = r[i+1]^p0[i]^p1[i]^p2[i]^p3[i];
275 r[l] = p0[l]^p1[l]^p2[l]^p3[l];

Completed in 250 milliseconds

<<111213141516