Lines Matching defs:ioc_gq
460 struct ioc_gq { struct
461 struct blkg_policy_data pd;
462 struct ioc *ioc;
482 u32 cfg_weight;
483 u32 weight;
484 u32 active;
485 u32 inuse;
487 u32 last_inuse;
488 s64 saved_margin;
490 sector_t cursor; /* to detect randio */
502 atomic64_t vtime;
503 atomic64_t done_vtime;
504 u64 abs_vdebt;
507 u64 delay;
508 u64 delay_at;
514 atomic64_t active_period;
515 struct list_head active_list;
518 u64 child_active_sum;
519 u64 child_inuse_sum;
520 u64 child_adjusted_sum;
521 int hweight_gen;
522 u32 hweight_active;
523 u32 hweight_inuse;
524 u32 hweight_donating;
525 u32 hweight_after_donation;
549 struct ioc_gq *ancestors[]; argument