Searched refs:sls (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | index-layout.c | 222 struct save_layout_sizes *sls) in compute_sizes() argument 227 memset(sls, 0, sizeof(*sls)); in compute_sizes() 228 sls->save_count = MAX_SAVES; in compute_sizes() 229 sls->block_size = UDS_BLOCK_SIZE; in compute_sizes() 230 sls->volume_blocks = geometry->bytes_per_volume / sls->block_size; in compute_sizes() 232 result = uds_compute_volume_index_save_blocks(config, sls->block_size, in compute_sizes() 233 &sls->volume_index_blocks); in compute_sizes() 237 sls->page_map_blocks = in compute_sizes() 239 sls->block_size); in compute_sizes() 240 sls->open_chapter_blocks = in compute_sizes() [all …]
|
| /linux/tools/objtool/include/objtool/ |
| H A D | builtin.h | 26 bool sls; 23 bool sls; global() member
|
| /linux/tools/objtool/ |
| H A D | builtin-check.c | 89 OPT_BOOLEAN('l', "sls", &opts.sls, "validate straight-line-speculation mitigations"), 191 opts.sls || in copy_file()
|
| H A D | check.c | 5052 if (opts.sls) in check()
|
| /linux/drivers/thunderbolt/ |
| H A D | xdomain.c | 505 u8 *sls, u8 *tls) in tb_xdp_link_state_status_request() argument 531 *sls = res.sls; in tb_xdp_link_state_status_request() 556 res.sls = (val[0] & LANE_ADP_CS_0_SUPPORTED_SPEED_MASK) >> in tb_xdp_link_state_status_response() 1255 u8 slw, tlw, sls, tls; in tb_xdomain_get_link_status() local 1262 xd->state_retries, &slw, &tlw, &sls, in tb_xdomain_get_link_status() 1274 dev_dbg(&xd->dev, "remote link supports width %#x speed %#x\n", slw, sls); in tb_xdomain_get_link_status()
|
| H A D | tb_msgs.h | 564 u8 sls; member
|
| /linux/scripts/ |
| H A D | Makefile.lib | 198 objtool-args-$(CONFIG_MITIGATION_SLS) += --sls
|