| 73 | } |
| 74 | |
| 75 | static inline bool is_halfchan_defined(const struct half_chan *hc) |
| 76 | { |
| 77 | return hc->bcast.index != 0; |
| 78 | } |
| 79 | |
| 80 | /* Container for per-node channel pointers. Better cache performance |
| 81 | * than uintmap, and we don't need ordering. */ |
no outgoing calls
no test coverage detected