Searched refs:s_lock (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_ruc.c259 spin_lock_irqsave(&sqp->s_lock, flags);
263 spin_unlock_irqrestore(&sqp->s_lock, flags);
270 spin_unlock_irqrestore(&sqp->s_lock, flags);
275 * We can rely on the entry not changing without the s_lock
279 spin_unlock_irqrestore(&sqp->s_lock, flags);
340 spin_lock_irqsave(&sqp->s_lock, flags);
342 spin_unlock_irqrestore(&sqp->s_lock, flags);
456 spin_lock_irqsave(&sqp->s_lock, flags);
459 spin_unlock_irqrestore(&sqp->s_lock, flags);
548 spin_lock_irqsave(&qp->s_lock, flag
[all...]
H A Dipath_rc.c58 * The QP s_lock should be held and interrupts disabled.
82 * Note the QP s_lock must be held.
208 * Note the QP s_lock must be held and interrupts disabled.
641 spin_lock_irqsave(&qp->s_lock, flags);
645 spin_unlock_irqrestore(&qp->s_lock, flags);
661 * Called at interrupt level with the QP s_lock held.
742 * The QP s_lock should be held and interrupts disabled.
806 * Called at interrupt level with the QP s_lock held and interrupts disabled.
820 * it's OK since we hold the QP s_lock and ipath_restart_rc()
1083 spin_lock_irqsave(&qp->s_lock, flag
[all...]
H A Dipath_qp.c379 * The QP s_lock should be held and interrupts disabled.
476 spin_lock_irqsave(&qp->s_lock, flags);
593 spin_unlock_irqrestore(&qp->s_lock, flags);
599 spin_unlock_irqrestore(&qp->s_lock, flags);
801 spin_lock_init(&qp->s_lock);
920 spin_lock_irqsave(&qp->s_lock, flags);
922 spin_unlock_irqrestore(&qp->s_lock, flags);
989 * The QP s_lock should be held and interrupts disabled.
1030 * The QP s_lock should be held.
H A Dipath_verbs.h331 * Common variables are protected by both r_rq.lock and s_lock in that order
352 spinlock_t s_lock; member in struct:ipath_qp
H A Dipath_verbs.c551 spin_lock_irqsave(&qp->s_lock, flags);
556 spin_unlock_irqrestore(&qp->s_lock, flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c1340 spin_lock_irqsave(&btv->s_lock,flags);
1347 spin_unlock_irqrestore(&btv->s_lock,flags);
1437 spin_lock_irqsave(&btv->s_lock,flags);
1440 spin_unlock_irqrestore(&btv->s_lock,flags);
1729 spin_lock_irqsave(&btv->s_lock,flags);
1734 spin_unlock_irqrestore(&btv->s_lock,flags);
3091 spin_lock_irqsave(&btv->s_lock,flags);
3093 spin_unlock_irqrestore(&btv->s_lock,flags);
3739 btv->c.pci, &btv->s_lock,
3745 btv->c.pci, &btv->s_lock,
[all...]
H A Dbttvp.h364 spinlock_t s_lock; member in struct:bttv
412 - must acquire s_lock before changing these
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dsuper.c75 mutex_init(&s->s_lock);
78 * The locking rules for s_lock are up to the
82 lockdep_set_class(&s->s_lock, &type->s_lock_key);
237 mutex_lock(&sb->s_lock);
243 mutex_unlock(&sb->s_lock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dsuper.c165 if (mutex_trylock(&sb->s_lock) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfs.h914 struct mutex s_lock; member in struct:super_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c2209 if (mutex_trylock(&sb->s_lock) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c2283 if (mutex_trylock(&sb->s_lock) != 0)

Completed in 211 milliseconds