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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 169 milliseconds