Searched refs:spl_flags (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_reqs.c365 unsigned long spl_flags; local
368 spin_lock_irqsave(&my_qp->spinlock_s, spl_flags);
410 spin_unlock_irqrestore(&my_qp->spinlock_s, spl_flags);
425 unsigned long spl_flags; local
428 spin_lock_irqsave(&my_qp->spinlock_r, spl_flags);
469 spin_unlock_irqrestore(&my_qp->spinlock_r, spl_flags);
516 unsigned long spl_flags; local
526 spin_lock_irqsave(&qp->spinlock_s, spl_flags);
528 spin_unlock_irqrestore(&qp->spinlock_s, spl_flags);
613 unsigned long spl_flags; local
640 unsigned long spl_flags; local
[all...]
H A Dehca_cq.c59 unsigned long spl_flags; local
61 spin_lock_irqsave(&cq->spinlock, spl_flags);
63 spin_unlock_irqrestore(&cq->spinlock, spl_flags);
77 unsigned long spl_flags; local
79 spin_lock_irqsave(&cq->spinlock, spl_flags);
91 spin_unlock_irqrestore(&cq->spinlock, spl_flags);
H A Dehca_qp.c768 unsigned long spl_flags = 0; local
898 spin_lock_irqsave(&my_qp->spinlock_s, spl_flags);
1184 spin_unlock_irqrestore(&my_qp->spinlock_s, spl_flags);

Completed in 102 milliseconds