| /kernel/linux/linux-4.19/include/linux/ |
| D | bitops.h | 59 * @shift: bits to roll 69 * @shift: bits to roll 79 * @shift: bits to roll 89 * @shift: bits to roll 99 * @shift: bits to roll 109 * @shift: bits to roll 119 * @shift: bits to roll 129 * @shift: bits to roll
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | bitops.h | 81 * @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/ |
| D | gtt.c | 99 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()
|
| D | gtt.h | 40 int roll; /* Roll applied to the GTT entries */ member 53 struct gtt_range *gt, int roll);
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/gma500/ |
| D | gtt.c | 110 for (i = r->roll; i < r->npage; i++) { in psb_gtt_insert() 115 for (i = 0; i < r->roll; i++) { in psb_gtt_insert() 158 * @roll: roll offset 160 * Roll an existing pinned mapping by moving the pages through the GTT. 164 void psb_gtt_roll(struct drm_device *dev, struct gtt_range *r, int roll) in psb_gtt_roll() argument 170 if (roll >= r->npage) { in psb_gtt_roll() 175 r->roll = roll; in psb_gtt_roll() 184 for (i = r->roll; i < r->npage; i++) { in psb_gtt_roll() 189 for (i = 0; i < r->roll; i++) { in psb_gtt_roll() 360 gt->roll = 0; in psb_gtt_alloc_range()
|
| D | gtt.h | 53 int roll; /* Roll applied to the GTT entries */ member 66 struct gtt_range *gt, int roll);
|
| /kernel/linux/linux-4.19/fs/xfs/libxfs/ |
| D | xfs_defer.c | 27 * 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 220 /* Roll a transaction so we can do some deferred op processing. */ 270 * Roll the transaction. Rolling always given a new transaction (even in xfs_defer_trans_roll() 342 * any work items that wandered in since the last transaction roll (if 371 * Roll the transaction. in xfs_defer_finish_noroll() [all …]
|
| D | xfs_attr_remote.c | 302 /* roll buffer forwards */ in xfs_attr_rmtval_copyout() 307 /* roll attribute data forwards */ in xfs_attr_rmtval_copyout() 352 /* roll buffer forwards */ in xfs_attr_rmtval_copyin() 357 /* roll attribute data forwards */ in xfs_attr_rmtval_copyin() 421 /* roll attribute extent map forwards */ in xfs_attr_rmtval_get() 468 * Roll through the "value", allocating blocks on disk as required. in xfs_attr_rmtval_set() 508 * Roll through the "value", copying the attribute value to the in xfs_attr_rmtval_set() 550 /* roll attribute extent map forwards */ in xfs_attr_rmtval_set() 575 * Roll through the "value", invalidating the attribute value's blocks. in xfs_attr_rmtval_remove()
|
| /kernel/linux/linux-4.19/sound/soc/codecs/ |
| D | ak4458.c | 80 * 0, 0, 0 : Sharp Roll-Off Filter 81 * 0, 0, 1 : Slow Roll-Off Filter 82 * 0, 1, 0 : Short delay Sharp Roll-Off Filter 83 * 0, 1, 1 : Short delay Slow Roll-Off Filter 84 * 1, *, * : Super Slow Roll-Off Filter 87 "Sharp Roll-Off Filter", 88 "Slow Roll-Off Filter", 89 "Short delay Sharp Roll-Off Filter", 90 "Short delay Slow Roll-Off Filter", 91 "Super Slow Roll-Off Filter"
|
| D | ak5558.c | 55 "Sharp Roll-Off", "Show Roll-Off", 56 "Short Delay Sharp Roll-Off", "Short Delay Show Roll-Off",
|
| /kernel/linux/linux-5.10/fs/xfs/libxfs/ |
| D | xfs_attr_remote.c | 312 /* 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()
|
| D | xfs_defer.c | 27 * 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-5.10/sound/soc/codecs/ |
| D | ak4458.c | 101 * 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"
|
| D | ak5558.c | 63 "Sharp Roll-Off", "Show Roll-Off", 64 "Short Delay Sharp Roll-Off", "Short Delay Show Roll-Off",
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| D | camellia-x86_64-asm_64.S | 102 roll $1, RT0d; \ 116 roll $1, RT0d; \ 284 roll $1, RT0d; \ 294 roll $1, RT2d; \ 308 roll $1, RT2d; \ 318 roll $1, RT1d; \
|
| D | des3_ede-asm_64.S | 89 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/ |
| D | pipe.c | 97 BOOL roll; member 170 if (dev->roll == FALSE) { in PipeRingbufferRead() 181 dev->roll = FALSE; in PipeRingbufferRead() 196 if (dev->roll == TRUE) { in PipeRingbufferWrite() 208 dev->roll = TRUE; in PipeRingbufferWrite() 516 (dev->roll == FALSE)) { in PipeRead() 630 if (dev->roll == TRUE) { in PipePoll()
|
| /kernel/linux/linux-4.19/arch/x86/crypto/ |
| D | camellia-x86_64-asm_64.S | 117 roll $1, RT0d; \ 131 roll $1, RT0d; \ 299 roll $1, RT0d; \ 309 roll $1, RT2d; \ 323 roll $1, RT2d; \ 333 roll $1, RT1d; \
|
| D | des3_ede-asm_64.S | 98 roll $4, RT0d; \ 108 roll $1, right##d; \ 113 roll $1, left##d; \ 271 roll $4, RT0d; \ 292 roll $1, right##0d; \ 297 roll $1, left##0d; \ 301 roll $1, right##1d; \ 306 roll $1, left##1d; \ 310 roll $1, right##2d; \ 315 roll $1, left##2d; \
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
| D | omap_gem.c | 38 /** 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-4.19/drivers/gpu/drm/omapdrm/ |
| D | omap_gem.c | 47 /** roll applied when mapping to DMM */ 48 u32 roll; member 653 int omap_gem_roll(struct drm_gem_object *obj, u32 roll) in omap_gem_roll() argument 659 if (roll > npages) { in omap_gem_roll() 660 dev_err(obj->dev->dev, "invalid roll: %d\n", roll); in omap_gem_roll() 664 omap_obj->roll = roll; in omap_gem_roll() 675 roll, true); in omap_gem_roll() 813 omap_obj->roll, true); in omap_gem_pin() 1012 omap_obj->roll, true); in omap_gem_resume() 1043 omap_obj->vaddr, omap_obj->roll); in omap_gem_describe()
|
| /kernel/linux/linux-5.10/arch/x86/lib/ |
| D | checksum_32.S | 65 roll $8, %eax 126 roll $8, %eax 172 roll $8, %eax 244 roll $8, %eax
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| D | macsec_struct.h | 209 * 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
|
| /kernel/linux/linux-4.19/arch/x86/lib/ |
| D | checksum_32.S | 69 roll $8, %eax 130 roll $8, %eax 176 roll $8, %eax 248 roll $8, %eax
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-bus-pci-drivers-xhci_hcd | 21 port will roll back to the xHCI.
|