Searched refs:drop_list (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/rds/
H A Dib_rdma.c75 struct llist_head drop_list; /* MRs that have reached their max_maps limit */ member in struct:rds_ib_mr_pool
249 init_llist_head(&pool->drop_list); rds_ib_create_mr_pool()
678 * we want to put drop_list ahead of free_list. rds_ib_flush_mr_pool()
680 dirty_to_clean = llist_append_to_list(&pool->drop_list, &unmap_list); rds_ib_flush_mr_pool()
766 llist_add(&ibmr->llnode, &pool->drop_list); rds_ib_free_mr()
/linux-4.4.14/net/sched/
H A Dsch_htb.c129 struct list_head drop_list; member in struct:htb_class::__anon15082::htb_class_leaf
552 list_add_tail(&cl->un.leaf.drop_list, htb_activate()
569 list_del_init(&cl->un.leaf.drop_list); htb_deactivate()
956 un.leaf.drop_list); htb_drop()
986 INIT_LIST_HEAD(&cl->un.leaf.drop_list); htb_reset()
1219 INIT_LIST_HEAD(&parent->un.leaf.drop_list); htb_parent_to_leaf()
1413 INIT_LIST_HEAD(&cl->un.leaf.drop_list); htb_change_class()

Completed in 153 milliseconds