Searched refs:cqueue (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/jfs/ |
D | jfs_logmgr.c | 536 list_add_tail(&tblk->cqueue, &log->cqueue); in lmWriteRecord() 594 if (list_empty(&log->cqueue)) in lmNextPage() 597 tblk = list_entry(log->cqueue.prev, struct tblock, cqueue); in lmNextPage() 698 if ((!(log->cflag & logGC_PAGEOUT)) && (!list_empty(&log->cqueue)) && in lmGroupCommit() 773 gcpn = list_entry(log->cqueue.next, struct tblock, cqueue)->pn; in lmGCwrite() 775 list_for_each_entry(tblk, &log->cqueue, cqueue) { in lmGCwrite() 838 list_for_each_entry_safe(tblk, temp, &log->cqueue, cqueue) { in lmPostGC() 850 list_del(&tblk->cqueue); in lmPostGC() 904 if ((!list_empty(&log->cqueue)) && in lmPostGC() 1284 INIT_LIST_HEAD(&log->cqueue); in lmLogInit() [all …]
|
D | jfs_txnmgr.h | 56 struct list_head cqueue; /* commit queue list */ member
|
D | jfs_logmgr.h | 399 struct list_head cqueue; /* FIFO commit queue */ member
|
D | jfs_txnmgr.c | 2760 cqueue) { in jfs_lazycommit() 2778 list_del(&tblk->cqueue); in jfs_lazycommit() 2827 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); in txLazyUnlock()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_main.c | 1276 u32 cqueue = 0; in i40evf_configure_rss_reg() local 1288 if (cqueue == adapter->num_active_queues) in i40evf_configure_rss_reg() 1289 cqueue = 0; in i40evf_configure_rss_reg() 1290 lut |= ((cqueue) << (8 * j)); in i40evf_configure_rss_reg() 1291 cqueue++; in i40evf_configure_rss_reg()
|