Home
last modified time | relevance | path

Searched full:rtx (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/iommu/
H A Ds390-iommu.c254 int rtx; in dma_free_rt_table() local
256 for (rtx = 0; rtx < ZPCI_TABLE_ENTRIES; rtx++) in dma_free_rt_table()
257 if (reg_entry_isvalid(rto[rtx])) in dma_free_rt_table()
258 dma_free_seg_table(rto[rtx]); in dma_free_rt_table()
277 int rtx, rsx, rfx; in dma_cleanup_tables() local
294 for (rtx = 0; rtx < ZPCI_TABLE_ENTRIES; rtx++) in dma_cleanup_tables()
295 if (reg_entry_isvalid(domain->dma_table[rtx])) in dma_cleanup_tables()
296 dma_free_seg_table(domain->dma_table[rtx]); in dma_cleanup_tables()
455 unsigned int rtx, sx, px; in dma_walk_cpu_trans() local
461 rtx = calc_rtx(dma_addr); in dma_walk_cpu_trans()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h26 xfs_rtxnum_t rtx) in xfs_rtx_to_rtb() argument
32 return start + (rtx << mp->m_rtxblklog); in xfs_rtx_to_rtb()
33 return start + (rtx * mp->m_sb.sb_rextsize); in xfs_rtx_to_rtb()
182 xfs_rtxnum_t rtx) in xfs_rtx_to_rbmblock() argument
185 return div_u64(rtx, mp->m_rtx_per_rbmblock); in xfs_rtx_to_rbmblock()
187 return rtx >> mp->m_blkbit_log; in xfs_rtx_to_rbmblock()
194 xfs_rtxnum_t rtx) in xfs_rtx_to_rbmword() argument
199 div_u64_rem(rtx >> XFS_NBWORDLOG, mp->m_blockwsize, &mod); in xfs_rtx_to_rbmword()
203 return (rtx >> XFS_NBWORDLOG) & (mp->m_blockwsize - 1); in xfs_rtx_to_rbmword()
H A Dxfs_exchmaps.c220 * Unwritten mappings can appear in the middle of an rtx if the rtx is in xfs_exchmaps_can_skip_mapping()
224 * rtx boundaries. in xfs_exchmaps_can_skip_mapping()
232 * - If the beginning is not aligned to an rtx, trim the end of the in xfs_exchmaps_can_skip_mapping()
233 * mapping so that it does not cross an rtx boundary, and swap it. in xfs_exchmaps_can_skip_mapping()
235 * - If both ends are aligned to an rtx, skip the entire mapping. in xfs_exchmaps_can_skip_mapping()
249 * All mappings below this point are unwritten, start on an rtx in xfs_exchmaps_can_skip_mapping()
250 * boundary, and do not end on an rtx boundary. in xfs_exchmaps_can_skip_mapping()
252 * - If the mapping is longer than one rtx, trim the end of the mapping in xfs_exchmaps_can_skip_mapping()
253 * down to an rtx boundary and skip it. in xfs_exchmaps_can_skip_mapping()
255 * - The mapping is shorter than one rtx. Swap it. in xfs_exchmaps_can_skip_mapping()
H A Dxfs_rtbitmap.c268 xfs_rtxnum_t *rtx) /* out: start rtext found */ in xfs_rtfind_back() argument
324 *rtx = start - i + 1; in xfs_rtfind_back()
362 *rtx = start - i + 1; in xfs_rtfind_back()
401 *rtx = start - i + 1; in xfs_rtfind_back()
409 *rtx = start - i + 1; in xfs_rtfind_back()
422 xfs_rtxnum_t *rtx) /* out: start rtext found */ in xfs_rtfind_forw() argument
479 *rtx = start + i - 1; in xfs_rtfind_forw()
517 *rtx = start + i - 1; in xfs_rtfind_forw()
554 *rtx = start + i - 1; in xfs_rtfind_forw()
562 *rtx = start + i - 1; in xfs_rtfind_forw()
H A Dxfs_rtgroup.h233 xfs_rtxnum_t rtx) in xfs_rtx_to_rgbno() argument
238 return rtx << mp->m_rtxblklog; in xfs_rtx_to_rgbno()
239 return rtx * mp->m_sb.sb_rextsize; in xfs_rtx_to_rgbno()
/linux/fs/xfs/
H A Dxfs_rtalloc.c236 * the length, if given. Returns error; returns starting block in *rtx.
248 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtallocate_extent_block() argument
255 xfs_rtxlen_t scanlen; /* number of free rtx to look for */ in xfs_rtallocate_extent_block()
284 *rtx = i; in xfs_rtallocate_extent_block()
329 *rtx = besti; in xfs_rtallocate_extent_block()
340 * Returns error; returns starting block in *rtx.
351 xfs_rtxnum_t *rtx) /* out: start rtext allocated */ in xfs_rtallocate_extent_exact() argument
355 xfs_rtxlen_t scanlen; /* number of free rtx to look for */ in xfs_rtallocate_extent_exact()
375 *rtx = start; in xfs_rtallocate_extent_exact()
392 *rtx = start; in xfs_rtallocate_extent_exact()
[all …]
H A Dxfs_trans.c1166 unsigned int rtx = xfs_extlen_to_rtxlen(mp, rblocks); in xfs_trans_reserve_more_inode() local
1171 error = xfs_trans_reserve(tp, &resv, dblocks, rtx); in xfs_trans_reserve_more_inode()
1189 xfs_add_frextents(mp, rtx); in xfs_trans_reserve_more_inode()
1190 tp->t_rtx_res -= rtx; in xfs_trans_reserve_more_inode()
/linux/Documentation/devicetree/bindings/clock/
H A Drenesas,r9a08g045-vbattb.yaml36 - const: rtx
77 clock-names = "bclk", "rtx";
/linux/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c
H A Dstackleak_plugin.c284 rtx body; in remove_stack_tracking_gcall()
294 * Expression (RTX) describing the side effect performed by in remove_stack_tracking_gcall()
307 * be a mem RTX describing the needed subroutine with a in remove_stack_tracking_gcall()
308 * symbol_ref RTX. in remove_stack_tracking_gcall()
354 rtx body; in remove_stack_tracking_gasm()
364 * Expression (RTX) describing the side effect performed by in remove_stack_tracking_gasm()
/linux/drivers/clk/renesas/
H A Dclk-vbattb.c142 parent_data.fw_name = "rtx"; in vbattb_clk_probe()
151 hw = devm_clk_hw_register_fixed_factor_fwname(dev, np, "xbyp", "rtx", 0, 1, 1); in vbattb_clk_probe()
/linux/arch/s390/kvm/
H A Dgaccess.c32 unsigned long rtx : 11; member
499 ptr += vaddr.rtx * 8; in guest_translate()
502 if (vaddr.rfx || vaddr.rsx || vaddr.rtx) in guest_translate()
543 ptr = rste.rto * PAGE_SIZE + vaddr.rtx * 8; in guest_translate()
1255 if (vaddr.rfx || vaddr.rsx || vaddr.rtx) in kvm_s390_shadow_tables()
1324 ptr += vaddr.rtx * _REGION3_SIZE; in kvm_s390_shadow_tables()
1328 *pgt = ptr + vaddr.rtx * 8; in kvm_s390_shadow_tables()
1329 rc = gmap_read_table(parent, ptr + vaddr.rtx * 8, &rtte.val); in kvm_s390_shadow_tables()
/linux/net/sctp/
H A Doutqueue.c492 * retransmission (via either T3-rtx timer expiration in sctp_retransmit_mark()
503 * M5) If a T3-rtx timer expires, the in sctp_retransmit_mark()
546 /* Update the retran path if the T3-rtx timer has expired for in sctp_retransmit()
575 /* PR-SCTP A5) Any time the T3-rtx timer expires, on any destination, in sctp_retransmit()
616 * RFC 2960 6.3.3 Handle T3-rtx Expiration in __sctp_outq_flush_rtx()
620 * T3-rtx has expired will fit into a single packet, subject in __sctp_outq_flush_rtx()
969 * sender MUST assure that at least one T3-rtx in sctp_outq_flush_ctrl()
1550 * for that address, restart T3-rtx in sctp_check_transmitted()
1591 * Gap Ack Block, start T3-rtx for the in sctp_check_transmitted()
1686 * been acknowledged, turn off the T3-rtx timer of that in sctp_check_transmitted()
H A Dchunk.c333 chunk->asoc->abandoned_sent[SCTP_PR_INDEX(RTX)]++; in sctp_chunk_abandoned()
334 streamout->ext->abandoned_sent[SCTP_PR_INDEX(RTX)]++; in sctp_chunk_abandoned()
H A Dtransport.c184 * retransmission), if the T3-rtx timer of that address is not running in sctp_transport_reset_t3_rtx()
663 * When the T3-rtx timer expires on an address, SCTP should in sctp_transport_lower_cwnd()
673 /* T3-rtx also clears fast recovery */ in sctp_transport_lower_cwnd()
H A Doutput.c351 /* timestamp the chunk for rtx purposes */ in __sctp_packet_append_chunk()
353 /* Mainly used for prsctp RTX policy */ in __sctp_packet_append_chunk()
/linux/Documentation/devicetree/bindings/sound/
H A Dfsl,aud2htx.yaml7 title: NXP Audio Subsystem to HDMI RTX Subsystem Controller
/linux/fs/xfs/scrub/
H A Drtbitmap.h19 /* Mask to round an rtx down to the nearest bitmap word. */
H A Drtbitmap_repair.c85 xfs_rtxnum_t rtx) in rtx_to_wordoff() argument
87 return rtx >> XFS_NBWORDLOG; in rtx_to_wordoff()
H A Dtrace.h1275 TP_printk("dev %d:%d rtdev %d:%d rtx 0x%llx rtxcount 0x%llx log %u rsumpos 0x%llx sumcount %u",
3716 xfs_rtxnum_t rtx, xfs_rtxnum_t len),
3717 TP_ARGS(rtg, rbmoff, rtx, len),
3723 __field(xfs_rtxnum_t, rtx)
3731 __entry->rtx = rtx;
3734 TP_printk("dev %d:%d rtdev %d:%d rgno 0x%x rbmoff 0x%llx rtx 0x%llx rtxcount 0x%llx",
3739 __entry->rtx,
/linux/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_synack_old.pkt37 // with buggy conntrack above packet is dropped, so SYN rtx is seen:
/linux/drivers/acpi/
H A Dresource.c600 /* TongFang GM6BGEQ / PCSpecialist Elimina Pro 16 M, RTX 3050 */
606 /* TongFang GM6BG5Q, RTX 4050 */
612 /* TongFang GM6BG0Q / PCSpecialist Elimina Pro 16 M, RTX 4060 */
/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Dsa2400.c193 write_sa2400(dev, 4, 0x19341 | firdac); /* RTX MODE */ in sa2400_rf_init()
/linux/include/net/sctp/
H A Dcommand.h83 SCTP_CMD_T3_RTX_TIMERS_STOP, /* Stops T3-rtx pending timers */
H A Dstructs.h552 /* How many times this chunk have been sent, for prsctp RTX policy */
927 * [Everywhere else in the text this is called T3-rtx. -ed]
937 /* Timer to handler reconf chunk rtx */
1110 /* Are we doing fast-rtx on this queue */

12