Searched refs:rt_type (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | range_tree.h | 126 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_get_start_raw() 127 switch (rt->rt_type) { in rs_get_start_raw() 143 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_get_end_raw() 144 switch (rt->rt_type) { in rs_get_end_raw() 160 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_get_fill_raw() 161 switch (rt->rt_type) { in rs_get_fill_raw() 200 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_set_start_raw() 201 switch (rt->rt_type) { in rs_set_start_raw() 220 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_set_end_raw() 221 switch (rt->rt_type) { in rs_set_end_raw() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | range_tree.c | 81 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_copy() 83 switch (rt->rt_type) { in rs_copy() 222 rt->rt_type = type; in range_tree_create_impl() 439 if (rt->rt_type == RANGE_SEG64) in range_tree_remove_impl() 590 if (rt->rt_type == RANGE_SEG64) in range_tree_find() 624 if (rt->rt_type == RANGE_SEG64) in range_tree_find_in() 661 if (rt->rt_type == RANGE_SEG64) in range_tree_clear() 750 switch (rt->rt_type) { in rt_btree_create() 761 panic("Invalid range seg type %d", rt->rt_type); in rt_btree_create()
|
| H A D | metaslab.c | 1394 switch (rt->rt_type) { in metaslab_rt_create() 1404 panic("Invalid range seg type %d", rt->rt_type); in metaslab_rt_create()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-st.txt | 112 <bank offset mux mode rt_type rt_delay rt_clk> 128 -rt_type Retiming Configuration for the pin.
|