/linux-4.1.27/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.1.27/mm/ |
D | swap_state.c | 454 unsigned long entry_offset = swp_offset(entry); in swapin_readahead() local 455 unsigned long offset = entry_offset; in swapin_readahead() 477 if (offset != entry_offset) in swapin_readahead()
|
/linux-4.1.27/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.1.27/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.1.27/fs/nilfs2/ |
D | alloc.c | 324 unsigned long entry_offset, group_offset; in nilfs_palloc_block_get_entry() local 327 entry_offset = group_offset % NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_block_get_entry() 330 entry_offset * NILFS_MDT(inode)->mi_entry_size; in nilfs_palloc_block_get_entry()
|
/linux-4.1.27/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.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 838 unsigned int entry_offset; in compat_calc_entry() local 842 entry_offset = (void *)e - base; in compat_calc_entry() 847 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in compat_calc_entry() 1224 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1247 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1262 ret = xt_compat_add_offset(NFPROTO_ARP, entry_offset, off); in check_compat_entry_size_and_hooks()
|
D | ip_tables.c | 1025 unsigned int entry_offset; in compat_calc_entry() local 1029 entry_offset = (void *)e - base; in compat_calc_entry() 1035 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in compat_calc_entry() 1489 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1513 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1536 ret = xt_compat_add_offset(AF_INET, entry_offset, off); in check_compat_entry_size_and_hooks()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 1038 unsigned int entry_offset; in compat_calc_entry() local 1042 entry_offset = (void *)e - base; in compat_calc_entry() 1048 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in compat_calc_entry() 1504 unsigned int entry_offset; in check_compat_entry_size_and_hooks() local 1528 entry_offset = (void *)e - (void *)base; in check_compat_entry_size_and_hooks() 1551 ret = xt_compat_add_offset(AF_INET6, entry_offset, off); in check_compat_entry_size_and_hooks()
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebtables.c | 1744 unsigned int entry_offset; in compat_calc_entry() local 1751 entry_offset = (void *)e - base; in compat_calc_entry() 1763 ret = xt_compat_add_offset(NFPROTO_BRIDGE, entry_offset, off); in compat_calc_entry()
|