Lines Matching defs:ioc_gq
462 struct ioc_gq { struct
463 struct blkg_policy_data pd;
464 struct ioc *ioc;
484 u32 cfg_weight;
485 u32 weight;
486 u32 active;
487 u32 inuse;
489 u32 last_inuse;
490 s64 saved_margin;
492 sector_t cursor; /* to detect randio */
504 atomic64_t vtime;
505 atomic64_t done_vtime;
506 u64 abs_vdebt;
509 u64 delay;
510 u64 delay_at;
516 atomic64_t active_period;
517 struct list_head active_list;
520 u64 child_active_sum;
521 u64 child_inuse_sum;
522 u64 child_adjusted_sum;
523 int hweight_gen;
524 u32 hweight_active;
525 u32 hweight_inuse;
526 u32 hweight_donating;
550 struct ioc_gq *ancestors[]; argument