Searched refs:tmp_tree (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/sume/ |
| H A D | if_sume.c | 1281 struct sysctl_oid *tmp_tree; in sume_sysctl_init() local 1311 if (tmp_tree == NULL) { in sume_sysctl_init() 1317 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1320 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1325 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1330 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1335 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1338 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1341 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1346 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | metaslab.c | 3741 range_tree_t *tmp_tree = range_tree_create(NULL, type, NULL, start, in metaslab_condense() local 3743 range_tree_add(tmp_tree, msp->ms_start, msp->ms_size); in metaslab_condense() 3744 space_map_write(sm, tmp_tree, SM_ALLOC, SM_NO_VDEVID, tx); in metaslab_condense() 3750 range_tree_vacate(tmp_tree, NULL, NULL); in metaslab_condense() 3751 range_tree_destroy(tmp_tree); in metaslab_condense()
|