Searched refs:cqueue (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/fs/jfs/ |
H A D | jfs_logmgr.c | 536 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 D | jfs_txnmgr.h | 56 struct list_head cqueue; /* commit queue list */ member in struct:tblock
|
H A D | jfs_logmgr.h | 399 struct list_head cqueue; /* FIFO commit queue */ member in struct:jfs_log
|
H A D | jfs_txnmgr.c | 2760 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 D | connector.c | 291 dev->cbdev = cn_queue_alloc_dev("cqueue", dev->nls); cn_init()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40evf_main.c | 1442 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