Home
last modified time | relevance | path

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

12345678910>>...18

/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
Dchan.c357 u8 drop, roll; in rtw89_chanctx_ops_remove() local
363 roll = find_next_bit(hal->entity_map, NUM_OF_RTW89_SUB_ENTITY, drop + 1); in rtw89_chanctx_ops_remove()
366 if (roll == NUM_OF_RTW89_SUB_ENTITY) in rtw89_chanctx_ops_remove()
370 * Make another roll down to RTW89_SUB_ENTITY_0 to replace. in rtw89_chanctx_ops_remove()
372 hal->sub[roll].cfg->idx = RTW89_SUB_ENTITY_0; in rtw89_chanctx_ops_remove()
373 hal->sub[RTW89_SUB_ENTITY_0] = hal->sub[roll]; in rtw89_chanctx_ops_remove()
376 if (rtwvif->sub_entity_idx == roll) in rtw89_chanctx_ops_remove()
380 atomic_cmpxchg(&hal->roc_entity_idx, roll, RTW89_SUB_ENTITY_0); in rtw89_chanctx_ops_remove()
382 drop = roll; in rtw89_chanctx_ops_remove()
/kernel/linux/linux-5.10/include/linux/
Dbitops.h81 * @shift: bits to roll
91 * @shift: bits to roll
101 * @shift: bits to roll
111 * @shift: bits to roll
121 * @shift: bits to roll
131 * @shift: bits to roll
141 * @shift: bits to roll
151 * @shift: bits to roll
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dgtt.c99 for (i = r->roll; i < r->npage; i++) { in psb_gtt_insert()
104 for (i = 0; i < r->roll; i++) { in psb_gtt_insert()
147 * @roll: roll offset
149 * Roll an existing pinned mapping by moving the pages through the GTT.
153 void psb_gtt_roll(struct drm_device *dev, struct gtt_range *r, int roll) in psb_gtt_roll() argument
159 if (roll >= r->npage) { in psb_gtt_roll()
164 r->roll = roll; in psb_gtt_roll()
173 for (i = r->roll; i < r->npage; i++) { in psb_gtt_roll()
178 for (i = 0; i < r->roll; i++) { in psb_gtt_roll()
349 gt->roll = 0; in psb_gtt_alloc_range()
Dgtt.h40 int roll; /* Roll applied to the GTT entries */ member
53 struct gtt_range *gt, int roll);
/kernel/linux/linux-6.6/include/linux/
Dbitops.h103 * @shift: bits to roll
113 * @shift: bits to roll
123 * @shift: bits to roll
133 * @shift: bits to roll
143 * @shift: bits to roll
153 * @shift: bits to roll
163 * @shift: bits to roll
173 * @shift: bits to roll
/kernel/linux/linux-6.6/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
625 /* roll attribute extent map forwards */ in xfs_attr_rmtval_set_blk()
645 * Roll through the "value", invalidating the attribute value's blocks. in xfs_attr_rmtval_invalidate()
Dxfs_defer.c37 * we can roll the transaction to adhere to AG locking order rules and
48 * roll a transaction to facilitate this, but using this facility
69 * > Roll the transaction.
77 * - Roll the deferred-op transaction as above.
89 * work items every time we roll the transaction, and that we must log
104 * a new log intent item with the unfinished work items, roll the
382 /* Roll a transaction so we can do some deferred op processing. */
397 * Roll the transaction. Rolling always given a new transaction (even in xfs_defer_trans_roll()
434 * The caller should provide a fresh transaction and roll it after we're done.
538 * any work items that wandered in since the last transaction roll (if
[all …]
/kernel/linux/linux-5.10/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()
588 * Roll through the "value", allocating blocks on disk as required. in xfs_attr_rmtval_set()
643 * Roll through the "value", invalidating the attribute value's blocks. in xfs_attr_rmtval_invalidate()
Dxfs_defer.c27 * we can roll the transaction to adhere to AG locking order rules and
38 * roll a transaction to facilitate this, but using this facility
59 * > Roll the transaction.
67 * - Roll the deferred-op transaction as above.
79 * work items every time we roll the transaction, and that we must log
94 * a new log intent item with the unfinished work items, roll the
235 /* Roll a transaction so we can do some deferred op processing. */
291 * Roll the transaction. Rolling always given a new transaction (even in xfs_defer_trans_roll()
352 * The caller should provide a fresh transaction and roll it after we're done.
451 * any work items that wandered in since the last transaction roll (if
[all …]
/kernel/linux/linux-6.6/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",
/kernel/linux/linux-5.10/sound/soc/codecs/
Dak4458.c101 * 0, 0, 0 : Sharp Roll-Off Filter
102 * 0, 0, 1 : Slow Roll-Off Filter
103 * 0, 1, 0 : Short delay Sharp Roll-Off Filter
104 * 0, 1, 1 : Short delay Slow Roll-Off Filter
105 * 1, *, * : Super Slow Roll-Off Filter
108 "Sharp Roll-Off Filter",
109 "Slow Roll-Off Filter",
110 "Short delay Sharp Roll-Off Filter",
111 "Short delay Slow Roll-Off Filter",
112 "Super Slow Roll-Off Filter"
Dak5558.c63 "Sharp Roll-Off", "Show Roll-Off",
64 "Short Delay Sharp Roll-Off", "Short Delay Show Roll-Off",
/kernel/linux/linux-6.6/fs/xfs/scrub/
Drepair.c132 * Roll a transaction, keeping the AG headers locked and reinitializing
142 * Keep the AG header buffers locked while we roll the transaction. in xrep_roll_ag_trans()
143 * Ensure that both AG buffers are dirty and held when we roll the in xrep_roll_ag_trans()
147 * Normal code would never hold clean buffers across a roll, but repair in xrep_roll_ag_trans()
161 * Roll the transaction. We still hold the AG header buffers locked in xrep_roll_ag_trans()
188 * items. Ensure that both AG buffers are dirty and held when we roll in xrep_defer_finish()
192 * Normal code would never hold clean buffers across a roll, but repair in xrep_defer_finish()
218 * that for us. The defer roll code redirties held buffers after each in xrep_defer_finish()
219 * roll, so the AG header buffers should be ready for logging. in xrep_defer_finish()
/kernel/linux/linux-6.6/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; \
/kernel/linux/linux-5.10/arch/x86/crypto/
Dcamellia-x86_64-asm_64.S102 roll $1, RT0d; \
116 roll $1, RT0d; \
284 roll $1, RT0d; \
294 roll $1, RT2d; \
308 roll $1, RT2d; \
318 roll $1, RT1d; \
Ddes3_ede-asm_64.S89 roll $4, RT0d; \
99 roll $1, right##d; \
104 roll $1, left##d; \
262 roll $4, RT0d; \
283 roll $1, right##0d; \
288 roll $1, left##0d; \
292 roll $1, right##1d; \
297 roll $1, left##1d; \
301 roll $1, right##2d; \
306 roll $1, left##2d; \
/kernel/liteos_m/kal/posix/src/
Dpipe.c96 BOOL roll; member
169 if (dev->roll == FALSE) { in PipeRingbufferRead()
180 dev->roll = FALSE; in PipeRingbufferRead()
195 if (dev->roll == TRUE) { in PipeRingbufferWrite()
207 dev->roll = TRUE; in PipeRingbufferWrite()
516 (dev->roll == FALSE)) { in PipeRead()
630 if (dev->roll == TRUE) { in PipePoll()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
Domap_gem.c38 /** roll applied when mapping to DMM */
39 u32 roll; member
644 int omap_gem_roll(struct drm_gem_object *obj, u32 roll) in omap_gem_roll() argument
650 if (roll > npages) { in omap_gem_roll()
651 dev_err(obj->dev->dev, "invalid roll: %d\n", roll); in omap_gem_roll()
655 omap_obj->roll = roll; in omap_gem_roll()
666 roll, true); in omap_gem_roll()
806 omap_obj->roll, true); in omap_gem_pin()
1019 omap_obj->roll, true); in omap_gem_resume()
1051 omap_obj->vaddr, omap_obj->roll); in omap_gem_describe()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
Domap_gem.c38 /** roll applied when mapping to DMM */
39 u32 roll; member
630 int omap_gem_roll(struct drm_gem_object *obj, u32 roll) in omap_gem_roll() argument
636 if (roll > npages) { in omap_gem_roll()
637 dev_err(obj->dev->dev, "invalid roll: %d\n", roll); in omap_gem_roll()
641 omap_obj->roll = roll; in omap_gem_roll()
652 roll, true); in omap_gem_roll()
763 ret = tiler_pin(block, omap_obj->pages, npages, omap_obj->roll, true); in omap_gem_pin_tiler()
1110 omap_obj->roll, true); in omap_gem_resume()
1142 omap_obj->vaddr, omap_obj->roll); in omap_gem_describe()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/lib/
Dchecksum_32.S65 roll $8, %eax
126 roll $8, %eax
172 roll $8, %eax
244 roll $8, %eax
/kernel/linux/linux-6.6/arch/x86/lib/
Dchecksum_32.S65 roll $8, %eax
126 roll $8, %eax
172 roll $8, %eax
244 roll $8, %eax

12345678910>>...18