Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Dllite_close.c90 struct ll_close_queue *lcq = ll_i2sbi(inode)->ll_lcq; in ll_queue_done_writing() local
97 spin_lock(&lcq->lcq_lock); in ll_queue_done_writing()
102 list_add_tail(&lli->lli_close_list, &lcq->lcq_head); in ll_queue_done_writing()
112 wake_up(&lcq->lcq_waitq); in ll_queue_done_writing()
113 spin_unlock(&lcq->lcq_lock); in ll_queue_done_writing()
311 static struct ll_inode_info *ll_close_next_lli(struct ll_close_queue *lcq) in ll_close_next_lli() argument
315 spin_lock(&lcq->lcq_lock); in ll_close_next_lli()
317 if (!list_empty(&lcq->lcq_head)) { in ll_close_next_lli()
318 lli = list_entry(lcq->lcq_head.next, struct ll_inode_info, in ll_close_next_lli()
321 } else if (atomic_read(&lcq->lcq_stop)) in ll_close_next_lli()
[all …]
Dllite_internal.h953 void ll_close_thread_shutdown(struct ll_close_queue *lcq);
/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c811 tgt->lcq = dma_alloc_coherent(&hba->pcidev->dev, tgt->lcq_mem_size, in bnx2fc_alloc_session_resc()
814 if (!tgt->lcq) { in bnx2fc_alloc_session_resc()
819 memset(tgt->lcq, 0, tgt->lcq_mem_size); in bnx2fc_alloc_session_resc()
849 if (tgt->lcq) { in bnx2fc_free_session_resc()
851 tgt->lcq, tgt->lcq_dma); in bnx2fc_free_session_resc()
852 tgt->lcq = NULL; in bnx2fc_free_session_resc()
Dbnx2fc.h357 struct fcoe_sqe *lcq; member