Searched refs:ffe_ctl (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | extent-tree.c | 3696 ffe_ctl->empty_cluster + ffe_ctl->empty_size, in find_free_extent_clustered() 3703 ffe_ctl->num_bytes, ffe_ctl->search_start, in find_free_extent_clustered() 3749 ffe_ctl->num_bytes + ffe_ctl->empty_cluster + in find_free_extent_unclustered() 3761 ffe_ctl->num_bytes, ffe_ctl->empty_size, in find_free_extent_unclustered() 3776 if (ffe_ctl->last_ptr && ffe_ctl->use_cluster) { in do_allocation_clustered() 3965 ffe_ctl->search_start = ffe_ctl->found_offset; in do_allocation_zoned() 4397 ffe_ctl->search_start = max(ffe_ctl->search_start, in find_free_extent() 4399 ffe_ctl->search_start = max(ffe_ctl->search_start, ffe_ctl->hint_byte); in find_free_extent() 4400 if (ffe_ctl->search_start == ffe_ctl->hint_byte) { in find_free_extent() 4534 if (ffe_ctl->search_start + ffe_ctl->num_bytes > in find_free_extent() [all …]
|
| /linux-6.15/include/trace/events/ |
| H A D | btrfs.h | 1248 TP_ARGS(root, ffe_ctl), 1261 __entry->flags = ffe_ctl->flags; 1276 TP_ARGS(root, ffe_ctl), 1290 __entry->flags = ffe_ctl->flags; 1291 __entry->loop = ffe_ctl->loop; 1324 __entry->flags = ffe_ctl->flags; 1325 __entry->loop = ffe_ctl->loop; 1347 TP_ARGS(block_group, ffe_ctl), 1366 __entry->loop = ffe_ctl->loop; 1386 TP_ARGS(block_group, ffe_ctl) [all …]
|
| /linux-6.15/drivers/scsi/mvsas/ |
| H A D | mv_94xx.c | 213 temp = (u8)(*(u8 *)&mvi->hba_info_param.ffe_ctl[phy_id]); in mvs_94xx_config_reg_from_hba() 218 mvi->hba_info_param.ffe_ctl[phy_id].ffe_rss_sel = 0x7; in mvs_94xx_config_reg_from_hba() 219 mvi->hba_info_param.ffe_ctl[phy_id].ffe_cap_sel = 0x7; in mvs_94xx_config_reg_from_hba() 225 mvi->hba_info_param.ffe_ctl[phy_id].ffe_rss_sel = 0x7; in mvs_94xx_config_reg_from_hba() 226 mvi->hba_info_param.ffe_ctl[phy_id].ffe_cap_sel = 0xC; in mvs_94xx_config_reg_from_hba() 239 mvi->hba_info_param.ffe_ctl[phy_id]); in mvs_94xx_config_reg_from_hba()
|
| H A D | mv_sas.h | 290 struct ffe_control ffe_ctl[8]; member
|