*/staticvoidqueue_shift_down(structqueue*q){unsignedlevel;for(level =1; level < NR_QUEUE_LEVELS; level++)list_splice_init(q->qs + level, q->qs + level -1); } 开发者ID:vmayoral,项目名称:ubuntu-vivid,代码行数:11,代码来源:dm-cache-policy-mq.c 示例3: __linkwatch_run_queue ▲点...