| 102 | |
| 103 | |
| 104 | int get_dset_size(void) |
| 105 | { |
| 106 | struct dset_ctx *dsct = get_dset_ctx(); |
| 107 | |
| 108 | return !dsct ? 0 : dsct->nr_branches; |
| 109 | } |
| 110 | |
| 111 | /* empties/frees the content of a dset without free'ing the dset itself */ |
| 112 | static inline void _empty_branches(struct dset_ctx *dsct) |
no outgoing calls