| 414 | } |
| 415 | |
| 416 | static void |
| 417 | domainset_freelist_init(struct domainlist *list, int count) |
| 418 | { |
| 419 | |
| 420 | LIST_INIT(list); |
| 421 | domainset_freelist_add(list, count); |
| 422 | } |
| 423 | |
| 424 | static void |
| 425 | domainset_freelist_free(struct domainlist *list) |
no test coverage detected