Searched refs:clean_list (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/rds/
H A Dib_rdma.c69 struct list_head clean_list; /* unused & unamapped MRs */ member in struct:rds_ib_mr_pool
205 INIT_LIST_HEAD(&pool->clean_list);
249 if (!list_empty(&pool->clean_list)) {
250 ibmr = list_entry(pool->clean_list.next, struct rds_ib_mr, list);
503 list_splice_init(&pool->clean_list, &unmap_list);
533 list_splice(&unmap_list, &pool->clean_list);
H A Diw_rdma.c69 struct list_head clean_list; /* unused & unamapped MRs */ member in struct:rds_iw_mr_pool
342 INIT_LIST_HEAD(&pool->clean_list);
385 if (!list_empty(&pool->clean_list)) {
386 ibmr = list_entry(pool->clean_list.next, struct rds_iw_mr, mapping.m_list);
506 list_splice_init(&pool->clean_list, &kill_list);
515 * moved to the clean_list.
540 list_splice(&unmap_list, &pool->clean_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/rds/
H A Dib_rdma.c69 struct list_head clean_list; /* unused & unamapped MRs */ member in struct:rds_ib_mr_pool
205 INIT_LIST_HEAD(&pool->clean_list);
249 if (!list_empty(&pool->clean_list)) {
250 ibmr = list_entry(pool->clean_list.next, struct rds_ib_mr, list);
503 list_splice_init(&pool->clean_list, &unmap_list);
533 list_splice(&unmap_list, &pool->clean_list);
H A Diw_rdma.c69 struct list_head clean_list; /* unused & unamapped MRs */ member in struct:rds_iw_mr_pool
342 INIT_LIST_HEAD(&pool->clean_list);
385 if (!list_empty(&pool->clean_list)) {
386 ibmr = list_entry(pool->clean_list.next, struct rds_iw_mr, mapping.m_list);
506 list_splice_init(&pool->clean_list, &kill_list);
515 * moved to the clean_list.
540 list_splice(&unmap_list, &pool->clean_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Djffs2_fs_sb.h85 struct list_head clean_list; /* Blocks 100% full of clean data */ member in struct:jffs2_sb_info
H A Dbuild.c353 INIT_LIST_HEAD(&c->clean_list);
H A Ddebug.c182 list_for_each_entry(jeb, &c->clean_list, list) {
476 if (list_empty(&c->clean_list)) {
477 printk(JFFS2_DBG "clean_list: empty\n");
483 list_for_each(this, &c->clean_list) {
488 printk(JFFS2_DBG "clean_list: %#08x (used %#08x, dirty %#08x, wasted %#08x, unchecked %#08x, free %#08x)\n",
H A Dscan.c186 list_add(&jeb->list, &c->clean_list);
1107 x = count_list(&c->clean_list);
1110 rotate_list((&c->clean_list), rotateby);
H A Dnodemgmt.c207 D1(printk(KERN_DEBUG "Adding full erase block at 0x%08x to clean_list (free 0x%08x, dirty 0x%08x, used 0x%08x\n",
209 list_add_tail(&jeb->list, &c->clean_list);
457 D1(printk(KERN_DEBUG "Adding full erase block at 0x%08x to clean_list (free 0x%08x, dirty 0x%08x, used 0x%08x\n",
466 list_add_tail(&jeb->list, &c->clean_list);
H A Dgc.c68 } else if (!list_empty(&c->clean_list)) {
69 D1(printk(KERN_DEBUG "Picking block from clean_list to GC next\n"));
70 nextlist = &c->clean_list;
72 D1(printk(KERN_DEBUG "Picking block from dirty_list to GC next (clean_list was empty)\n"));
76 D1(printk(KERN_DEBUG "Picking block from very_dirty_list to GC next (clean_list and dirty_list were empty)\n"));
79 D1(printk(KERN_DEBUG "Picking block from erasable_list to GC next (clean_list and {very_,}dirty_list were empty)\n"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Djffs2_fs_sb.h85 struct list_head clean_list; /* Blocks 100% full of clean data */ member in struct:jffs2_sb_info
H A Dbuild.c353 INIT_LIST_HEAD(&c->clean_list);
H A Ddebug.c182 list_for_each_entry(jeb, &c->clean_list, list) {
476 if (list_empty(&c->clean_list)) {
477 printk(JFFS2_DBG "clean_list: empty\n");
483 list_for_each(this, &c->clean_list) {
488 printk(JFFS2_DBG "clean_list: %#08x (used %#08x, dirty %#08x, wasted %#08x, unchecked %#08x, free %#08x)\n",
H A Dscan.c186 list_add(&jeb->list, &c->clean_list);
1107 x = count_list(&c->clean_list);
1110 rotate_list((&c->clean_list), rotateby);
H A Dnodemgmt.c207 D1(printk(KERN_DEBUG "Adding full erase block at 0x%08x to clean_list (free 0x%08x, dirty 0x%08x, used 0x%08x\n",
209 list_add_tail(&jeb->list, &c->clean_list);
457 D1(printk(KERN_DEBUG "Adding full erase block at 0x%08x to clean_list (free 0x%08x, dirty 0x%08x, used 0x%08x\n",
466 list_add_tail(&jeb->list, &c->clean_list);
H A Dgc.c68 } else if (!list_empty(&c->clean_list)) {
69 D1(printk(KERN_DEBUG "Picking block from clean_list to GC next\n"));
70 nextlist = &c->clean_list;
72 D1(printk(KERN_DEBUG "Picking block from dirty_list to GC next (clean_list was empty)\n"));
76 D1(printk(KERN_DEBUG "Picking block from very_dirty_list to GC next (clean_list and dirty_list were empty)\n"));
79 D1(printk(KERN_DEBUG "Picking block from erasable_list to GC next (clean_list and {very_,}dirty_list were empty)\n"));

Completed in 211 milliseconds