Home
last modified time | relevance | path

Searched full:roll (Results 1 – 25 of 246) sorted by relevance

12345678910

/linux-6.8/include/linux/
Dbitops.h102 * @shift: bits to roll
112 * @shift: bits to roll
122 * @shift: bits to roll
132 * @shift: bits to roll
142 * @shift: bits to roll
152 * @shift: bits to roll
162 * @shift: bits to roll
172 * @shift: bits to roll
/linux-6.8/fs/xfs/libxfs/
Dxfs_attr_remote.c312 /* roll buffer forwards */ in xfs_attr_rmtval_copyout()
317 /* roll attribute data forwards */ in xfs_attr_rmtval_copyout()
362 /* roll buffer forwards */ in xfs_attr_rmtval_copyin()
367 /* roll attribute data forwards */ in xfs_attr_rmtval_copyin()
431 /* roll attribute extent map forwards */ in xfs_attr_rmtval_get()
487 * Roll through the "value", copying the attribute value to the in xfs_attr_rmtval_set_value()
529 /* roll attribute extent map forwards */ in xfs_attr_rmtval_set_value()
571 * initializes the context to roll through allocating an attr extent for a
626 /* roll attribute extent map forwards */ in xfs_attr_rmtval_set_blk()
646 * Roll through the "value", invalidating the attribute value's blocks. in xfs_attr_rmtval_invalidate()
Dxfs_defer.c38 * we can roll the transaction to adhere to AG locking order rules and
49 * roll a transaction to facilitate this, but using this facility
70 * > Roll the transaction.
78 * - Roll the deferred-op transaction as above.
90 * work items every time we roll the transaction, and that we must log
105 * a new log intent item with the unfinished work items, roll the
456 /* Roll a transaction so we can do some deferred op processing. */
471 * Roll the transaction. Rolling always given a new transaction (even in xfs_defer_trans_roll()
526 * The caller should provide a fresh transaction and roll it after we're done.
645 * any work items that wandered in since the last transaction roll (if
[all …]
Dxfs_attr.c126 * Roll down the "path" in the state structure, storing the on-disk
141 * Roll down the "altpath" in the state structure, storing the on-disk
174 * Roll down the "path" in the state structure, storing the on-disk
192 * Roll down the "altpath" in the state structure, storing the on-disk
452 * We're not in leaf format anymore, so roll the transaction and in xfs_attr_leaf_addname()
462 * We need to commit and roll if we need to allocate remote xattr blocks in xfs_attr_leaf_addname()
535 /* Roll the transaction only if there is more to allocate. */ in xfs_attr_rmtval_alloc()
Dxfs_attr.h432 * calling function to roll the transaction, and then call the subroutine to
507 /* Used in xfs_attr_node_removename to roll through removing blocks */
526 /* Used in xfs_attr_rmtval_set_blk to roll through allocating blocks */
/linux-6.8/sound/soc/codecs/
Dak4458.c103 * 0, 0, 0 : Sharp Roll-Off Filter
104 * 0, 0, 1 : Slow Roll-Off Filter
105 * 0, 1, 0 : Short delay Sharp Roll-Off Filter
106 * 0, 1, 1 : Short delay Slow Roll-Off Filter
107 * 1, *, * : Super Slow Roll-Off Filter
110 "Sharp Roll-Off Filter",
111 "Slow Roll-Off Filter",
112 "Short delay Sharp Roll-Off Filter",
113 "Short delay Slow Roll-Off Filter",
114 "Super Slow Roll-Off Filter"
Dak4375.c138 * 0, 0 : Sharp Roll-Off Filter
139 * 0, 1 : Slow Roll-Off Filter
140 * 1, 0 : Short delay Sharp Roll-Off Filter
141 * 1, 1 : Short delay Slow Roll-Off Filter
144 "Sharp Roll-Off Filter",
145 "Slow Roll-Off Filter",
146 "Short delay Sharp Roll-Off Filter",
147 "Short delay Slow Roll-Off Filter",
Dak5558.c78 "Sharp Roll-Off", "Slow Roll-Off",
79 "Short Delay Sharp Roll-Off", "Short Delay Slow Roll-Off",
Dpcm3168a.c136 SOC_ENUM("DAC1 Digital Filter roll-off", pcm3168a_d1_roll_off),
137 SOC_ENUM("DAC2 Digital Filter roll-off", pcm3168a_d2_roll_off),
138 SOC_ENUM("DAC3 Digital Filter roll-off", pcm3168a_d3_roll_off),
139 SOC_ENUM("DAC4 Digital Filter roll-off", pcm3168a_d4_roll_off),
/linux-6.8/arch/x86/crypto/
Dcamellia-x86_64-asm_64.S104 roll $1, RT0d; \
118 roll $1, RT0d; \
286 roll $1, RT0d; \
296 roll $1, RT2d; \
310 roll $1, RT2d; \
320 roll $1, RT1d; \
Ddes3_ede-asm_64.S89 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; \
/linux-6.8/fs/xfs/scrub/
Drepair.c135 * Roll a transaction, keeping the AG headers locked and reinitializing
145 * Keep the AG header buffers locked while we roll the transaction. in xrep_roll_ag_trans()
146 * Ensure that both AG buffers are dirty and held when we roll the in xrep_roll_ag_trans()
150 * Normal code would never hold clean buffers across a roll, but repair in xrep_roll_ag_trans()
164 * Roll the transaction. We still hold the AG header buffers locked in xrep_roll_ag_trans()
182 /* Roll the scrub transaction, holding the primary metadata locked. */
201 * items. Ensure that both AG buffers are dirty and held when we roll in xrep_defer_finish()
205 * Normal code would never hold clean buffers across a roll, but repair in xrep_defer_finish()
231 * that for us. The defer roll code redirties held buffers after each in xrep_defer_finish()
232 * roll, so the AG header buffers should be ready for logging. in xrep_defer_finish()
[all …]
Dreap.c94 /* If true, roll the transaction before reaping the next extent. */
163 * Decide if we want to roll the transaction after reaping an extent. We don't
405 * roll and retry. in xreap_agextent_iter()
596 * Hold the AGF buffer across the transaction roll so in xreap_fsmeta_extent()
/linux-6.8/drivers/gpu/drm/omapdrm/
Domap_gem.c38 /** roll applied when mapping to DMM */
39 u32 roll; member
636 int omap_gem_roll(struct drm_gem_object *obj, u32 roll) in omap_gem_roll() argument
642 if (roll > npages) { in omap_gem_roll()
643 dev_err(obj->dev->dev, "invalid roll: %d\n", roll); in omap_gem_roll()
647 omap_obj->roll = roll; in omap_gem_roll()
658 roll, true); in omap_gem_roll()
769 ret = tiler_pin(block, omap_obj->pages, npages, omap_obj->roll, true); in omap_gem_pin_tiler()
1116 omap_obj->roll, true); in omap_gem_resume()
1148 omap_obj->vaddr, omap_obj->roll); in omap_gem_describe()
Domap_dmm_tiler.c345 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()
Domap_fbdev.c35 /* for deferred dmm roll when getting called in atomic ctx */
49 /* DMM roll shifts in 4K pages: */ in pan_worker()
/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dverifier_log.c135 "log_%s_%d", mode ? "roll" : "fixed", i); in verif_log_subtest()
140 "log_%s_prog_load_%d", mode ? "roll" : "fixed", i); in verif_log_subtest()
148 "log_%s_strlen_%d", mode ? "roll" : "fixed", i); in verif_log_subtest()
157 "log_%s_contents_%d", mode ? "roll" : "fixed", i); in verif_log_subtest()
167 "log_%s_unused_%d", mode ? "roll" : "fixed", i); in verif_log_subtest()
/linux-6.8/arch/x86/lib/
Dchecksum_32.S65 roll $8, %eax
126 roll $8, %eax
172 roll $8, %eax
244 roll $8, %eax
/linux-6.8/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_struct.h209 * Note: if specified as 2'b11, hardware AN roll over is not
239 * automatically updated by HW, if AN roll over is enabled.
244 * When the Enable AN roll over is set, S/W does not need to
245 * program the new SA's and the H/W will automatically roll over
247 * For normal operation, Enable AN Roll over will be set to '0'
515 /*! 0: The AN number will not automatically roll over if Next_PN is
517 * 1: The AN number will automatically roll over if Next_PN is
519 * Rollover is valid only after expiry. Normal roll over between
/linux-6.8/fs/nilfs2/
Dsegment.h26 * @ri_lsegs_start: Region for roll-forwarding (start block number)
27 * @ri_lsegs_end: Region for roll-forwarding (end block number)
/linux-6.8/tools/testing/selftests/net/tcp_ao/
Dseq-ext.c18 /* Move them closer to roll-over */
25 /* make them roll-over during quota, but on different segments */ in test_adjust_seqs()
/linux-6.8/arch/sh/kernel/cpu/sh3/
Dentry.S300 ! - roll back gRB
302 ! k0 returns original sp (after roll back)
308 ! Check for roll back gRB (User and Kernel)
/linux-6.8/drivers/gpu/drm/i915/
DTODO.txt10 - Roll out dma_fence critical section annotations.
/linux-6.8/drivers/net/wireless/realtek/rtw89/
Dchan.c1929 u8 drop, roll; in rtw89_chanctx_ops_remove() local
1935 roll = find_next_bit(hal->entity_map, NUM_OF_RTW89_SUB_ENTITY, drop + 1); in rtw89_chanctx_ops_remove()
1938 if (roll == NUM_OF_RTW89_SUB_ENTITY) in rtw89_chanctx_ops_remove()
1942 * Make another roll down to RTW89_SUB_ENTITY_0 to replace. in rtw89_chanctx_ops_remove()
1944 hal->sub[roll].cfg->idx = RTW89_SUB_ENTITY_0; in rtw89_chanctx_ops_remove()
1945 hal->sub[RTW89_SUB_ENTITY_0] = hal->sub[roll]; in rtw89_chanctx_ops_remove()
1948 if (rtwvif->sub_entity_idx == roll) in rtw89_chanctx_ops_remove()
1952 atomic_cmpxchg(&hal->roc_entity_idx, roll, RTW89_SUB_ENTITY_0); in rtw89_chanctx_ops_remove()
1954 drop = roll; in rtw89_chanctx_ops_remove()
/linux-6.8/drivers/net/ethernet/marvell/octeon_ep/
Doctep_ctrl_mbox.c151 /* roll over and copy remaining w_sz */ in octep_write_mbox_data()
216 /* roll over and copy remaining r_sz */ in octep_read_mbox_data()

12345678910