Home
last modified time | relevance | path

Searched refs:tid_lock (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c123 spin_lock(&fd->tid_lock); in hfi1_user_exp_rcv_init()
134 spin_unlock(&fd->tid_lock); in hfi1_user_exp_rcv_init()
330 spin_lock(&fd->tid_lock); in hfi1_user_exp_rcv_setup()
335 spin_unlock(&fd->tid_lock); in hfi1_user_exp_rcv_setup()
444 spin_lock(&fd->tid_lock); in hfi1_user_exp_rcv_setup()
446 spin_unlock(&fd->tid_lock); in hfi1_user_exp_rcv_setup()
504 spin_lock(&fd->tid_lock); in hfi1_user_exp_rcv_clear()
506 spin_unlock(&fd->tid_lock); in hfi1_user_exp_rcv_clear()
H A Dfile_ops.c207 spin_lock_init(&fd->tid_lock); in hfi1_file_open()
H A Dhfi.h1449 spinlock_t tid_lock; /* protect tid_[limit,used] counters */ member
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dsa_query.c188 static DEFINE_SPINLOCK(tid_lock);
1353 spin_lock_irqsave(&tid_lock, flags); in init_mad()
1356 spin_unlock_irqrestore(&tid_lock, flags); in init_mad()