Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pmu.c936 #define __event(__counter, __name, __unit) \ argument
938 .counter = (__counter), \
944 #define __global_event(__counter, __name, __unit) \ argument
946 .counter = (__counter), \
/openbmc/linux/block/
H A Dbfq-iosched.c933 struct bfq_weight_counter *__counter = container_of(*new, in bfq_weights_tree_add() local
938 if (entity->weight == __counter->weight) { in bfq_weights_tree_add()
939 bfqq->weight_counter = __counter; in bfq_weights_tree_add()
942 if (entity->weight < __counter->weight) in bfq_weights_tree_add()