Home
last modified time | relevance | path

Searched refs:extra_offset (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsignal.c60 unsigned long extra_offset; member
102 !user->extra_offset && in __sigframe_alloc()
107 ret = __sigframe_alloc(user, &user->extra_offset, in __sigframe_alloc()
655 if (err == 0 && user->extra_offset) { in setup_sigframe()
658 apply_user_offset(user, user->extra_offset); in setup_sigframe()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dstex.c228 __le32 extra_offset; /* NEW */ member
345 u32 extra_offset; member
1072 if (hba->extra_offset) { in stex_common_handshake()
1073 h->extra_offset = cpu_to_le32(hba->extra_offset); in stex_common_handshake()
1074 h->extra_size = cpu_to_le32(hba->dma_size - hba->extra_offset); in stex_common_handshake()
1076 h->extra_offset = h->extra_size = 0; in stex_common_handshake()
1163 h->extra_offset = h->extra_size = 0; in stex_ss_handshake()
1738 hba->extra_offset = hba->dma_size; in stex_probe()
1750 hba->dma_size = hba->extra_offset in stex_probe()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dstex.c228 __le32 extra_offset; /* NEW */ member
345 u32 extra_offset; member
1069 if (hba->extra_offset) { in stex_common_handshake()
1070 h->extra_offset = cpu_to_le32(hba->extra_offset); in stex_common_handshake()
1071 h->extra_size = cpu_to_le32(hba->dma_size - hba->extra_offset); in stex_common_handshake()
1073 h->extra_offset = h->extra_size = 0; in stex_common_handshake()
1160 h->extra_offset = h->extra_size = 0; in stex_ss_handshake()
1735 hba->extra_offset = hba->dma_size; in stex_probe()
1747 hba->dma_size = hba->extra_offset in stex_probe()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsignal.c63 unsigned long extra_offset; member
105 !user->extra_offset && in __sigframe_alloc()
110 ret = __sigframe_alloc(user, &user->extra_offset, in __sigframe_alloc()
1000 if (err == 0 && user->extra_offset) { in setup_sigframe()
1003 apply_user_offset(user, user->extra_offset); in setup_sigframe()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c1032 uint extra_offset = 0; in dma_rxfill() local
1051 extra_offset = di->rxextrahdrroom; in dma_rxfill()
1058 p = brcmu_pkt_buf_get_skb(di->rxbufsize + extra_offset); in dma_rxfill()
1072 if (extra_offset) in dma_rxfill()
1073 skb_pull(p, extra_offset); in dma_rxfill()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c1032 uint extra_offset = 0; in dma_rxfill() local
1051 extra_offset = di->rxextrahdrroom; in dma_rxfill()
1058 p = brcmu_pkt_buf_get_skb(di->rxbufsize + extra_offset); in dma_rxfill()
1072 if (extra_offset) in dma_rxfill()
1073 skb_pull(p, extra_offset); in dma_rxfill()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c928 int extra_offset = 0; in hist_browser__show_callchain_flat() local
936 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_flat()
943 offset + extra_offset, in hist_browser__show_callchain_flat()
959 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_flat()
966 offset + extra_offset, in hist_browser__show_callchain_flat()
1121 int extra_offset = 0; in hist_browser__show_callchain_graph() local
1129 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_graph()
1136 offset + extra_offset, in hist_browser__show_callchain_graph()
1147 const int new_level = level + (extra_offset ? 2 : 1); in hist_browser__show_callchain_graph()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c929 int extra_offset = 0; in hist_browser__show_callchain_flat() local
937 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_flat()
944 offset + extra_offset, in hist_browser__show_callchain_flat()
960 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_flat()
967 offset + extra_offset, in hist_browser__show_callchain_flat()
1122 int extra_offset = 0; in hist_browser__show_callchain_graph() local
1130 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_graph()
1137 offset + extra_offset, in hist_browser__show_callchain_graph()
1148 const int new_level = level + (extra_offset ? 2 : 1); in hist_browser__show_callchain_graph()
/kernel/linux/linux-5.10/fs/ext4/
H A Dinline.c1481 int dotdot_offset, dotdot_size, extra_offset, extra_size; in ext4_read_inline_dir() local
1516 * So we will use extra_offset and extra_size to indicate them in ext4_read_inline_dir()
1521 extra_offset = dotdot_size - EXT4_INLINE_DOTDOT_SIZE; in ext4_read_inline_dir()
1522 extra_size = extra_offset + inline_size; in ext4_read_inline_dir()
1547 (dir_buf + i - extra_offset); in ext4_read_inline_dir()
1581 (dir_buf + ctx->pos - extra_offset); in ext4_read_inline_dir()
/kernel/linux/linux-6.6/fs/ext4/
H A Dinline.c1459 int dotdot_offset, dotdot_size, extra_offset, extra_size; in ext4_read_inline_dir() local
1494 * So we will use extra_offset and extra_size to indicate them in ext4_read_inline_dir()
1499 extra_offset = dotdot_size - EXT4_INLINE_DOTDOT_SIZE; in ext4_read_inline_dir()
1500 extra_size = extra_offset + inline_size; in ext4_read_inline_dir()
1525 (dir_buf + i - extra_offset); in ext4_read_inline_dir()
1559 (dir_buf + ctx->pos - extra_offset); in ext4_read_inline_dir()

Completed in 26 milliseconds