Searched refs:ptmp (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/qualcomm/ |
| H A D | qca_spi.c | 734 u8 *ptmp; in qcaspi_netdev_xmit() local 764 ptmp = skb_push(skb, QCAFRM_HEADER_LEN); in qcaspi_netdev_xmit() 765 qcafrm_create_header(ptmp, frame_len); in qcaspi_netdev_xmit() 768 ptmp = skb_put_zero(skb, pad_len); in qcaspi_netdev_xmit() 771 ptmp = skb_put(skb, QCAFRM_FOOTER_LEN); in qcaspi_netdev_xmit() 772 qcafrm_create_footer(ptmp); in qcaspi_netdev_xmit()
|
| /linux/fs/jffs2/ |
| H A D | xattr.c | 1341 struct jffs2_xattr_ref *tmp, **ptmp; in jffs2_release_xattr_ref() local 1346 for (tmp=c->xref_dead_list, ptmp=&c->xref_dead_list; tmp; ptmp=&tmp->next, tmp=tmp->next) { in jffs2_release_xattr_ref() 1348 *ptmp = tmp->next; in jffs2_release_xattr_ref()
|
| /linux/kernel/bpf/ |
| H A D | offload.c | 141 struct bpf_prog_offload *offload, *ptmp; in __bpf_offload_dev_netdev_unregister() local 168 list_for_each_entry_safe(offload, ptmp, &ondev->progs, offloads) in __bpf_offload_dev_netdev_unregister()
|
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 3848 struct tmpmasks tmp, *ptmp = NULL; in cpuset_handle_hotplug() local 3851 ptmp = &tmp; in cpuset_handle_hotplug() 3917 cpuset_hotplug_update_tasks(cs, ptmp); in cpuset_handle_hotplug() 3945 free_tmpmasks(ptmp); in cpuset_handle_hotplug()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_cmd.c | 687 u8 *ptmp = NULL; in rtw_joinbss_cmd() local 753 …ptmp = rtw_get_ie(&pnetwork->network.ies[12], WLAN_EID_HT_CAPABILITY, &tmp_len, pnetwork->network.… in rtw_joinbss_cmd() 754 if (pregistrypriv->ht_enable && ptmp && tmp_len > 0) { in rtw_joinbss_cmd()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2800lib.c | 9264 u32 ptmp = 0, pint = 0; in rt2800_do_fft_accumulation() local 9290 ptmp = (fftout_i * fftout_i); in rt2800_do_fft_accumulation() 9291 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_do_fft_accumulation() 9292 pint = ptmp; in rt2800_do_fft_accumulation() 9310 ptmp = (fftout_i * fftout_i); in rt2800_do_fft_accumulation() 9311 ptmp = ptmp + (fftout_q * fftout_q); in rt2800_do_fft_accumulation() 9312 ptmp = ptmp >> 1; in rt2800_do_fft_accumulation() 9313 pint = pint + ptmp; in rt2800_do_fft_accumulation() 9323 u32 ptmp = 0, pint = 0; in rt2800_read_fft_accumulation() local 9336 ptmp = (fftout_i * fftout_i); in rt2800_read_fft_accumulation() [all …]
|
| /linux/drivers/md/dm-vdo/ |
| H A D | block-map.c | 2018 struct page_info *info, *ptmp; in write_expired_elements() local 2041 list_for_each_entry_safe(info, ptmp, expired, state_entry) { in write_expired_elements()
|