/linux-4.4.14/arch/sh/mm/ |
D | cache-sh4.c | 151 unsigned long addr, end_addr, entry_offset; in flush_dcache_all() local 158 entry_offset = 1 << current_cpu_data.dcache.entry_shift; in flush_dcache_all() 161 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 162 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 163 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 164 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 165 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 166 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 167 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all() 168 __raw_writel(0, addr); addr += entry_offset; in flush_dcache_all()
|
/linux-4.4.14/mm/ |
D | swap_state.c | 469 unsigned long entry_offset = swp_offset(entry); in swapin_readahead() local 470 unsigned long offset = entry_offset; in swapin_readahead() 492 if (offset != entry_offset) in swapin_readahead()
|
/linux-4.4.14/arch/s390/kernel/ |
D | debug.c | 535 size_t entry_offset; in debug_output() local 543 entry_offset = p_info->act_entry_offset; in debug_output() 551 formatted_line_residue = formatted_line_size - entry_offset; in debug_output() 556 + entry_offset, copy_size)) in debug_output() 559 entry_offset += copy_size; in debug_output() 562 entry_offset = 0; in debug_output() 569 p_info->act_entry_offset = entry_offset; in debug_output()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 1290 u32 entry_offset, dump, no_entries, buf_offset = 0; in qlcnic_dump_fw() local 1335 entry_offset = fw_dump->offset; in qlcnic_dump_fw() 1352 entry = tmpl_hdr + entry_offset; in qlcnic_dump_fw() 1355 entry_offset += entry->hdr.offset; in qlcnic_dump_fw() 1371 entry_offset += entry->hdr.offset; in qlcnic_dump_fw() 1379 entry_offset += entry->hdr.offset; in qlcnic_dump_fw() 1384 entry_offset += entry->hdr.offset; in qlcnic_dump_fw()
|
/linux-4.4.14/fs/nilfs2/ |
D | alloc.c | 374 unsigned long entry_offset, group_offset; in nilfs_palloc_block_get_entry() local 377 entry_offset = group_offset % NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_block_get_entry() 380 entry_offset * NILFS_MDT(inode)->mi_entry_size; in nilfs_palloc_block_get_entry()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_tmpl.h | 15 uint32_t entry_offset; member
|
D | qla_tmpl.c | 784 struct qla27xx_fwdt_entry *ent = (void *)tmp + tmp->entry_offset; in qla27xx_walk_template()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 851 unsigned int entry_offset; in compat_calc_entry() local 855 entry_offset = (void *)e - base; in compat_calc_entry() 860 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry() 1207 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1234 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1249 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in check_compat_entry_size_and_hooks()
|
D | ip_tables.c | 1035 unsigned int entry_offset; in compat_calc_entry() local 1039 entry_offset = (void *)e - base; in compat_calc_entry() 1045 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in compat_calc_entry() 1452 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1480 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1502 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in check_compat_entry_size_and_hooks()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 1047 unsigned int entry_offset; in compat_calc_entry() local 1051 entry_offset = (void *)e - base; in compat_calc_entry() 1057 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in compat_calc_entry() 1463 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1491 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1513 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in check_compat_entry_size_and_hooks()
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebtables.c | 1746 unsigned int entry_offset; in compat_calc_entry() local 1753 entry_offset = (void *)e - base; in compat_calc_entry() 1765 ret = xt_compat_add_offset(NFPROTO_BRIDGE, entry_offset, off); in compat_calc_entry()
|