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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-cgroup.c59 list_add(&pn->node, &blkcg->policy_list);
74 list_for_each_entry(pn, &blkcg->policy_list, node) {
817 if (!list_empty(&blkcg->policy_list)) {
819 list_for_each_entry(pn, &blkcg->policy_list, node) {
945 list_for_each_entry_safe(pn, pntmp, &blkcg->policy_list, node) {
980 INIT_LIST_HEAD(&blkcg->policy_list);
H A Dblk-cgroup.h73 struct list_head policy_list; /* list of blkio_policy_node */ member in struct:blkio_cgroup

Completed in 35 milliseconds