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

/linux-master/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), \
/linux-master/block/
H A Dbfq-iosched.c922 struct bfq_weight_counter *__counter = container_of(*new, local
927 if (entity->weight == __counter->weight) {
928 bfqq->weight_counter = __counter;
931 if (entity->weight < __counter->weight)

Completed in 116 milliseconds