Home
last modified time | relevance | path

Searched refs:my_entity (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/networking/
Dnet_dim.rst147 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);
/linux-6.12.1/block/
Dbfq-cgroup.c432 entity->parent = bfqg->my_entity; /* NULL for root group */ in bfq_init_entity()
541 bfqg->my_entity = entity; /* in bfq_pd_init()
572 entity->parent = parent->my_entity; in bfq_group_set_parent()
683 entity->parent = bfqg->my_entity; in bfq_bfqq_move()
876 struct bfq_entity *entity = bfqg->my_entity; in bfq_pd_offline()
Dbfq-iosched.h1017 struct bfq_entity *my_entity; member
Dbfq-wf2q.c164 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget()
Dbfq-iosched.c7205 root_group->my_entity = NULL; in bfq_init_root_group()