* Checks if migration is requested by a specific callout cpu. */
| 212 | * Checks if migration is requested by a specific callout cpu. |
| 213 | */ |
| 214 | static int |
| 215 | cc_cce_migrating(struct callout_cpu *cc, int direct) |
| 216 | { |
| 217 | return (0); |
| 218 | } |
| 219 | |
| 220 | /* |
| 221 | * Kernel low level callwheel initialization |
no outgoing calls
no test coverage detected