Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/networking/
Dnet_dim.txt151 int my_driver_handle_interrupt(struct my_driver_entity *my_entity, ...)
158 dim_update_sample(my_entity->events,
159 my_entity->packets,
160 my_entity->bytes,
163 net_dim(&my_entity->dim, dim_sample);
167 /* My entity's initialization function (my_entity was already allocated) */
168 int my_driver_init_my_entity(struct my_driver_entity *my_entity, ...)
172 INIT_WORK(&my_entity->dim.work, my_driver_do_dim_work);
/Linux-v5.4/block/
Dbfq-cgroup.c428 entity->parent = bfqg->my_entity; /* NULL for root group */ in bfq_init_entity()
533 bfqg->my_entity = entity; /* in bfq_pd_init()
563 entity->parent = parent->my_entity; in bfq_group_set_parent()
643 entity->parent = bfqg->my_entity; in bfq_bfqq_move()
843 struct bfq_entity *entity = bfqg->my_entity; in bfq_pd_offline()
Dbfq-iosched.h908 struct bfq_entity *my_entity; member
Dbfq-wf2q.c177 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget()
Dbfq-iosched.c6396 root_group->my_entity = NULL; in bfq_init_root_group()