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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Delevator.c95 static inline int elv_try_merge(struct request *__rq, struct bio *bio) argument
102 if (elv_rq_merge_ok(__rq, bio)) {
103 if (__rq->sector + __rq->nr_sectors == bio->bi_sector)
105 else if (__rq->sector - bio_sectors(bio) == bio->bi_sector)
343 struct request *__rq; local
347 __rq = rb_entry(parent, struct request, rb_node);
349 if (rq->sector < __rq->sector)
351 else if (rq->sector > __rq->sector)
354 return __rq;
460 struct request *__rq; local
[all...]
H A Ddeadline-iosched.c121 struct request *__rq; local
130 __rq = elv_rb_find(&dd->sort_list[bio_data_dir(bio)], sector);
131 if (__rq) {
132 BUG_ON(sector != __rq->sector);
134 if (elv_rq_merge_ok(__rq, bio)) {
143 *req = __rq;
H A Das-iosched.c1205 struct request *__rq; local
1210 __rq = elv_rb_find(&ad->sort_list[bio_data_dir(bio)], rb_key);
1211 if (__rq && elv_rq_merge_ok(__rq, bio)) {
1212 *req = __rq;
H A Dcfq-iosched.c670 struct request *__rq; local
672 __rq = cfq_find_rq_fmerge(cfqd, bio);
673 if (__rq && elv_rq_merge_ok(__rq, bio)) {
674 *req = __rq;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h543 : "=d" (__rq.__ll) \
546 (r) = __rq.__i.__l; (q) = __rq.__i.__h; \

Completed in 165 milliseconds