Searched refs:fifo_in_progress (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-fault.c88 * So acquire fault_lock and reset fifo_in_progress to 0 before
92 * fifo_in_progress is set. Means these new faults will be
93 * handled by the current thread. Otherwise set fifo_in_progress
109 vinst->fifo_in_progress = 0;
185 if (vinst->fifo_in_progress)
188 vinst->fifo_in_progress = 1;
H A Dvas.h334 int fifo_in_progress; /* To wake up thread or return IRQ_HANDLED */ member in struct:vas_instance
335 spinlock_t fault_lock; /* Protects fifo_in_progress update */

Completed in 134 milliseconds