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

Function intr_event_bind

freebsd/kern/kern_intr.c:360–365  ·  view source on GitHub ↗

* Bind an interrupt event to the specified CPU. For supported platforms, any * associated ithreads as well as the primary interrupt context will be bound * to the specificed CPU. */

Source from the content-addressed store, hash-verified

358 * to the specificed CPU.
359 */
360int
361intr_event_bind(struct intr_event *ie, int cpu)
362{
363
364 return (_intr_event_bind(ie, cpu, true, true));
365}
366
367/*
368 * Bind an interrupt event to the specified CPU, but do not bind associated

Callers 8

intr_bind_irqFunction · 0.70
start_softclockFunction · 0.70
intr_setaffinityFunction · 0.70
tcp_init_hptsiFunction · 0.50
ciu_bind_intrFunction · 0.50
xen_intr_bind_virqFunction · 0.50
intr_bindFunction · 0.50
netisr_start_swiFunction · 0.50

Calls 1

_intr_event_bindFunction · 0.85

Tested by

no test coverage detected