MCPcopy Create free account
hub / github.com/F-Stack/f-stack / intr_event_bind_ithread

Function intr_event_bind_ithread

freebsd/kern/kern_intr.c:381–386  ·  view source on GitHub ↗

* Bind an interrupt event's ithread to the specified CPU. */

Source from the content-addressed store, hash-verified

379 * Bind an interrupt event's ithread to the specified CPU.
380 */
381int
382intr_event_bind_ithread(struct intr_event *ie, int cpu)
383{
384
385 return (_intr_event_bind(ie, cpu, false, true));
386}
387
388/*
389 * Bind an interrupt event's ithread to the specified cpuset.

Callers 1

intr_setaffinityFunction · 0.85

Calls 1

_intr_event_bindFunction · 0.85

Tested by

no test coverage detected