Home
last modified time | relevance | path

Searched refs:extra_offset (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/
H A Dstex.c228 __le32 extra_offset; /* NEW */ member
344 u32 extra_offset; member
1068 if (hba->extra_offset) { in stex_common_handshake()
1069 h->extra_offset = cpu_to_le32(hba->extra_offset); in stex_common_handshake()
1070 h->extra_size = cpu_to_le32(hba->dma_size - hba->extra_offset); in stex_common_handshake()
1072 h->extra_offset = h->extra_size = 0; in stex_common_handshake()
1159 h->extra_offset = h->extra_size = 0; in stex_ss_handshake()
1734 hba->extra_offset = hba->dma_size; in stex_probe()
1746 hba->dma_size = hba->extra_offset in stex_probe()
/linux/arch/arm64/kernel/
H A Dsignal.c66 unsigned long extra_offset; member
163 !user->extra_offset && in __sigframe_alloc()
168 ret = __sigframe_alloc(user, &user->extra_offset, in __sigframe_alloc()
1312 if (err == 0 && user->extra_offset) { in setup_sigframe()
1315 apply_user_offset(user, user->extra_offset); in setup_sigframe()
/linux/tools/perf/ui/browsers/
H A Dhists.c930 int extra_offset = 0; in hist_browser__show_callchain_flat() local
938 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_flat()
945 offset + extra_offset, in hist_browser__show_callchain_flat()
961 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_flat()
968 offset + extra_offset, in hist_browser__show_callchain_flat()
1123 int extra_offset = 0; in hist_browser__show_callchain_graph() local
1131 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_graph()
1138 offset + extra_offset, in hist_browser__show_callchain_graph()
1149 const int new_level = level + (extra_offset ? 2 : 1); in hist_browser__show_callchain_graph()