/Linux-v6.1/include/linux/ |
D | bitops.h | 102 * @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-v6.1/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() 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()
|
D | xfs_defer.c | 37 * 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 345 /* Roll a transaction so we can do some deferred op processing. */ 360 * Roll the transaction. Rolling always given a new transaction (even in xfs_defer_trans_roll() 410 * The caller should provide a fresh transaction and roll it after we're done. 513 * any work items that wandered in since the last transaction roll (if [all …]
|
D | xfs_attr.h | 432 * 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 */
|
D | xfs_attr.c | 126 * 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()
|
/Linux-v6.1/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 | ak4375.c | 138 * 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",
|
D | ak5558.c | 78 "Sharp Roll-Off", "Slow Roll-Off", 79 "Short Delay Sharp Roll-Off", "Short Delay Slow Roll-Off",
|
D | pcm3168a.c | 136 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-v6.1/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; \
|
/Linux-v6.1/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() 777 ret = tiler_pin(block, omap_obj->pages, npages, omap_obj->roll, true); in omap_gem_pin_tiler() 1124 omap_obj->roll, true); in omap_gem_resume() 1156 omap_obj->vaddr, omap_obj->roll); in omap_gem_describe()
|
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()
|
D | omap_fbdev.c | 32 /* for deferred dmm roll when getting called in atomic ctx */ 44 /* DMM roll shifts in 4K pages: */ in pan_worker()
|
D | omap_gem.h | 71 int omap_gem_roll(struct drm_gem_object *obj, u32 roll);
|
/Linux-v6.1/arch/x86/lib/ |
D | checksum_32.S | 65 roll $8, %eax 126 roll $8, %eax 172 roll $8, %eax 244 roll $8, %eax
|
/Linux-v6.1/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
|
/Linux-v6.1/fs/nilfs2/ |
D | segment.h | 26 * @ri_lsegs_start: Region for roll-forwarding (start block number) 27 * @ri_lsegs_end: Region for roll-forwarding (end block number)
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-pci-drivers-xhci_hcd | 21 port will roll back to the xHCI.
|
/Linux-v6.1/arch/sh/kernel/cpu/sh3/ |
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-v6.1/drivers/gpu/drm/i915/ |
D | TODO.txt | 10 - Roll out dma_fence critical section annotations.
|
/Linux-v6.1/Documentation/userspace-api/media/dvb/ |
D | frontend-property-cable-systems.rst | 19 supports a subset of the Annex A modulation types, and a roll-off of
|
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/ |
D | mmc.h | 17 /* When set, do not roll over zero after reaching the max value*/
|
/Linux-v6.1/include/linux/dma/ |
D | imx-dma.h | 82 * after the last FIFO3 fetched, roll back to FIFO0.
|
/Linux-v6.1/tools/include/linux/ |
D | bitops.h | 83 * @shift: bits to roll
|