Searched refs:my_entity (Results 1 – 5 of 5) sorted by relevance
147 int my_driver_handle_interrupt(struct my_driver_entity *my_entity, ...)154 dim_update_sample(my_entity->events,155 my_entity->packets,156 my_entity->bytes,159 net_dim(&my_entity->dim, dim_sample);163 /* My entity's initialization function (my_entity was already allocated) */164 int my_driver_init_my_entity(struct my_driver_entity *my_entity, ...)168 INIT_WORK(&my_entity->dim.work, my_driver_do_dim_work);
432 entity->parent = bfqg->my_entity; /* NULL for root group */ in bfq_init_entity()547 bfqg->my_entity = entity; /* in bfq_pd_init()578 entity->parent = parent->my_entity; in bfq_group_set_parent()694 entity->parent = bfqg->my_entity; in bfq_bfqq_move()939 struct bfq_entity *entity = bfqg->my_entity; in bfq_pd_offline()
1021 struct bfq_entity *my_entity; member
164 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget()
7173 root_group->my_entity = NULL; in bfq_init_root_group()
Completed in 23 milliseconds