Home
last modified time | relevance | path

Searched refs:__counter (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/
Di915_pmu.c936 #define __event(__counter, __name, __unit) \ argument
938 .counter = (__counter), \
944 #define __global_event(__counter, __name, __unit) \ argument
946 .counter = (__counter), \
/linux-6.12.1/block/
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()