HomeSort by: relevance | last modified time | path
    Searched defs:ipi_mark_pending (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
subr_ipi.c 178 * ipi_mark_pending: internal routine to mark an IPI pending on the
182 ipi_mark_pending(u_int ipi_id, struct cpu_info *ci) function in typeref:typename:bool
207 if (ipi_mark_pending(ipi_id, ci)) {
236 ipi_mark_pending(ipi_id, curcpu());
subr_ipi.c 178 * ipi_mark_pending: internal routine to mark an IPI pending on the
182 ipi_mark_pending(u_int ipi_id, struct cpu_info *ci) function in typeref:typename:bool
207 if (ipi_mark_pending(ipi_id, ci)) {
236 ipi_mark_pending(ipi_id, curcpu());
subr_ipi.c 178 * ipi_mark_pending: internal routine to mark an IPI pending on the
182 ipi_mark_pending(u_int ipi_id, struct cpu_info *ci) function in typeref:typename:bool
207 if (ipi_mark_pending(ipi_id, ci)) {
236 ipi_mark_pending(ipi_id, curcpu());

Completed in 68 milliseconds