Home
last modified time | relevance | path

Searched refs:__counter (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_pmu.c936 #define __event(__counter, __name, __unit) \
938 .counter = (__counter), \
944 #define __global_event(__counter, __name, __unit) \
946 .counter = (__counter), \
/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c753 struct bfq_weight_counter *__counter = container_of(*new, in bfq_weights_tree_add() local
758 if (entity->weight == __counter->weight) { in bfq_weights_tree_add()
759 bfqq->weight_counter = __counter; in bfq_weights_tree_add()
762 if (entity->weight < __counter->weight) in bfq_weights_tree_add()
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.c922 struct bfq_weight_counter *__counter = container_of(*new, in bfq_weights_tree_add() local
927 if (entity->weight == __counter->weight) { in bfq_weights_tree_add()
928 bfqq->weight_counter = __counter; in bfq_weights_tree_add()
931 if (entity->weight < __counter->weight) in bfq_weights_tree_add()

Completed in 24 milliseconds