extra_offset       59 arch/arm64/kernel/signal.c 	unsigned long extra_offset;
extra_offset      101 arch/arm64/kernel/signal.c 	    !user->extra_offset &&
extra_offset      106 arch/arm64/kernel/signal.c 		ret = __sigframe_alloc(user, &user->extra_offset,
extra_offset      649 arch/arm64/kernel/signal.c 	if (err == 0 && user->extra_offset) {
extra_offset      652 arch/arm64/kernel/signal.c 			apply_user_offset(user, user->extra_offset);
extra_offset     1032 drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.c 	uint extra_offset = 0;
extra_offset     1051 drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.c 		extra_offset = di->rxextrahdrroom;
extra_offset     1058 drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.c 		p = brcmu_pkt_buf_get_skb(di->rxbufsize + extra_offset);
extra_offset     1072 drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.c 		if (extra_offset)
extra_offset     1073 drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.c 			skb_pull(p, extra_offset);
extra_offset      224 drivers/scsi/stex.c 	__le32 extra_offset;	/* NEW */
extra_offset      341 drivers/scsi/stex.c 	u32 extra_offset;
extra_offset     1067 drivers/scsi/stex.c 	if (hba->extra_offset) {
extra_offset     1068 drivers/scsi/stex.c 		h->extra_offset = cpu_to_le32(hba->extra_offset);
extra_offset     1069 drivers/scsi/stex.c 		h->extra_size = cpu_to_le32(hba->dma_size - hba->extra_offset);
extra_offset     1071 drivers/scsi/stex.c 		h->extra_offset = h->extra_size = 0;
extra_offset     1158 drivers/scsi/stex.c 	h->extra_offset = h->extra_size = 0;
extra_offset     1733 drivers/scsi/stex.c 		hba->extra_offset = hba->dma_size;
extra_offset     1745 drivers/scsi/stex.c 			hba->dma_size = hba->extra_offset
extra_offset     1451 fs/ext4/inline.c 	int dotdot_offset, dotdot_size, extra_offset, extra_size;
extra_offset     1491 fs/ext4/inline.c 	extra_offset = dotdot_size - EXT4_INLINE_DOTDOT_SIZE;
extra_offset     1492 fs/ext4/inline.c 	extra_size = extra_offset + inline_size;
extra_offset     1517 fs/ext4/inline.c 				(dir_buf + i - extra_offset);
extra_offset     1551 fs/ext4/inline.c 			(dir_buf + ctx->pos - extra_offset);
extra_offset      878 tools/perf/ui/browsers/hists.c 		int extra_offset = 0;
extra_offset      886 tools/perf/ui/browsers/hists.c 				extra_offset = LEVEL_OFFSET_STEP;
extra_offset      893 tools/perf/ui/browsers/hists.c 							offset + extra_offset,
extra_offset      909 tools/perf/ui/browsers/hists.c 				extra_offset = LEVEL_OFFSET_STEP;
extra_offset      916 tools/perf/ui/browsers/hists.c 							offset + extra_offset,
extra_offset     1071 tools/perf/ui/browsers/hists.c 		int extra_offset = 0;
extra_offset     1079 tools/perf/ui/browsers/hists.c 				extra_offset = LEVEL_OFFSET_STEP;
extra_offset     1086 tools/perf/ui/browsers/hists.c 							offset + extra_offset,
extra_offset     1097 tools/perf/ui/browsers/hists.c 			const int new_level = level + (extra_offset ? 2 : 1);