/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | serpent_avx2_glue.c | 44 .num_blocks = 16, 47 .num_blocks = 8, 50 .num_blocks = 1, 60 .num_blocks = 16, 63 .num_blocks = 8, 66 .num_blocks = 1, 76 .num_blocks = 16, 79 .num_blocks = 8, 82 .num_blocks = 1, 92 .num_blocks [all...] |
H A D | camellia_aesni_avx2_glue.c | 39 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 42 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 45 .num_blocks = 2, 48 .num_blocks = 1, 58 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 61 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 64 .num_blocks = 2, 67 .num_blocks = 1, 77 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 80 .num_blocks [all...] |
H A D | camellia_aesni_avx_glue.c | 59 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 62 .num_blocks = 2, 65 .num_blocks = 1, 75 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 78 .num_blocks = 2, 81 .num_blocks = 1, 91 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 94 .num_blocks = 1, 104 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 107 .num_blocks [all...] |
H A D | twofish_avx_glue.c | 87 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 90 .num_blocks = 3, 93 .num_blocks = 1, 103 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 106 .num_blocks = 3, 109 .num_blocks = 1, 119 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 122 .num_blocks = 1, 132 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 135 .num_blocks [all...] |
H A D | glue_helper.c | 42 func_bytes = bsize * gctx->funcs[i].num_blocks; in glue_ecb_req_128bit() 113 unsigned int func_bytes, num_blocks; in glue_cbc_decrypt_req_128bit() local 126 num_blocks = gctx->funcs[i].num_blocks; in glue_cbc_decrypt_req_128bit() 127 func_bytes = bsize * num_blocks; in glue_cbc_decrypt_req_128bit() 134 src -= num_blocks - 1; in glue_cbc_decrypt_req_128bit() 135 dst -= num_blocks - 1; in glue_cbc_decrypt_req_128bit() 174 unsigned int func_bytes, num_blocks; in glue_ctr_req_128bit() local 184 num_blocks = gctx->funcs[i].num_blocks; in glue_ctr_req_128bit() 237 unsigned int num_blocks, func_bytes; __glue_xts_req_128bit() local [all...] |
H A D | serpent_avx_glue.c | 104 .num_blocks = SERPENT_PARALLEL_BLOCKS, 107 .num_blocks = 1, 117 .num_blocks = SERPENT_PARALLEL_BLOCKS, 120 .num_blocks = 1, 130 .num_blocks = SERPENT_PARALLEL_BLOCKS, 133 .num_blocks = 1, 143 .num_blocks = SERPENT_PARALLEL_BLOCKS, 146 .num_blocks = 1, 156 .num_blocks = SERPENT_PARALLEL_BLOCKS, 159 .num_blocks [all...] |
H A D | cast6_avx_glue.c | 69 .num_blocks = CAST6_PARALLEL_BLOCKS, 72 .num_blocks = 1, 82 .num_blocks = CAST6_PARALLEL_BLOCKS, 85 .num_blocks = 1, 95 .num_blocks = CAST6_PARALLEL_BLOCKS, 98 .num_blocks = 1, 108 .num_blocks = CAST6_PARALLEL_BLOCKS, 111 .num_blocks = 1, 121 .num_blocks = CAST6_PARALLEL_BLOCKS, 124 .num_blocks [all...] |
H A D | twofish_glue_3way.c | 100 .num_blocks = 3, 103 .num_blocks = 1, 113 .num_blocks = 3, 116 .num_blocks = 1, 126 .num_blocks = 3, 129 .num_blocks = 1, 139 .num_blocks = 3, 142 .num_blocks = 1,
|
H A D | serpent_sse2_glue.c | 87 .num_blocks = SERPENT_PARALLEL_BLOCKS, 90 .num_blocks = 1, 100 .num_blocks = SERPENT_PARALLEL_BLOCKS, 103 .num_blocks = 1, 113 .num_blocks = SERPENT_PARALLEL_BLOCKS, 116 .num_blocks = 1, 126 .num_blocks = SERPENT_PARALLEL_BLOCKS, 129 .num_blocks = 1,
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_kvp_daemon.c | 113 int num_blocks; member 181 int num_blocks = kvp_file_info[pool].num_blocks; in kvp_update_mem_state() local 196 ENTRIES_PER_BLOCK * num_blocks - records_read, in kvp_update_mem_state() 211 num_blocks++; in kvp_update_mem_state() 212 record = realloc(record, alloc_unit * num_blocks); in kvp_update_mem_state() 224 kvp_file_info[pool].num_blocks = num_blocks; in kvp_update_mem_state() 256 kvp_file_info[i].num_blocks = 1; in kvp_file_init() 316 int num_blocks; in kvp_key_add_or_modify() local [all...] |
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_kvp_daemon.c | 113 int num_blocks; member 181 int num_blocks = kvp_file_info[pool].num_blocks; in kvp_update_mem_state() local 196 ENTRIES_PER_BLOCK * num_blocks - records_read, in kvp_update_mem_state() 211 num_blocks++; in kvp_update_mem_state() 212 record = realloc(record, alloc_unit * num_blocks); in kvp_update_mem_state() 224 kvp_file_info[pool].num_blocks = num_blocks; in kvp_update_mem_state() 256 kvp_file_info[i].num_blocks = 1; in kvp_file_init() 316 int num_blocks; in kvp_key_add_or_modify() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | init.c | 219 u32 num_blocks) in wl1251_hw_init_txq_fill() 226 (QOS_TX_HIGH_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 228 (QOS_TX_LOW_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 232 (QOS_TX_HIGH_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 234 (QOS_TX_LOW_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 238 (QOS_TX_HIGH_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 240 (QOS_TX_LOW_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 244 (QOS_TX_HIGH_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 246 (QOS_TX_LOW_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 217 wl1251_hw_init_txq_fill(u8 qid, struct acx_tx_queue_qos_config *config, u32 num_blocks) wl1251_hw_init_txq_fill() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | init.c | 219 u32 num_blocks) in wl1251_hw_init_txq_fill() 226 (QOS_TX_HIGH_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 228 (QOS_TX_LOW_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 232 (QOS_TX_HIGH_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 234 (QOS_TX_LOW_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 238 (QOS_TX_HIGH_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 240 (QOS_TX_LOW_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 244 (QOS_TX_HIGH_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 246 (QOS_TX_LOW_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 217 wl1251_hw_init_txq_fill(u8 qid, struct acx_tx_queue_qos_config *config, u32 num_blocks) wl1251_hw_init_txq_fill() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | dm.c | 96 u32 num_blocks = DIV_ROUND_UP_ULL(length, MLX5_SW_ICM_BLOCK_SIZE(dev)); in mlx5_dm_sw_icm_alloc() local 148 num_blocks, align_mask); in mlx5_dm_sw_icm_alloc() 152 block_idx, num_blocks); in mlx5_dm_sw_icm_alloc() 169 block_idx, num_blocks); in mlx5_dm_sw_icm_alloc() 185 u32 num_blocks = DIV_ROUND_UP_ULL(length, MLX5_SW_ICM_BLOCK_SIZE(dev)); in mlx5_dm_sw_icm_dealloc() local 223 start_idx, num_blocks); in mlx5_dm_sw_icm_dealloc()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | rtas_flash.c | 102 * All we need to do for rtas is rewrite num_blocks 108 unsigned long num_blocks; member 172 for (i = 0; i < f->num_blocks; i++) { in flash_list_valid() 200 for (i = 0; i < f->num_blocks; i++) in free_flash_list() 336 next_free = fl->num_blocks; in rtas_flash_write() 359 fl->num_blocks++; in rtas_flash_write() 594 flist->num_blocks = 0; in rtas_flash_firmware() 609 for (i = 0; i < f->num_blocks; i++) { in rtas_flash_firmware() 620 /* make num_blocks into the version/length field */ in rtas_flash_firmware() 621 f->num_blocks in rtas_flash_firmware() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | rtas_flash.c | 102 * All we need to do for rtas is rewrite num_blocks 108 unsigned long num_blocks; member 172 for (i = 0; i < f->num_blocks; i++) { in flash_list_valid() 200 for (i = 0; i < f->num_blocks; i++) in free_flash_list() 336 next_free = fl->num_blocks; in rtas_flash_write() 359 fl->num_blocks++; in rtas_flash_write() 594 flist->num_blocks = 0; in rtas_flash_firmware() 609 for (i = 0; i < f->num_blocks; i++) { in rtas_flash_firmware() 620 /* make num_blocks into the version/length field */ in rtas_flash_firmware() 621 f->num_blocks in rtas_flash_firmware() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | dm.c | 123 u32 num_blocks = DIV_ROUND_UP_ULL(length, MLX5_SW_ICM_BLOCK_SIZE(dev)); in mlx5_dm_sw_icm_alloc() local 182 num_blocks, align_mask); in mlx5_dm_sw_icm_alloc() 186 block_idx, num_blocks); in mlx5_dm_sw_icm_alloc() 203 block_idx, num_blocks); in mlx5_dm_sw_icm_alloc() 219 u32 num_blocks = DIV_ROUND_UP_ULL(length, MLX5_SW_ICM_BLOCK_SIZE(dev)); in mlx5_dm_sw_icm_dealloc() local 262 start_idx, num_blocks); in mlx5_dm_sw_icm_dealloc()
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | sgi.c | 28 __be32 num_blocks; /* Size in logical blocks */ member 76 blocks = be32_to_cpu(p->num_blocks); in sgi_partition()
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | sgi.c | 28 __be32 num_blocks; /* Size in logical blocks */ member 75 blocks = be32_to_cpu(p->num_blocks); in sgi_partition()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | crypto.c | 539 int i, num_blocks; in ceph_fscrypt_decrypt_pages() local 547 num_blocks = ceph_fscrypt_blocks(off, len & CEPH_FSCRYPT_BLOCK_MASK); in ceph_fscrypt_decrypt_pages() 550 for (i = 0; i < num_blocks; ++i) { in ceph_fscrypt_decrypt_pages() 643 int i, num_blocks; in ceph_fscrypt_encrypt_pages() local 651 num_blocks = ceph_fscrypt_blocks(off, len & CEPH_FSCRYPT_BLOCK_MASK); in ceph_fscrypt_encrypt_pages() 654 for (i = 0; i < num_blocks; ++i) { in ceph_fscrypt_encrypt_pages()
|
/kernel/linux/linux-5.10/fs/befs/ |
H A D | super.c | 36 befs_sb->num_blocks = fs64_to_cpu(sb, disk_sb->num_blocks); in befs_load_sb()
|
/kernel/linux/linux-6.6/fs/befs/ |
H A D | super.c | 36 befs_sb->num_blocks = fs64_to_cpu(sb, disk_sb->num_blocks); in befs_load_sb()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | stmpe.c | 428 .num_blocks = ARRAY_SIZE(stmpe801_blocks), 440 .num_blocks = ARRAY_SIZE(stmpe801_blocks_noirq), 590 .num_blocks = ARRAY_SIZE(stmpe811_blocks), 605 .num_blocks = ARRAY_SIZE(stmpe811_blocks), 661 .num_blocks = ARRAY_SIZE(stmpe1600_blocks), 825 .num_blocks = ARRAY_SIZE(stmpe1601_blocks), 934 .num_blocks = ARRAY_SIZE(stmpe1801_blocks), 1040 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 1054 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 1310 for (i = 0; i < variant->num_blocks; in stmpe_devices_init() [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | stmpe.c | 424 .num_blocks = ARRAY_SIZE(stmpe801_blocks), 436 .num_blocks = ARRAY_SIZE(stmpe801_blocks_noirq), 588 .num_blocks = ARRAY_SIZE(stmpe811_blocks), 603 .num_blocks = ARRAY_SIZE(stmpe811_blocks), 659 .num_blocks = ARRAY_SIZE(stmpe1600_blocks), 823 .num_blocks = ARRAY_SIZE(stmpe1601_blocks), 932 .num_blocks = ARRAY_SIZE(stmpe1801_blocks), 1038 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 1052 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 1308 for (i = 0; i < variant->num_blocks; in stmpe_devices_init() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
H A D | rsi_91x_sdio.c | 570 u32 num_blocks, offset, i; in rsi_sdio_load_data_master_write() local 575 num_blocks = instructions_sz / block_size; in rsi_sdio_load_data_master_write() 578 rsi_dbg(INFO_ZONE, "ins_size: %d, num_blocks: %d\n", in rsi_sdio_load_data_master_write() 579 instructions_sz, num_blocks); in rsi_sdio_load_data_master_write() 592 for (offset = 0, i = 0; i < num_blocks; i++, offset += block_size) { in rsi_sdio_load_data_master_write() 768 u32 num_blocks, address, length; in rsi_sdio_host_intf_write_pkt() local 776 num_blocks = len / block_size; in rsi_sdio_host_intf_write_pkt() 779 num_blocks++; in rsi_sdio_host_intf_write_pkt() 781 address = (num_blocks * block_size | (queueno << 12)); in rsi_sdio_host_intf_write_pkt() 782 length = num_blocks * block_siz in rsi_sdio_host_intf_write_pkt() [all...] |