| /linux-4.4.14/fs/cifs/ |
| D | cifs_unicode.c | 190 __u16 ftmp[3]; /* ftmp[3] = 3array x 2bytes = 6bytes UTF-16 */ in cifs_from_utf16() local 201 ftmp[0] = get_unaligned_le16(&from[i]); in cifs_from_utf16() 202 if (ftmp[0] == 0) in cifs_from_utf16() 205 ftmp[1] = get_unaligned_le16(&from[i + 1]); in cifs_from_utf16() 207 ftmp[1] = 0; in cifs_from_utf16() 209 ftmp[2] = get_unaligned_le16(&from[i + 2]); in cifs_from_utf16() 211 ftmp[2] = 0; in cifs_from_utf16() 218 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16() 224 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16() 316 __u16 ftmp[3]; in cifs_utf16_bytes() local [all …]
|
| /linux-4.4.14/drivers/clk/ |
| D | clk-scpi.c | 77 u32 fmin = 0, fmax = ~0, ftmp; in __scpi_dvfs_round_rate() local 81 ftmp = opp->freq; in __scpi_dvfs_round_rate() 82 if (ftmp >= (u32)rate) { in __scpi_dvfs_round_rate() 83 if (ftmp <= fmax) in __scpi_dvfs_round_rate() 84 fmax = ftmp; in __scpi_dvfs_round_rate() 86 } else if (ftmp >= fmin) { in __scpi_dvfs_round_rate() 87 fmin = ftmp; in __scpi_dvfs_round_rate()
|
| /linux-4.4.14/arch/arm/mach-vexpress/ |
| D | spc.c | 279 u32 fmin = 0, fmax = ~0, ftmp; in ve_spc_round_performance() local 283 ftmp = opps->freq; in ve_spc_round_performance() 284 if (ftmp >= freq) { in ve_spc_round_performance() 285 if (ftmp <= fmax) in ve_spc_round_performance() 286 fmax = ftmp; in ve_spc_round_performance() 288 if (ftmp >= fmin) in ve_spc_round_performance() 289 fmin = ftmp; in ve_spc_round_performance()
|
| /linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
| D | i40evf_virtchnl.c | 451 struct i40evf_mac_filter *f, *ftmp; in i40evf_del_ether_addrs() local 485 list_for_each_entry_safe(f, ftmp, &adapter->mac_filter_list, list) { in i40evf_del_ether_addrs() 568 struct i40evf_vlan_filter *f, *ftmp; in i40evf_del_vlans() local 603 list_for_each_entry_safe(f, ftmp, &adapter->vlan_filter_list, list) { in i40evf_del_vlans()
|
| D | i40evf_main.c | 894 struct i40evf_mac_filter *f, *ftmp; in i40evf_set_rx_mode() local 918 list_for_each_entry_safe(f, ftmp, &adapter->mac_filter_list, list) { in i40evf_set_rx_mode() 1657 struct i40evf_mac_filter *ftmp; in i40evf_reset_task() local 1677 list_for_each_entry_safe(f, ftmp, &adapter->mac_filter_list, in i40evf_reset_task() 2601 struct i40evf_mac_filter *f, *ftmp; in i40evf_remove() local 2652 list_for_each_entry_safe(f, ftmp, &adapter->mac_filter_list, list) { in i40evf_remove() 2656 list_for_each_entry_safe(f, ftmp, &adapter->vlan_filter_list, list) { in i40evf_remove()
|
| /linux-4.4.14/drivers/media/platform/ |
| D | sh_veu.c | 880 struct v4l2_format ftmp = *f; in sh_veu_queue_setup() local 884 sh_veu_try_fmt(&ftmp, fmt); in sh_veu_queue_setup() 885 if (ftmp.fmt.pix.width != pix->width || in sh_veu_queue_setup() 886 ftmp.fmt.pix.height != pix->height) in sh_veu_queue_setup()
|
| /linux-4.4.14/arch/sh/kernel/ |
| D | dwarf.c | 1136 struct dwarf_fde *fde, *ftmp; in module_dwarf_cleanup() local 1152 list_for_each_entry_safe(fde, ftmp, &mod->arch.fde_list, link) { in module_dwarf_cleanup()
|
| /linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
| D | i40e_main.c | 1714 struct i40e_mac_filter *f, *ftmp; in i40e_set_rx_mode() local 1746 list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) { in i40e_set_rx_mode() 1811 struct i40e_mac_filter *f, *ftmp; in i40e_undo_del_filter_entries() local 1813 list_for_each_entry_safe(f, ftmp, from, list) { in i40e_undo_del_filter_entries() 1828 struct i40e_mac_filter *f, *ftmp; in i40e_undo_add_filter_entries() local 1830 list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) { in i40e_undo_add_filter_entries() 1843 struct i40e_mac_filter *f, *ftmp; in i40e_cleanup_add_list() local 1845 list_for_each_entry_safe(f, ftmp, add_list, list) { in i40e_cleanup_add_list() 1863 struct i40e_mac_filter *f, *ftmp, *fclone; in i40e_sync_vsi_filters() local 1896 list_for_each_entry_safe(f, ftmp, &vsi->mac_filter_list, list) { in i40e_sync_vsi_filters() [all …]
|