| /linux-6.15/fs/netfs/ |
| H A D | rolling_buffer.c | 71 roll->head = fq; in rolling_buffer_init() 72 roll->tail = fq; in rolling_buffer_init() 92 roll->head = fq; in rolling_buffer_make_space() 99 roll->iter.folioq = fq; in rolling_buffer_make_space() 100 roll->iter.folioq_slot = 0; in rolling_buffer_make_space() 128 fq = roll->head; in rolling_buffer_load_from_ra() 145 WRITE_ONCE(roll->iter.count, roll->iter.count + size); in rolling_buffer_load_from_ra() 170 WRITE_ONCE(roll->iter.count, roll->iter.count + size); in rolling_buffer_append() 190 roll->tail = next; in rolling_buffer_delete_spent() 204 while ((p = roll->tail)) { in rolling_buffer_clear() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | rolling_buffer.h | 45 int rolling_buffer_init(struct rolling_buffer *roll, unsigned int rreq_id, 47 int rolling_buffer_make_space(struct rolling_buffer *roll); 48 ssize_t rolling_buffer_load_from_ra(struct rolling_buffer *roll, 51 ssize_t rolling_buffer_append(struct rolling_buffer *roll, struct folio *folio, 53 struct folio_queue *rolling_buffer_delete_spent(struct rolling_buffer *roll); 54 void rolling_buffer_clear(struct rolling_buffer *roll); 56 static inline void rolling_buffer_advance(struct rolling_buffer *roll, size_t amount) in rolling_buffer_advance() argument 58 iov_iter_advance(&roll->iter, amount); in rolling_buffer_advance()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | camellia-x86_64-asm_64.S | 105 roll $1, RT0d; \ 119 roll $1, RT0d; \ 287 roll $1, RT0d; \ 297 roll $1, RT2d; \ 311 roll $1, RT2d; \ 321 roll $1, RT1d; \
|
| H A D | des3_ede-asm_64.S | 89 roll $4, RT0d; \ 99 roll $1, right##d; \ 104 roll $1, left##d; \ 270 roll $4, RT0d; \ 291 roll $1, right##0d; \ 296 roll $1, left##0d; \ 300 roll $1, right##1d; \ 305 roll $1, left##1d; \ 309 roll $1, right##2d; \ 314 roll $1, left##2d; \
|
| H A D | twofish-x86_64-asm_64-3way.S | 125 roll $1, ab ## d; \ 138 roll $1, ba ## d; \
|
| H A D | sm3-avx-asm_64.S | 146 roll $(v), reg; 150 roll $(v), dst;
|
| /linux-6.15/arch/x86/lib/ |
| H A D | checksum_32.S | 65 roll $8, %eax 126 roll $8, %eax 172 roll $8, %eax 244 roll $8, %eax
|
| H A D | csum-copy_64.S | 249 roll $8, %eax
|
| /linux-6.15/drivers/gpu/drm/omapdrm/ |
| H A D | omap_gem.c | 40 u32 roll; member 637 int omap_gem_roll(struct drm_gem_object *obj, u32 roll) in omap_gem_roll() argument 643 if (roll > npages) { in omap_gem_roll() 644 dev_err(obj->dev->dev, "invalid roll: %d\n", roll); in omap_gem_roll() 648 omap_obj->roll = roll; in omap_gem_roll() 659 roll, true); in omap_gem_roll() 770 ret = tiler_pin(block, omap_obj->pages, npages, omap_obj->roll, true); in omap_gem_pin_tiler() 1117 omap_obj->roll, true); in omap_gem_resume() 1149 omap_obj->vaddr, omap_obj->roll); in omap_gem_describe()
|
| H A D | omap_dmm_tiler.c | 345 struct page **pages, u32 npages, u32 roll) in dmm_txn_append() argument 376 int n = i + roll; in dmm_txn_append() 460 u32 npages, u32 roll, bool wait) in fill() argument 491 dmm_txn_append(txn, &p_area, pages, npages, roll); in fill() 493 roll += tcm_sizeof(slice); in fill() 508 u32 npages, u32 roll, bool wait) in tiler_pin() argument 512 ret = fill(&block->area, pages, npages, roll, wait); in tiler_pin()
|
| H A D | omap_gem.h | 68 int omap_gem_roll(struct drm_gem_object *obj, u32 roll);
|
| H A D | omap_dmm_tiler.h | 83 u32 npages, u32 roll, bool wait);
|
| /linux-6.15/arch/sh/kernel/cpu/sh3/ |
| H A D | entry.S | 300 ! - roll back gRB 302 ! k0 returns original sp (after roll back) 308 ! Check for roll back gRB (User and Kernel)
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | frontend-property-cable-systems.rst | 19 supports a subset of the Annex A modulation types, and a roll-off of
|
| /linux-6.15/drivers/s390/net/ |
| H A D | ctcm_mpc.h | 189 __u8 roll; member
|
| H A D | ctcm_mpc.c | 1593 grp->roll = XSIDE; in mpc_validate_xid() 1598 grp->roll = YSIDE; in mpc_validate_xid() 1890 if (grp->roll == YSIDE) { in mpc_action_doxid7() 1907 if (grp->roll == YSIDE) { in mpc_action_doxid7()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci-drivers-xhci_hcd | 21 port will roll back to the xHCI.
|
| /linux-6.15/Documentation/devicetree/bindings/eeprom/ |
| H A D | at24.yaml | 185 Indicates that the multi-address eeprom does not automatically roll
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | transactional_memory.rst | 18 guaranteed to either complete atomically or roll back and undo any partial 59 state will roll back to that at the 'tbegin', and control will continue from
|
| /linux-6.15/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-qos.c | 524 int roll = 2; in am65_cpsw_port_est_get_free_buf_num() local 526 while (roll--) { in am65_cpsw_port_est_get_free_buf_num()
|
| /linux-6.15/Documentation/accounting/ |
| H A D | psi.rst | 15 roll the dice and frequently suffer the disruptions resulting from
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | chan.c | 2713 enum rtw89_chanctx_idx roll; in rtw89_chanctx_ops_unassign_vif() local 2731 roll = find_next_bit(hal->entity_map, NUM_OF_RTW89_CHANCTX, in rtw89_chanctx_ops_unassign_vif() 2734 if (roll == NUM_OF_RTW89_CHANCTX) in rtw89_chanctx_ops_unassign_vif() 2740 rtw89_swap_chanctx(rtwdev, cfg->idx, roll); in rtw89_chanctx_ops_unassign_vif()
|
| /linux-6.15/Documentation/fb/ |
| H A D | udlfb.rst | 164 roll over very quickly. To get reliable results, design
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_transport_spi.c | 669 u32 roll = (pattern & 0x80000000) ? 1 : 0; in spi_dv_device_echo_buffer() local 672 pattern = (pattern << 1) | roll; in spi_dv_device_echo_buffer()
|
| /linux-6.15/tools/net/sunrpc/xdrgen/ |
| H A D | README | 26 The Linux kernel's implementation of SunRPC-based protocols hand-roll
|