Searched defs:bfq_group (Results 1 – 2 of 2) sorted by relevance
63054 struct bfq_group { struct63055 struct blkg_policy_data pd;63056 char blkg_path[128];63057 refcount_t ref;63058 struct bfq_entity entity;63059 struct bfq_sched_data sched_data;63060 struct bfq_data *bfqd;63061 struct bfq_queue *async_bfqq[128];63062 struct bfq_queue *async_idle_bfqq[8];63063 struct bfq_entity *my_entity;[all …]
72884 struct bfq_group { struct72885 struct blkg_policy_data pd;72886 char blkg_path[128];72887 refcount_t ref;72888 struct bfq_entity entity;72889 struct bfq_sched_data sched_data;72890 struct bfq_data *bfqd;72891 struct bfq_queue *async_bfqq[128];72892 struct bfq_queue *async_idle_bfqq[8];72893 struct bfq_entity *my_entity;[all …]