Home
last modified time | relevance | path

Searched refs:extra_bits (Results 1 – 13 of 13) sorted by relevance

/linux/fs/ext4/
A Dinode-test.c78 u32 extra_bits; member
88 .extra_bits = 0,
96 .extra_bits = 0,
104 .extra_bits = 0,
112 .extra_bits = 0,
120 .extra_bits = 1,
128 .extra_bits = 1,
136 .extra_bits = 1,
144 .extra_bits = 1,
160 .extra_bits = 2,
[all …]
/linux/fs/ntfs3/lib/
A Ddecompress_common.c266 u32 extra_bits = codeword_len - table_bits; in make_huffman_decode_table() local
267 u32 node_idx = cur_codeword >> extra_bits; in make_huffman_decode_table()
304 --extra_bits; in make_huffman_decode_table()
305 node_idx += (cur_codeword >> extra_bits) & 1; in make_huffman_decode_table()
306 } while (extra_bits != 0); in make_huffman_decode_table()
/linux/drivers/gpu/drm/radeon/
A Dcik_sdma.c136 u32 extra_bits = (ib->vm ? ib->vm->ids[ib->ring].id : 0) & 0xf; in cik_sdma_ring_ib_execute() local
153 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); in cik_sdma_ring_ib_execute()
172 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | in cik_sdma_hdp_flush_ring_emit() local
181 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_hdp_flush_ring_emit()
233 u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; in cik_sdma_semaphore_ring_emit() local
235 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_SEMAPHORE, 0, extra_bits)); in cik_sdma_semaphore_ring_emit()
947 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | in cik_dma_vm_flush() local
991 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_dma_vm_flush()
/linux/drivers/mailbox/
A Dmailbox-mpfs.c97 u8 extra_bits = msg->cmd_data_size & 3; in mpfs_mbox_send_data() local
103 if (extra_bits) { in mpfs_mbox_send_data()
111 for (i = 0u; i < extra_bits; i++) { in mpfs_mbox_send_data()
/linux/lib/
A Dubsan.c83 unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type); in get_signed_val() local
86 return ((s_max)ulong_val) << extra_bits >> extra_bits; in get_signed_val()
/linux/drivers/acpi/acpica/
A Ddbtest.c500 u8 extra_bits; in acpi_db_test_buffer_type() local
540 extra_bits = bit_length % 8; in acpi_db_test_buffer_type()
541 if (extra_bits) { in acpi_db_test_buffer_type()
542 buffer[byte_length - 1] = ACPI_MASK_BITS_ABOVE(extra_bits); in acpi_db_test_buffer_type()
/linux/drivers/gpu/drm/amd/amdgpu/
A Dcik_sdma.c230 u32 extra_bits = vmid & 0xf; in cik_sdma_ring_emit_ib() local
235 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); in cik_sdma_ring_emit_ib()
251 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | in cik_sdma_ring_emit_hdp_flush() local
260 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_hdp_flush()
867 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | in cik_sdma_ring_emit_vm_flush() local
872 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); in cik_sdma_ring_emit_vm_flush()
/linux/fs/btrfs/
A Dextent-io-tree.h210 u64 end, u32 extra_bits, in set_extent_delalloc() argument
214 EXTENT_DELALLOC | EXTENT_UPTODATE | extra_bits, in set_extent_delalloc()
A Dfile.c482 unsigned int extra_bits = 0; in btrfs_dirty_pages() local
488 extra_bits |= EXTENT_NORESERVE; in btrfs_dirty_pages()
506 extra_bits, cached); in btrfs_dirty_pages()
A Dinode.c2642 unsigned int extra_bits, in btrfs_set_extent_delalloc() argument
2653 extra_bits |= EXTENT_DELALLOC_NEW; in btrfs_set_extent_delalloc()
2664 return set_extent_delalloc(&inode->io_tree, start, end, extra_bits, in btrfs_set_extent_delalloc()
A Dctree.h3220 unsigned int extra_bits,
/linux/lib/zlib_deflate/
A Ddeftree.c112 const int *extra_bits; /* extra bits for each code or NULL */ member
361 const int *extra = desc->stat_desc->extra_bits; in gen_bitlen()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c2926 u64 extra_bits = valid_bit; in bnxt_alloc_ring() local
2941 extra_bits |= PTU_PTE_NEXT_TO_LAST; in bnxt_alloc_ring()
2944 extra_bits |= PTU_PTE_LAST; in bnxt_alloc_ring()
2946 cpu_to_le64(rmem->dma_arr[i] | extra_bits); in bnxt_alloc_ring()

Completed in 129 milliseconds