Home
last modified time | relevance | path

Searched refs:IPIQ (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/mips/kernel/
Dsmtc.c86 struct smtc_ipi_q IPIQ[NR_CPUS]; variable
389 IPIQ[i].head = IPIQ[i].tail = NULL; in smtc_prepare_cpus()
390 spin_lock_init(&IPIQ[i].lock); in smtc_prepare_cpus()
391 IPIQ[i].depth = 0; in smtc_prepare_cpus()
392 IPIQ[i].resched_flag = 0; /* No reschedules queued initially */ in smtc_prepare_cpus()
749 i, (unsigned)IPIQ[i].head, (unsigned)IPIQ[i].tail, in smtc_ipi_qdump()
750 IPIQ[i].depth); in smtc_ipi_qdump()
751 temp = IPIQ[i].head; in smtc_ipi_qdump()
753 while (temp != IPIQ[i].tail) { in smtc_ipi_qdump()
808 if (set_resched_flag && IPIQ[cpu].resched_flag != 0) in smtc_send_ipi()
[all …]
/linux-2.6.39/arch/mips/include/asm/
Dstackframe.h400 la a2, IPIQ