Searched refs:block (Results 576 - 600 of 1032) sorted by relevance

<<21222324252627282930>>

/linux-master/net/sched/
H A Dsch_sfb.c55 struct tcf_block *block; member in struct:sfb_sched_data
470 tcf_block_put(q->block);
559 err = tcf_block_get(&q->block, &q->filter_list, sch, extack);
674 return q->block;
/linux-master/fs/xfs/scrub/
H A Dialloc_repair.c52 * can be allocated or freed. Clusters are never smaller than one fs block
54 * computed with xfs_icluster_size_fsb(). The fs block alignment of a
526 struct xfs_btree_block *block,
544 block_rec = xfs_btree_rec_addr(cur, idx, block);
556 struct xfs_btree_block *block,
571 block_rec = xfs_btree_rec_addr(cur, idx, block);
523 xrep_fibt_get_records( struct xfs_btree_cur *cur, unsigned int idx, struct xfs_btree_block *block, unsigned int nr_wanted, void *priv) argument
553 xrep_ibt_get_records( struct xfs_btree_cur *cur, unsigned int idx, struct xfs_btree_block *block, unsigned int nr_wanted, void *priv) argument
/linux-master/include/sound/
H A Dtas2781.h136 struct tasdev_blk *block);
H A Demux_synth.h169 void *block; /* sample block pointer (optional) */ member in struct:snd_emux_voice
/linux-master/drivers/firewire/
H A Dcore-card.c44 int fw_compute_block_crc(__be32 *block) argument
49 length = (be32_to_cpu(block[0]) >> 16) & 0xff;
50 crc = crc_itu_t(0, (u8 *)&block[1], length * 4);
51 *block |= cpu_to_be32(crc);
63 /* ROM header, bus info block, root dir header, capabilities = 7 quadlets */
98 * controller, block reads to the config rom accesses the host
99 * memory, but quadlet read access the hardware bus info block
101 * sure the contents of bus info block in host memory matches
143 * the bus info block, which is always the case for this
176 * block
[all...]
/linux-master/fs/ext4/
H A Dmove_extent.c17 * get_ext_path() - Find an extent path for designated logical block number.
19 * @lblock: logical block number to find an extent path
82 * @from: block offset of inode
83 * @count: block count to be checked
174 sector_t block; local
189 block = (sector_t)folio->index << (PAGE_SHIFT - inode->i_blkbits);
191 block++, block_start = block_end, bh = bh->b_this_page) {
201 err = ext4_get_block(inode, block, bh, 0);
238 * @data_offset_in_page: block index where data swapping starts
246 * replaced block coun
[all...]
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c2802 struct gvt_mmio_block *block = gvt->mmio.mmio_block; local
2806 for (i = 0; i < num; i++, block++) {
2807 if (offset >= i915_mmio_reg_offset(block->offset) &&
2808 offset < i915_mmio_reg_offset(block->offset) + block->size)
2809 return block;
2882 struct gvt_mmio_block *block = gvt->mmio.mmio_block; local
2885 ret = krealloc(block,
2886 (gvt->mmio.num_mmio_block + 1) * sizeof(*block),
2891 gvt->mmio.mmio_block = block
2927 struct gvt_mmio_block *block; local
3020 struct gvt_mmio_block *block = gvt->mmio.mmio_block; local
[all...]
/linux-master/drivers/
H A DMakefile73 obj-y += base/ block/ misc/ mfd/ nfc/
101 obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c754 enum amdgpu_ras_block block, uint16_t pasid,
757 amdgpu_umc_pasid_poison_handler(adev, block, pasid, pasid_fn, data, reset);
761 enum amdgpu_ras_block block, uint32_t reset)
763 amdgpu_umc_pasid_poison_handler(adev, block, 0, NULL, NULL, reset);
753 amdgpu_amdkfd_ras_pasid_poison_consumption_handler(struct amdgpu_device *adev, enum amdgpu_ras_block block, uint16_t pasid, pasid_notify pasid_fn, void *data, uint32_t reset) argument
760 amdgpu_amdkfd_ras_poison_consumption_handler(struct amdgpu_device *adev, enum amdgpu_ras_block block, uint32_t reset) argument
H A Damdgpu_sdma.c34 * GPU SDMA IP block helpers function.
107 if (amdgpu_ras_is_supported(adev, ras_block->block)) {
310 dev_err(adev->dev, "Failed to register sdma ras block!\n");
315 ras->ras_block.ras_comm.block = AMDGPU_RAS_BLOCK__SDMA;
H A Damdgpu_jpeg.c289 if (amdgpu_ras_is_supported(adev, ras_block->block)) {
318 dev_err(adev->dev, "Failed to register jpeg ras block!\n");
323 ras->ras_block.ras_comm.block = AMDGPU_RAS_BLOCK__JPEG;
/linux-master/arch/sparc/lib/
H A DM7memcpy.S65 * Use BIS (block initializing store) to avoid copying store cache
83 * loadx8, falign, block-store, prefetch loop
84 * (only use block-init-store when src/dst on 8 byte boundaries.)
174 #define ST_CHUNK 24 /* ST_CHUNK - block of values for BIS Store */
239 EX_LD(LOAD(ldx, %o1+8, %o3), memcpy_retl_o2_plus_63_56) ! a block of 64
247 EX_LD(LOAD(ldx, %o1+40, %o3), memcpy_retl_o2_plus_63_24)! a block of 64
263 EX_LD(LOAD(ldx, %o1+8, %o3), memcpy_retl_o2_plus_31_24) ! a block of 32
321 EX_LD(LOAD(ld, %o1, %o4), memcpy_retl_o2_plus_31)! move a block of 32
353 EX_LD(LOAD(ld, %o1, %o4), memcpy_retl_o2)! move a block of 16 bytes
433 ! Using block ini
[all...]
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S169 # xor and write second block
391 # o0 = i0 ^ (x0 + s0), first block
398 # o1 = i1 ^ (x1 + s1), first block
405 # o2 = i2 ^ (x2 + s2), first block
412 # o3 = i3 ^ (x3 + s3), first block
420 # xor and write second block
445 # o0 = i0 ^ (x0 + s0), third block
452 # o1 = i1 ^ (x1 + s1), third block
459 # o2 = i2 ^ (x2 + s2), third block
466 # o3 = i3 ^ (x3 + s3), third block
[all...]
H A Dchacha-avx512vl-x86_64.S142 # xor and write second block
325 # o0 = i0 ^ (x0 + s0), first block
332 # o1 = i1 ^ (x1 + s1), first block
339 # o2 = i2 ^ (x2 + s2), first block
346 # o3 = i3 ^ (x3 + s3), first block
354 # xor and write second block
379 # o0 = i0 ^ (x0 + s0), third block
386 # o1 = i1 ^ (x1 + s1), third block
393 # o2 = i2 ^ (x2 + s2), third block
400 # o3 = i3 ^ (x3 + s3), third block
[all...]
/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.c27 #include "block-map.h"
82 * for which a data_vio or discard permit are not available will block until the necessary
398 /* This data_vio is already set up to not block in the packer. */
413 * attempt_logical_block_lock() - Attempt to acquire the lock on a logical block.
446 result = VDO_ASSERT(lock_holder->logical.locked, "logical block lock held");
482 * launch_data_vio() - (Re)initialize a data_vio to have a new logical block number, keeping the
510 static bool is_zero_block(char *block) argument
515 if (*((u64 *) &block[i]))
541 memset(&data_vio->compression, 0, offsetof(struct compression_state, block));
550 * block
1446 struct compressed_block *block = data_vio->compression.block; local
[all...]
/linux-master/arch/sh/lib/
H A Dmemset-sh4.S44 ! align the dst to the cache block size if necessary
/linux-master/drivers/scsi/mvsas/
H A Dmv_94xx.c549 /* This can improve expander large block size seq write performance */
1069 u32 block = ioread32be(regs + MVS_SGPIO_DCTRL + local
1085 block &= ~((0x7 << MVS_SGPIO_DCTRL_ACT_SHIFT)
1088 block |= LED_BLINKA_SOF << (
1093 block &= ~((0x3 << MVS_SGPIO_DCTRL_LOC_SHIFT)
1095 block |= bit << MVS_SGPIO_DCTRL_LOC_SHIFT;
1098 block &= ~((0x7 << MVS_SGPIO_DCTRL_ERR_SHIFT)
1100 block |= bit << MVS_SGPIO_DCTRL_ERR_SHIFT;
1104 iowrite32be(block,
/linux-master/block/partitions/
H A Dacorn.c170 * Try Cumana style partitions - sector 6 contains ADFS boot block
309 unsigned long block)
312 unsigned char *data = read_part_sector(state, block, &sect);
504 * 1. The individual ADFS boot block entries that are placed on the disk.
308 adfspart_check_ICSLinux(struct parsed_partitions *state, unsigned long block) argument
/linux-master/fs/hpfs/
H A Dfile.c225 static sector_t _hpfs_bmap(struct address_space *mapping, sector_t block) argument
227 return generic_block_bmap(mapping, block, hpfs_get_block);
/linux-master/fs/jfs/
H A Dinode.c244 * Allocate a new block
318 static sector_t jfs_bmap(struct address_space *mapping, sector_t block) argument
320 return generic_block_bmap(mapping, block, jfs_get_block);
382 * txBegin may block and there is a chance the inode
/linux-master/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_dccg.h32 #define DCCG_SFII(block, reg_name, field_prefix, field_name, inst, post_fix)\
33 .field_prefix ## _ ## field_name[inst] = block ## inst ## _ ## reg_name ## __ ## field_prefix ## inst ## _ ## field_name ## post_fix
/linux-master/fs/lockd/
H A Dxdr.c180 if (xdr_stream_decode_bool(xdr, &argp->block) < 0)
205 if (xdr_stream_decode_bool(xdr, &argp->block) < 0)
H A Dxdr4.c175 if (xdr_stream_decode_bool(xdr, &argp->block) < 0)
200 if (xdr_stream_decode_bool(xdr, &argp->block) < 0)
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c200 /* XXX: maybe sanity check the block range here? */
306 * the max contiguous block size is SZ_64K.
344 * contiguous block. Make sure that holds true.
458 struct drm_buddy_block *block; local
497 list_for_each_entry(block, blocks, link) {
498 if (drm_buddy_block_size(mm, block) > size)
499 size = drm_buddy_block_size(mm, block);
502 pr_err("%s: Failed to create a huge contiguous block [> %u], largest block %lld\n",
539 struct drm_buddy_block *block; local
[all...]
/linux-master/fs/gfs2/
H A Dxattr.c631 * ea_alloc_blk - allocates a new block for extended attributes.
643 u64 block; local
646 error = gfs2_alloc_blocks(ip, &block, &n, 0);
649 gfs2_trans_remove_revoke(sdp, block, 1);
650 *bhp = gfs2_meta_new(ip->i_gl, block);
670 * @ea: the location of the new ea in a block
704 u64 block; local
708 error = gfs2_alloc_blocks(ip, &block, &n, 0);
711 gfs2_trans_remove_revoke(sdp, block, 1);
712 bh = gfs2_meta_new(ip->i_gl, block);
[all...]

Completed in 340 milliseconds

<<21222324252627282930>>