| 383 | } |
| 384 | |
| 385 | static void |
| 386 | cpuset_freelist_init(struct setlist *list, int count) |
| 387 | { |
| 388 | |
| 389 | LIST_INIT(list); |
| 390 | cpuset_freelist_add(list, count); |
| 391 | } |
| 392 | |
| 393 | static void |
| 394 | cpuset_freelist_free(struct setlist *list) |
no test coverage detected