Searched refs:block2 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-ebs-target.c | 181 sector_t block1, block2; in __ebs_process_bios() local 199 block2 = __sector_to_block(ec, bio_end_sector(bio)); in __ebs_process_bios() 202 if (__block_mod(bio_end_sector(bio), ec->u_bs) && block2 != block1) in __ebs_process_bios() 203 dm_bufio_prefetch(ec->bufio, block2, 1); in __ebs_process_bios()
|
| /linux/drivers/mtd/nand/onenand/ |
| H A D | Kconfig | 63 of 4KiB. Plane1 has only even blocks such as block0, block2, block4
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_acl_flex_keys.c | 276 MLXSW_SP2_AFK_BLOCK_LAYOUT(block2, 0x28, 8),
|
| /linux/drivers/hwmon/ |
| H A D | lm93.c | 214 u8 block2[6]; member 1009 lm93_read_block(client, 2, (u8 *)(data->block2)); in lm93_update_client_full() 1051 data->block2[i] = in lm93_update_client_min() 1262 return sprintf(buf, "%d\n", LM93_TEMP_FROM_REG(data->block2[nr])); in temp_show()
|
| /linux/lib/ |
| H A D | test_bpf.c | 873 int dbits, int sbits, int block1, int block2, in __bpf_fill_pattern() 886 count += (max(dbits, sbits) - 1) * block2 * block2 * ARRAY_SIZE(sgn); in __bpf_fill_pattern() 923 for (db = -(block2 / 2); db < (block2 + 1) / 2; db++) 924 for (sb = -(block2 / 2); 925 sb < (block2 + 1) / 2; sb++) { 842 __bpf_fill_pattern(struct bpf_test * self,void * arg,int dbits,int sbits,int block1,int block2,int (* emit)(struct bpf_test *,void *,struct bpf_insn *,s64,s64)) __bpf_fill_pattern() argument
|