/linux/fs/ext4/ |
A D | inode-test.c | 78 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 D | decompress_common.c | 266 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 D | cik_sdma.c | 136 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 D | mailbox-mpfs.c | 97 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 D | ubsan.c | 83 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 D | dbtest.c | 500 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 D | cik_sdma.c | 230 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 D | extent-io-tree.h | 210 u64 end, u32 extra_bits, in set_extent_delalloc() argument 214 EXTENT_DELALLOC | EXTENT_UPTODATE | extra_bits, in set_extent_delalloc()
|
A D | file.c | 482 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 D | inode.c | 2642 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 D | ctree.h | 3220 unsigned int extra_bits,
|
/linux/lib/zlib_deflate/ |
A D | deftree.c | 112 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 D | bnxt.c | 2926 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()
|