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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dcfq-iosched.c472 struct cfq_queue *__cfqq; local
476 __cfqq = rb_entry(parent, struct cfq_queue, rb_node);
483 if (cfq_class_rt(cfqq) > cfq_class_rt(__cfqq))
485 else if (cfq_class_rt(cfqq) < cfq_class_rt(__cfqq))
487 else if (cfq_class_idle(cfqq) < cfq_class_idle(__cfqq))
489 else if (cfq_class_idle(cfqq) > cfq_class_idle(__cfqq))
491 else if (rb_key < __cfqq->rb_key)

Completed in 106 milliseconds