Searched refs:tmp_tree (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/sume/ |
| H A D | if_sume.c | 1300 struct sysctl_oid *tmp_tree; in sume_sysctl_init() local 1330 if (tmp_tree == NULL) { in sume_sysctl_init() 1336 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1339 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1344 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1349 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1354 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1357 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1360 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1365 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | metaslab.c | 3718 range_tree_t *tmp_tree = range_tree_create(NULL, type, NULL, start, in metaslab_condense() local 3720 range_tree_add(tmp_tree, msp->ms_start, msp->ms_size); in metaslab_condense() 3721 space_map_write(sm, tmp_tree, SM_ALLOC, SM_NO_VDEVID, tx); in metaslab_condense() 3727 range_tree_vacate(tmp_tree, NULL, NULL); in metaslab_condense() 3728 range_tree_destroy(tmp_tree); in metaslab_condense()
|