Searched refs:tmp_tree (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/sume/ |
| H A D | if_sume.c | 1280 struct sysctl_oid *tmp_tree; in sume_sysctl_init() local 1308 tmp_tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, namebuf, in sume_sysctl_init() 1310 if (tmp_tree == NULL) { in sume_sysctl_init() 1316 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1319 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1324 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1329 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1334 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1337 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() 1340 SYSCTL_ADD_U64(ctx, SYSCTL_CHILDREN(tmp_tree), OID_AUTO, in sume_sysctl_init() [all …]
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | metaslab.c | 3984 zfs_range_tree_t *tmp_tree = zfs_range_tree_create_flags( in metaslab_condense() local 3988 zfs_range_tree_add(tmp_tree, msp->ms_start, msp->ms_size); in metaslab_condense() 3989 space_map_write(sm, tmp_tree, SM_ALLOC, SM_NO_VDEVID, tx); in metaslab_condense() 3995 zfs_range_tree_vacate(tmp_tree, NULL, NULL); in metaslab_condense() 3996 zfs_range_tree_destroy(tmp_tree); in metaslab_condense()
|