Home
last modified time | relevance | path

Searched refs:lwkt_send_ipiq_bycpu (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_ktr.c325 lwkt_send_ipiq_bycpu(1, ktr_pingpong_remote, NULL); in ktr_resync_callback()
421 lwkt_send_ipiq_bycpu(other_cpu, ktr_pingpong_remote, NULL); in ktr_pingpong_remote()
423 lwkt_send_ipiq_bycpu(other_cpu, ktr_pipeline_remote, NULL); in ktr_pingpong_remote()
424 lwkt_send_ipiq_bycpu(other_cpu, ktr_pipeline_remote, NULL); in ktr_pingpong_remote()
425 lwkt_send_ipiq_bycpu(other_cpu, ktr_pipeline_remote, NULL); in ktr_pingpong_remote()
426 lwkt_send_ipiq_bycpu(other_cpu, ktr_pipeline_remote, NULL); in ktr_pingpong_remote()
427 lwkt_send_ipiq_bycpu(other_cpu, ktr_pipeline_remote, NULL); in ktr_pingpong_remote()
/dragonfly/sys/sys/
H A Dthread2.h350 lwkt_send_ipiq_bycpu(int dcpu, ipifunc1_t func, void *arg) in lwkt_send_ipiq_bycpu() function
/dragonfly/sys/netinet6/
H A Dfrag6.c758 lwkt_send_ipiq_bycpu(0, frag6_drain_ipi, NULL); in frag6_drain()