Home
last modified time | relevance | path

Searched refs:clean_list (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/net/rds/
H A Dib_rdma.c205 ret = llist_del_first(&pool->clean_list); in rds_ib_reuse_mr()
369 if (llist_empty(&pool->clean_list)) in rds_ib_flush_mr_pool()
400 llist_append_to_list(&pool->clean_list, &unmap_list); in rds_ib_flush_mr_pool()
423 &pool->clean_list); in rds_ib_flush_mr_pool()
655 init_llist_head(&pool->clean_list); in rds_ib_create_mr_pool()
H A Dib_mr.h99 struct llist_head clean_list; /* unused & unmapped MRs */ member
/openbmc/linux/fs/jffs2/
H A Djffs2_fs_sb.h98 struct list_head clean_list; /* Blocks 100% full of clean data */ member
H A Ddebug.c184 list_for_each_entry(jeb, &c->clean_list, list) { in __jffs2_dbg_superblock_counts()
498 if (list_empty(&c->clean_list)) { in __jffs2_dbg_dump_block_lists_nolock()
505 list_for_each(this, &c->clean_list) { in __jffs2_dbg_dump_block_lists_nolock()
H A Dbuild.c397 INIT_LIST_HEAD(&c->clean_list); in jffs2_do_mount_fs()
H A Dnodemgmt.c272 list_add_tail(&jeb->list, &c->clean_list); in jffs2_close_nextblock()
544 list_add_tail(&jeb->list, &c->clean_list); in jffs2_add_physical_node_ref()
H A Dscan.c191 list_add(&jeb->list, &c->clean_list); in jffs2_scan_medium()
1149 x = count_list(&c->clean_list); in jffs2_rotate_lists()
1152 rotate_list((&c->clean_list), rotateby); in jffs2_rotate_lists()
H A Dgc.c70 } else if (!list_empty(&c->clean_list)) { in jffs2_find_gc_block()
72 nextlist = &c->clean_list; in jffs2_find_gc_block()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c1319 goto clean_list; in gfar_add_cls()
1322 clean_list: in gfar_add_cls()