* Resets the execution entity tied to a specific callout cpu. */
| 201 | * Resets the execution entity tied to a specific callout cpu. |
| 202 | */ |
| 203 | static void |
| 204 | cc_cce_cleanup(struct callout_cpu *cc, int direct) |
| 205 | { |
| 206 | cc_exec_curr(cc, direct) = NULL; |
| 207 | cc_exec_cancel(cc, direct) = false; |
| 208 | cc_exec_waiting(cc, direct) = false; |
| 209 | } |
| 210 | |
| 211 | /* |
| 212 | * Checks if migration is requested by a specific callout cpu. |
no outgoing calls
no test coverage detected