Searched refs:cqueue (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/fs/jfs/
H A Djfs_logmgr.c536 list_add_tail(&tblk->cqueue, &log->cqueue); lmWriteRecord()
594 if (list_empty(&log->cqueue)) lmNextPage()
597 tblk = list_entry(log->cqueue.prev, struct tblock, cqueue); lmNextPage()
698 if ((!(log->cflag & logGC_PAGEOUT)) && (!list_empty(&log->cqueue)) && lmGroupCommit()
773 gcpn = list_entry(log->cqueue.next, struct tblock, cqueue)->pn; lmGCwrite()
775 list_for_each_entry(tblk, &log->cqueue, cqueue) { lmGCwrite()
838 list_for_each_entry_safe(tblk, temp, &log->cqueue, cqueue) { lmPostGC()
850 list_del(&tblk->cqueue); lmPostGC()
904 if ((!list_empty(&log->cqueue)) && lmPostGC()
1284 INIT_LIST_HEAD(&log->cqueue); lmLogInit()
1545 if (!list_empty(&log->cqueue)) { jfs_flush_journal()
1550 target = list_entry(log->cqueue.prev, struct tblock, cqueue); jfs_flush_journal()
1602 if ((!list_empty(&log->cqueue)) || !list_empty(&log->synclist)) { jfs_flush_journal()
1606 if (list_empty(&log->cqueue) && jfs_flush_journal()
1611 assert(list_empty(&log->cqueue)); jfs_flush_journal()
H A Djfs_txnmgr.h56 struct list_head cqueue; /* commit queue list */ member in struct:tblock
H A Djfs_logmgr.h399 struct list_head cqueue; /* FIFO commit queue */ member in struct:jfs_log
H A Djfs_txnmgr.c2760 cqueue) { jfs_lazycommit()
2778 list_del(&tblk->cqueue); jfs_lazycommit()
2827 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); txLazyUnlock()
/linux-4.1.27/drivers/connector/
H A Dconnector.c291 dev->cbdev = cn_queue_alloc_dev("cqueue", dev->nls); cn_init()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40evf_main.c1442 u32 cqueue = 0; i40evf_configure_rss() local
1463 if (cqueue == adapter->vsi_res->num_queue_pairs) i40evf_configure_rss()
1464 cqueue = 0; i40evf_configure_rss()
1465 lut |= ((cqueue) << (8 * j)); i40evf_configure_rss()
1466 cqueue++; i40evf_configure_rss()

Completed in 143 milliseconds