• <tr id="yyy80"></tr>
  • <sup id="yyy80"></sup>
  • <tfoot id="yyy80"><noscript id="yyy80"></noscript></tfoot>
  • 99热精品在线国产_美女午夜性视频免费_国产精品国产高清国产av_av欧美777_自拍偷自拍亚洲精品老妇_亚洲熟女精品中文字幕_www日本黄色视频网_国产精品野战在线观看 ?

    Intelligent fitting global real-time task scheduling strategy for high-performance multi-core systems

    2022-05-28 15:17:30JunpengWuEnyuanZhaoSizhaoLiYanqiangWang

    Junpeng Wu|Enyuan Zhao |Sizhao Li |Yanqiang Wang

    College of Computer Science and Technology,Harbin Engineering University,Harbin,China

    Abstract With the development of high-performance computing,it is possible to solve large-scale computing problems.However,the irregularity and access characteristics of computing problems bring challenges to the realisation and performance optimisation.Improving the performance of a single core makes it challenging to maintain Moore's law,and multicore processors emerge.A chip brings together multiple universal processor cores of equal status and has the same structure supported by an isomorphic multi-core processor.In high-performance computing,the granularity of computing tasks leads to the complexity of scheduling strategies.Satisfying high system performance,load balancing and processor fault tolerance at a minimum cost is the key to task scheduling in the highperformance field,especially in specific multi-core hardware architecture.In this study,global real-time task scheduling is implemented in a high-performance multi-core system.The system adopts the hybrid scheduling among clusters and the intelligent fitting within clusters to implement the global real-time task scheduling strategy.In the cluster scheduling policy,tasks are allowed to preempt the core with low priority,and the priority of tasks that access memory is dynamically improved,higher than that of all the tasks without memory access.An intelligent fitting method is also proposed.When the data read by the task is in the cache and the cache access ability value of the task is within a reasonable threshold,the priority of the task is promoted to the highest priority,preempting the core without the access memory task.The results show that the intelligently fitting global scheduling strategy for multi-core systems has better performance in the nuclear utilisation rate and task schedulability.

    KEYWORDS genetic algorithms,intelligent systems

    1|INTRODUCTION

    With the expansion of application requirements and the progress of software technology,the demand for computing tasks on computing power increases sharply [1].The method of improving system performance by increasing processor frequency is limited by power consumption,cost and volume;so multi-core processors emerge as the times require[2].Multicore processor refers to the use of multiple processor cores on a chip,and each core performs the same or similar tasks,the whole chip acts as a unified structure to provide external services,output performance,to meet the needs of improving performance and achieving load balance at a minimum cost[3].The future development of high-performance computing will come from the development of multi-core processor technology [4].The system tends to be composed of multi-core,and multi-core forms a cluster hierarchically [5].Furthermore,many-core,with hundreds or thousands of cores,will provide the computing potential for petaflops of high performance/supercomputing [6].Only by making the best use of parallel multi-core architecture can the performance of multi-core be brought into full play,and the new algorithm oriented to multicore architecture will become the main direction to give full play to high performance [7].Ensuring multi-core load balancing through proper scheduling mechanism and policy,giving full play to the performance characteristics of each processor and improving the throughput of the whole system is the core of multi-core task scheduling research [8].

    Due to the cache effect [9],effective use of the cache can significantly reduce access to the main memory,thereby saving memory bandwidth and reducing the interference of the main memory.The memory cache replacement algorithm has been relatively mature,such as LRU[10],LFU[11],FLRU[12]etc.At the application level,more caching applications are added to give full play to the cache effect.In multi-core systems,many optimisation methods based on cache have emerged for scheduling strategies.However,these strategies are all cache-based scheduling strategies in a specific application environment,which lacks versatility and fit [13].Therefore,this study proposes an intelligent fitting global real-time task scheduling strategy for high-performance multi-core systems.The earliest intelligent fitting of single-target intelligent fitting,the evolutionary algorithm has only one objective function.In order to solve the expansive problem in intelligent fitting,many scholars have proposed various solutions to single-target intelligent fitting.There are many shortcomings,among which a serious problem is the expansion of the expression.With the execution of the evolutionary algorithm,the complexity of the expression has become larger and larger.In order to control the complexity of the expression,the evolutionary algorithm can produce good fitting accuracy.Furthermore,for expressions with low complexity,people have proposed an intelligent fitting algorithm based on multi-objective optimization.Among them,the most mainstream method is to change the intelligent fitting from a single objective to a multi-objective fitting,that is,an intelligent fitting algorithm based on multi-objective optimisation [14].Wang et al.[15]took the size of the expression as the first target and the mean square error of the expression as the second target.They also designed a mathematical model to fit the implicit expression,which could fit both the display expression and the implicit expression at the same time and proposed a multiobjective genetic programming approach (MOGPA).Bleuler et al.[16] also took the complexity of an expression tree as another target and used the SPEA2 algorithm to solve the swelling problem of the intelligent fitting.Yang et al.[17]applied the intelligent fitting of multi-objective optimisation to fit the expression of the change of oil production per year,thus inferring the subsequent oil production.Sotto and Melo [18]redesigned the expression storage form for the multi-objective evolutionary algorithm.

    However,one of the shortcomings of the traditional intelligent fitting is its slow convergence and blindness in the evolutionary process.No algorithm can change an expression into a better one;and all the types of improved algorithms mentioned above have not fundamentally improved the blindness of intelligent fitting.Therefore,this study adds traditional fitting into the intelligent fitting algorithm to improve the blindness of intelligent fitting and improve the performance of the intelligent fitting method.In the field of high-performance particle computing,its field energy and other parameters are approximately affected by its neighbouring particles.Therefore,only the coherent parameters of its own and its neighbour nodes need to be calculated.For scheduling tasks among clusters,the tasks that are related to the computation block are scheduled into a cluster set.In the process of intra-cluster scheduling,the priority of tasks is dynamically optimised according to the computing time of the tasks and the storage capacity of the tasks is calculated by the model to realise efficient task allocation.

    To sum up,to solve the contradiction between the high access requirements in HPC and the weak access capability of the HPC platform,we propose an intelligent fitting global realtime task scheduling strategy.This strategy can increase cache application at the application level,give full play to the cache effect,and ensure unobstructed memory access.This study has made the following contributions:

    · For the scheduling of tasks among clusters,the tasks related to computing blocks are scheduled into a cluster set to ensure the data reuse rate.It also facilitates related tasks to be performed in the same cluster.

    · In the in-cluster scheduling,an improved intelligent fitting algorithm is used to build a model based on task cache access.The model can classify the tasks,ensure unobstructed access,save computation cost,and optimise the global real-time task scheduling strategy in a highperformance multi-core system.

    · In the process of scheduling,based on the dynamic and preemptive nature of the system,the new task reads data from the memory or cache according to its own needs.After the new task reads the data,it is suspended,and the original suspended task continues to run to ensure unobstructed memory access.

    The rest of the study is organised as follows:The second section is a brief introduction to the task model of this article.The third section is the intelligent fitting global real-time task scheduling strategy for high-performance multi-core systems,which is divided into two parts.First,it introduces the hybrid scheduling strategy between clusters and then analyses the global real-time task scheduling strategy within the cluster.In the global real-time task scheduling strategy in the cluster,in addition to the scheduling algorithm,we also propose an improved intelligent fitting algorithm to build a model to measure the task memory access ability to improve the fitting effect.Section 4 gives the experimental results and comparisons with other models.Section 5 concludes this study.

    2|TASK MODEL

    SelectingΓ={τ1,τ2,…,τn} from the real-time task set asNparallel tasks,and the global scheduling ofNtasks in a cluster set of multi-cluster system requires that the tasks share data in the task set.The research premise of this study is as follows:(1)There are no dependencies between tasks,which can be executed on any computing core.(2)Tasks can be preempted,and task switching and scheduling time are ignored.The task switching and scheduling time are negligible compared with the tremendous amount of computing time.(3) Tasks in the task set can share data.(4)More thanmkernels are not allowed to access the memory simultaneously in each task set.(5) Mutex synchronisation is used when parallel real-time tasks read and write shared data.For each computing task,τi Γhas the following parameters:Tirepresents the period of taskτi,Eirepresents the parallel real-time task cache access capability of taskτi,Direpresents the relative deadline of taskτi,andζrepresents the priority of taskτi.

    The core has an independent instruction execution and control unit,an independent functional unit,an independent controller,and a complete instruction pipeline.The core processors can be divided into single-core multi-threaded processors,multi-core processors and multi-core multithreaded processors.The single-core multi-threaded processor is composed of single-core CPU,the multi-core processor is composed of a multi-core chip,and each core of the multicore multi-threaded processor is multi-threaded.The processor has one(L1)or two(L2)levels of caching.Compared to caches connected via a foreign bus,in-chip caches reduce processor activity on the foreign bus,resulting in reduced execution time and overall improved system performance.When the required instructions and data are cached in the chip,access to the bus is eliminated.Because the data path inside the processor is short compared to the bus length,accessing the on-chip cache is even faster than a bus cycle in a zero-wait state.Moreover,during this time,the bus is idle and can be used for other data transfers.Typically,L1 caches have two,one dedicated to instructions and one dedicated to data.Figure 1 shows the hierarchical structure characteristics of a typical multi-core cluster,in which the inter-chip communication speed within a node is slower but much faster than the inter-node communication speed,and the access locality and synchronisation of the memory hierarchy need to be considered in the node.

    All available cores in the system are grouped.Multiple cores share the cache as a cluster,and a local scheduling queue is established in each cluster.The task poolp(τ),that is ready to be executed is maintained.There is no dependency between the tasks in the task pool and they can run on any kernel.When a task is in the execution phase,the kernel is occupied by this task and cannot do other calculations.Besides,each task must be executed continuously and cannot be run in parallel on multiple cores.The cluster consists of a multi-core chipCi(1:(i:(c)))withcidentical cores,C={C1,C2,…,Cc},there aremstoresMj(1:(j:(m))),M={M1,M2,…,Mm}.The main memory is a globally shared resource that can be accessed by any kernel.However,if all the kernels are allowed to access the memory at the same time,conflicts will cause all the tasks to slow down access to the main memory.To prevent primary memory access conflicts,the number of kernels that can access the primary memory concurrently without conflict is limited tom.As long asmor fewer kernels access the memory at the same time,the memory bandwidth is not saturated.With a preemptive schedule,a task can be preempted at any time,and its execution can be resumed later.

    FIGURE 1 The hierarchical structure of a typical multi-core cluster

    3|SCHEDULING STRATEGY

    In this system,mixed scheduling among clusters and intelligent fitting of the global real-time task scheduling strategy within clusters are adopted.In order to reduce the data communication overhead,the core of the shared cache is grouped as a cluster.Then,the scheduling of global real-time tasks,which are intelligently fitted within the cluster set,can reasonably change its priority according to the cache access ability of the task to improve the computing efficiency of the highperformance multi-core system.

    3.1|Hybrid scheduling between clusters

    Different from traditional global scheduling and local scheduling,the inter-cluster hybrid scheduling strategy divides all available cores in the system intoZgroups.Each group of cores sharing the cache is treated as a cluster set,and a local scheduling queue is established within each cluster set.The hybrid scheduling strategy involves independent scheduling among clusters,similar to the local scheduling strategy,in which tasks are first statically assigned to each processor cluster set,and then each cluster set schedules its ready tasks in the local queue.The unified scheduling of all cores in the cluster is similar to the global scheduling policy.The scheduling scheme of the hybrid scheduling algorithm based on the cluster set is shown in Figure 2.

    FIGURE 2 Diagram of a typical multi-core cluster structure

    Compared with the local scheduling algorithm,each cluster in the hybrid scheduling algorithm contains two or more processor cores.When the task allocation algorithm allocates tasks with high utilisation to a processor core,this processor core will process the current task,and the other cores will be idle.The remaining processing power can be combined with the remaining processing power of other processor cores in the same cluster.Therefore,the processing power of the processor cores in the hybrid scheduling algorithm can be more fully utilised.Compared with the global scheduling strategy,in the system adopting the hybrid scheduling strategy,there is a scheduling queue in each cluster.When the system scale is large,the increase in the number of tasks will not cause the scheduling overhead to increase sharply.On the other hand,the clustered hybrid scheduling strategy only allows tasks to migrate within clusters but not between clusters,and so the system overhead caused by task migration is reduced to a certain extent.When using hybrid scheduling,multiple cores sharing the cache in the system are used as a cluster,and datadependent tasks can be allocated to the same cluster to reduce cache failure.In this system,users statically allocate tasks to each cluster before the scheduler runs and then perform global scheduling within the cluster.

    3.2|Determination of access capacity under global scheduling

    The global scheduling strategy in the cluster is divided into two levels of scheduling.The first level schedules ready realtime tasks in the task pool to the processor core,and the second level schedules parallel real-time tasks to the processor core.Parallel real-time shared data tasks are assigned a priority based on rate monotonic,that is,tasks with a shorter period are given higher system priority.The cluster tasks are relatively independent,and the RM algorithm can generate a pre-priority sequence based on the task cycle,which can ensure the efficient reduction of the number of remaining tasks.The purpose of using the RM algorithm is to get the priority sequence of the tasks in the cluster again under the memory access capability model,which we intelligently fit.The RM algorithm is used as the preposition,which ensures the relative speed of processing tasks and ensures unobstructed memory access behaviour.It allows tasks to preempt cores running on low-priority tasks.In order to prevent the task running speed from slowing down due to interference caused by access to the memory,tasks running on a maximum ofmcores are allowed to access the memory simultaneously.If there are more thanmtasks ready to access the memory,the lower priority task is blocked.The priority of the tasks that access memory is dynamically increased,higher than all tasks that do not access memory.When the data read by a task is in the cache,and the task cache access capability value of the task is within a reasonable threshold,the priority of the task is raised to the highest priority,and the task is immediately scheduled to preempt the task that does not access the memory core.Since the data is already in the cache,these tasks do not need to be read from the memory but read from the cache.Since all the tasks in the memory-read phase have higher priority than the tasks in the execution phase,if the number of tasks in the main memory-read phase is less thanm,the tasks in the memory-read phase immediately preempt the cores of the tasks in the execution phase.After accessing the memory,the priority of these tasks is restored to the original priority,and these tasks are in a suspended state and continue to run preempted tasks.Since the scheduled task has completed the memory-read phase,as long as the kernel is idle,the task can be executed immediately.Therefore,the global scheduling strategy within the cluster improves memory utilisation,core utilisation,and task response time.

    In the first-level cluster scheduling process,for the task's cache data reading and writing,this study uses an event counter-performance monitor unit (PMU) integrated into the multi-core system to collect and analyse the task's cache access behaviour.Three events related to task cache access characteristics recorded by PMU are L2 cache access number,L2 cache miss number,and memory read and write instructions.The literature[19]believes that all the above three events have a particular linear relationship with the shared cache competitiveness of the process,but they all have specific errors.Taking the degree of process performance degradation as the objective function,the above three main events are used to establish a fitting model for task cache access abilityE,and the above three indicators can be linearly fitted.Finally,a fitting formula for task cache competition access abilityEis established as follows:

    In the above formula,molecules represent the number of memory instructions loaded and written,and OPIP reflects the frequency at which the cache interacts with the memory.The above formula can calculate theEvalue[20].According to the calculated result ofE,the cache access competitiveness of tasks can be classified:tasks withEvalue below 0.2 have weaker cache access competitiveness and tasks withEvalue above 0.2 have more substantial cache access competitiveness.This policy can quickly determine the task cache access abilityEof tasks in the task pool,but in the mixed scheduling among clusters,the three events CMR,CRR and OPIP of each cluster set are dynamically changing.The above method cannot dynamically fit the cache contention access abilityE.Therefore,this study proposes an intelligent global real-time task scheduling strategy,which can dynamically obtain the cache contention access abilityEof tasks within the cluster set.Differentiated scheduling of tasks with different cache access competitiveness can improve the performance of the tasks.Using this memory access decision model,combined with the following inter-cluster scheduling,a task priority sequence based on memory access capability can be obtained.

    3.3|Intelligently fitting global real-time task scheduling strategy

    Intelligent fitting is a genetic algorithm that evolves expressions based on the data to be fitted [21].Genetic algorithm(GA) is a method used to search for the optimal solution by simulating Darwin's natural evolution process.GA starts from a population,and a population is composed of a certain number of genetically encoded individuals.These individuals may be randomly generated,or maybe a population initialised according to specific problems.The difference between individuals is reflected by the different ways in which genes are composed.Each different individual has its fitness for the problem model to be solved.The better the fitness of the individual,the closer the problem to be solved.The fitness of the individual obtained is as good as possible.Through generation-by-generation evolution,individuals with better fitness are produced.In each generation,individuals are selected according to the fitness of the individuals in the problem domain,and these individuals are cross-mutated.Operate to generate new individuals,and finally generate progeny populations.The progeny populations perform fitness solving and evolution operations again until the termination conditions of GA are reached.When the final algebra is reached,the individual with the best fitness in the population is the optimal solution to the problem.

    GA is widely used in artificial intelligence,data mining,function optimisation,production scheduling and other fields.Intelligent fitting is a genetic algorithm that evolves expressions by minimising errors [22].Individuals in a population are expressions,and genes are the operators that make up the expression,including operators,random numbers,and independent variables.The algorithm follows the characteristics of each operator to form a significant expression.The intelligent fitting method is universal and easy to understand,which can solve the swelling problem of intelligent fitting of a single object.However,for other intelligent fitting problems,such as blindness,diversity and overfitting,it still cannot be improved.

    Therefore,an improved intelligent fitting algorithm is proposed to improve the performance of intelligent fitting by adding traditional fitting expressions into intelligently fitting populations.The process of the improved intelligent fitting method is shown in Figure 3.

    As can be seen from the above figure,most of the improved intelligent fitting algorithms are based on intelligent fitting.The difference is that the traditional fitting is added to guide the evolution of the population in the initial stage and the evolution stage.The blindness of intelligent fitting is caused by the genetic algorithm used in intelligent fitting.The crossover,mutation and other operators in the genetic algorithm change individuals randomly,and there is no way to guarantee that these operators will produce good accuracy.Sometimes,these operators even produces a worse precision expression,so when the data to be fitted by the intelligent fitting is more complicated,the intelligent fitting may converge slowly.The fitting process takes much time,and sometimes does not converge the phenomenon.In order to guide the evolution direction of intelligent fitting in the evolution process of intelligent fitting,this study improves the performance of intelligent fitting by adding traditional fitting expressions to the population of intelligent fitting.The improved intelligent fitting algorithm (intelligent fitting based on traditional linear fitting algorithm) is as follows:

    FIGURE 3 Improved flow chart of the intelligent fitting algorithm

    Among them,CMR represents the L2 cache miss rate,and the calculation formula is:

    In Formula (2),L2 cache misses represents the number of misses accessing the L2 cache,and instructions represents the total number of instructions executed.CRR represents the L2 cache access rate,and the calculation formula is

    In Formula(3),L2 cache references represents the number of times the process has accessed the shared L2 cache,and instructions represents the total number of instructions executed.OPIP represents the ratio of memory to read and write instructions.The calculation formula is

    In order to make the population of intelligent fitting individuals at a higher level in the initial stage,this study divides the initial population of intelligent fitting into two parts,one is a randomly generated expression,and the other is obtained by traditional fitting on the original data expression.The process of random initialisation is to randomly select an operator from the operator,create the operator,use recursion,create the suboperator of the operator,and cut off when the created expression is a valid expression.In the algorithm,first,initialise the parameters,perform traditional linear fitting on the original data,and add the linear fitting expression to the initial population.In this study,the expression obtained by linear fitting is added to the initial population,and linear fitting is used to perform traditional fitting of the expression.In the process of population evolution,traditional fitting expressions are added.Then,progeny populations are generated,and traditional fitting is added to the progeny populations.If the conditions for adding traditional fitting expressions are met,the original data will be uniformly sampled.The sampled data will be traditionally fitted to obtain a series of expressions;the original data is uniformly sampled,the sampled data is traditionally fitted to obtain a series of expressions,and these two expressions are added to the progeny population.When the offspring population is dissatisfied,some expressions are generated by the generation algorithm and added to the offspring population.When the termination condition is met,the algorithm stops getting the fitting expressionEnabout the calculation cluster.

    We substitute the relevant parameters of each task in the cluster intoEnto obtain theEvalue of the characteristic function.In order to classify the processes scientifically,it is necessary to determine the approximate range ofEcorresponding to processes whose cache competitiveness is strong or weak.Through the experiment of the program of the test assembly,this article tests the cache miss rate,access rate and other indicators of each process when it is running,then calculates the characteristic function value of each process,and divides the top 55%of the processes into cache competitiveness.For ‘strong’ processes,the last 45%of the processes are classified as processes with‘weak’cache competitiveness.Keeping the ratio of the two the same,this division helps the scheduler to select a suitable combination of processes.In order to simplify the calculation and improve the operating efficiency of the kernel,the process is divided into tasks with weak cache competitiveness and theEvalue is quantified to the threshold boundary,thereby distinguishing the strength of the task cache competitiveness in the cluster.Combined with the RM strategy,this algorithm can provide an effective means for subsequenttask priority selection.

    Scheduling tasks with different cache access competitiveness can improve the performance of the tasks.In this system,the priority of tasks with weak cache access competitiveness can be improved,which can not only ensure the use of cache speed to save time but also reduce the number of cache invalidation caused by the task cache access competitiveness,which is too high,to get the maximum performance of the task operation efficiency.First-order scheduling algorithm is an intelligent scheduling algorithm for ready real-time task scheduling.The input parameters are parallel real-time tasksΓ={τ1,τ2,…,τn},parallel real-time task priority task collectionζ=d{(τ1),d(τ2),…,d(τn)},collection of parallel real-time task cache access capabilitiesE={e(τ1),e(τ2),…,e(τn)},processor coreC={c1,c2,…,cn},memoryM={m1,m2,…,mm} and task poolp(τ).The scheduling algorithm ISRT is described as follows:

    When more than one task is available,the shortest task cycle is serviced first,and the high-priority task is dispatched to the processor core.If memory bandwidth is available,the task that accesses memory is dynamically prioritised over all the tasks that do not access the memory.When the data read by the task is in the cache,and its cache-access competitiveness is intelligently fitted within the reasonable threshold,the priority of the task is promoted to the highest priority,and the task is immediately scheduled to preempt the core that does not have access to the memory task.In the process of cluster scheduling,parallel real-time tasks are scheduled on the processor core.The algorithm can dispatch the ready real-time tasks from the task pool to the processor core,and the priority sequence of the tasks in the computation core can be re-obtained by using the RM algorithm and the intelligently fitted memoryaccess capability model proposed.Since the scheduled task has completed the read memory phase,as long as the kernel is idle,it is immediately ready to run the execution task.The parallel real-time task scheduling algorithm based on processor core is described as follows:

    Algorithm 3 schedule is based on the dynamic and preemptive nature of the system,and when a new task arrives,if the running task does not have access to the memory,the running task is immediately suspended,ceding the kernel to the new task.The new task reads the data from the storage or cache according to its requirements.After reading the data,the new task is suspended,and the previously suspended task continues to run.When a task has finished running,if the task is the priority running task of another task,it is removed from the priority running task set of other tasks.The above multi-core system intelligent fitting global real-time task scheduling strategy,in which the hybrid scheduling between clusters centres on memory and cache,divides the computing core of the shared memory into a cluster set and gives full play to the performance advantage of the cache.Algorithms 2 and 3 are two-level scheduling,corresponding to inter-core scheduling and up-core scheduling,respectively.Algorithm 1 provides a filtering model for the subsequent algorithms.The cluster of the intelligent fitting realtime task scheduling strategy shapes a model that can judge the cache access ability of parallel real-time tasks and can be used to classify tasks differently.The task is further partitioned based on whether the data is read from the memory to achieve better parallelism.The intelligent fitting global real-time task scheduling strategy fits a polynomial of parallel real-time task cache access capability in the budget stage of high-performance computing,and the computational complexity isO(logn).The first-level scheduling algorithm(intelligent scheduling algorithm for ready real-time task scheduling) and the second-level scheduling algorithm (parallel real-time task scheduling algorithm based on processorcore)are complicated in the scheduling decision process of task pool scheduling and real-time task scheduling.The degree isO(n).The complexityof the process of updatingthe task pool and changing the task priority isO(n).The computational complexity of priority ranking in first-level scheduling isO(nlogn).In summary,the computational complexity of the entire scheduling strategy isO(nlogn).

    4|EXPERIMENTS

    According to the scheduling strategy proposed in Section 3,we design related experiments of hybrid scheduling between clusters and intelligently fitting global real-time task scheduling strategy.First,a performance test of the inter-cluster hybrid scheduling is carried out.Compared with global scheduling,it is proved that the schedulable upper limit performance of the hybrid scheduling of the system is improved.Second,it designs a performance test on improving the intelligent fitting global real-time task scheduling strategy and compares it with the global earliest deadline first (GEDF) scheduling strategy and the traditional intelligent pseudo-scheduling strategy.

    4.1|Experiment settings

    The test platform in this article includes multiple core groups of the SW26010 processor.Many-core SW26010 CPU includes four core groups (CGs) [23],each of which includes one management processing element (MPE),one computing processing element (CPE) cluster with eight by eight CPEs,and one memory controller(MC).With 260 processing elements in one CPU,a single SW26010 provides a peak performance of over three TFlops [24].Both MPE and CPE are full 64-bit RISC cores but play different roles in computing.MPE supports full interrupt functionality,memory management,processing management,task planning and data communication and can run in the system mode and user mode.Each MPE has a 32 KB L1 cache and a 256 KB L2 cache for instructions and data in terms of the storage hierarchy.

    4.2|Inter-cluster scheduling performance test

    The performance test simulates the running time of a multi-core system in a variety of clustering situations.In consideration of the scalability of system validation,we control the number of calculated cores.During the experiment,the number of tasks in the task pool was kept constant,and the number of computing cores and the number of computing clusters were changed.This setting can effectively show the effect of scheduling policy allocation among clusters and check the operation effect of tasks within the cluster.Considering the computing performance of the clustering strategy,the experiment controls the number of clusters.In other words,the computing performanceof different core numbers under different clustering conditions is considered.Thirty-thousand real-time tasks were randomly generated in the task pool,and the test results are shown in Figure 4.

    In Figure 4,Noc represents the number of clusters under different clustering strategies.It can be seen from the figure that increasing the number of calculation cores can effectively reduce the calculation time.Nevertheless,as the number of cores increases,so does the efficiency of computing.The cluster mixed scheduling strategy is used to divide the cores of the shared data cache into a cluster set,which is scheduled independently among the clusters,and the global scheduling within the cluster is realised by setting an available ready queue within the cluster.With the increase of clustering,the computing efficiency is improved,and the computing time is reduced.In terms of the scheduling mode,this system adopts the distributed scheduling mode,and all processors run the scheduler peer to peer,and the problems of communication and synchronisation in the distributed scheduling mode are solved.The cluster scheduling strategy can increase computational efficiency and shorten computation time and has good scalability in a multi-core system.

    4.3|Improved intelligent fitting scheduling strategy

    FIGURE 4 Multi-core system clustering performance test results

    The intelligent fitting global real-time task scheduling strategy first increases the priority of tasks that access the main memory and increases their priority above all tasks that do not access the main memory so that these tasks have priority access to the main memory.Then,the cache access capability of the task is determined by the improved intelligent fitting algorithm.When the data read by a task is in the cache,and the cache access capability value of the task is within a reasonable threshold,the priority of the task is immediately increased above all other tasks so that these tasks do not need to read the data from the main memory,and it is read from the cache.When these tasks have read the required data,when the core is idle,these tasks are immediately scheduled to run,which improves task parallelism and core utilisation.The performance of the intelligent fitting global realtime task scheduling strategy is verified through experiments,and the task schedulability rate of the GEDF scheduling strategy and the traditional intelligent pseudo-scheduling strategy is compared and analysed in different memory banks.(The schedulable task rate is the sum of the completion rate of each task,i.e.,the number of completed tasks divided by the total number of tasks.) Finally,two parallel scales of 32 computing cores and 64 computing cores are used to fit traditional intelligence and improve intelligent fitting compared with the acceleration performance of the GEDF parallel program,and the parallel program is tested and analysed.

    The experimental parameters set the number of corescof the multi-core processor to 1-80,the number of memory banksmto 2-8,and the number of task setswto 9000.Realtime tasks are randomly generated,and each task is assigned a priority according to RM,that is,tasks with a shorter period are given a higher system priority.For comparative analysis,the global EDF scheduling strategy [25] and the traditional intelligent fitting global real-time task scheduling strategy are selected and compared with the improved intelligent fitting global real-time task scheduling strategy proposed in this study.The experimental results are shown in Figure 5.

    The relationship between the kernel number and task schedulability rate of the improved intelligent fitting,GEDF and traditional intelligent fitting scheduling strategy is shown in Figure 5.In Figure 5a,when the number of storage bodies is 2,improved intelligent fitting and traditional intelligent fitting have higher task schedulability than GEDF.Since the improved intelligent fitting scheduling policy takes into account the influence of cache and improves the utilisation of the memory and core,the task schedulability rate of the improved intelligent fitting scheduling policy is higher than that of the GEDF scheduling policy.When the number of storage bodies is 4,the relationship between the kernel number and task schedulability rate of the improved intelligent fitting,GEDF and traditional intelligent fitting scheduling strategy is as shown in Figure 5b.It can be seen from Figure 5b that increasing the number of storage bodies improves the task scheduling rate of intelligent fitting,GEDF,and traditional intelligent fitting.In Figure 5c and d,with the increase in the number of storage bodies,the task scheduling rate of the intelligent fitting is improved more obviously,which reflects good scalability.In a real-time system,memory bandwidth has a significant influence.The improved intelligent fitting scheduling strategy takes the memory bandwidth into account and prevents the memory interference caused by the kernel's competing access to the memory.The improved intelligent fitting scheduling strategy allows tasks to preempt the running core of low-priority tasks and dynamically increases the priority of tasks to access the memory above all tasks that do not access the memory.Simulation results show that the global real-time task scheduling strategy can improve task parallelism and schedulability.

    In this experiment,three sets of different scales were constructed,the total number of which were 32,64 and 128,respectively.The CPU utilisation of the above three algorithms are compared on different job sets.The node utilisation under different scheduling policies is shown in Table 1.

    FIGURE 5 Task schedulable rate experiment of GEDF+IFA and IFTA algorithm

    As shown in Table 1,the worst value and average value of the CPU utilisation of the IFTA algorithm are optimal under different job scales,which reflects the rationality and superiority of the IFTA algorithm compared to other algorithms in the job scheduling process.Compared with the IFA algorithm,the IFTA algorithm adds traditional fitting factors in the initial and evolutionary process to improve the fitting accuracy.The worst value and average value of the CPU utilisation of the IFA algorithm are higher than the GEDF algorithm,which reflects the superiority of priority scheduling in the scheduling strategy.When the data read by a task is in the cache,the priority of the task is raised to the highest priority,and the task is scheduled immediately,preempting the cores that do not access the memory task,preventing memory interference and improving the utilisation of processor cores.

    Finally,based on the above three parallel strategies,using two parallel scales of 32 computing cores and 64 computing cores,the acceleration performance of traditional intelligent fitting and improved intelligent fitting parallel programs compared with GEDF parallel programs is tested and analysed.Compared with the acceleration performance of GEDF,the intelligent fitting parallel program has been tested initially,as shown in Figure 6.

    In Figure 6,during the test of the 32 processes,the overall acceleration of the traditional intelligent quasi-merged line program was 1.61 times that of the original GEDF parallel program,and the overall acceleration of the improved intelligentquasi-merged line program was compared with that of the original GEDF parallel program 2.55 times.With the increase in the number of processes,the parallel advantages of traditional intelligent fitting and optimised intelligent fitting are more significant.Among them,compared with the original GEDF parallel program,the overall acceleration of the traditional intelligent quasi-merged line program is 1.991 times,and the overallacceleration of the improved intelligentquasi-merged line program is compared with the original GEDF parallel program 3.25 times.

    TABLE 1 The CPU utilisation under different scale of operation

    FIGURE 6 The speedup of different kernels experiment of GEDF+IFA and IFTA algorithm

    5|CONCLUSIONS

    In this study,we propose an intelligent global real-time task scheduling strategy for high-performance multi-core systems.Based on the cache effect,a hybrid scheduling strategy between clusters is proposed.Based on the traditional intelligent fitting,an improved intelligent fitting algorithm is proposed to build the fitting model.Then,we carry out relevant experiments on the proposed strategy.First,the performance test of mixed scheduling among clusters is carried out,which mainly tests the influence of different clustering strategies and the number of calculated cores on the performance.Then,the performance test of the improved intelligent fitting global realtime task scheduling strategy is carried out and compared with the global earliest cut-off priority (GEDF) scheduling strategy and the traditional intelligent scheduling strategy.The task schedulability rate of various policies and CPU utilisation of batch jobs under different scheduling algorithms are compared.Finally,two parallel scales,32 and 64 cores are used to test and analyse the acceleration performance of the conventional and improved intelligent fitting parallel program compared with the GEDF parallel program.The experimental design covers the whole task scheduling strategy,which not only demonstrates the high performance of the hybrid clustering scheduling strategy compared with the traditional scheduling strategy but also proves that the improved intelligent fitting algorithm has better performance,schedulability and expansibility compared with the traditional fitting algorithm.The intelligent scheduling strategy for high-performance multi-core systems proposed in this study can better deal with global real-time task fitting.It is worth mentioning that this scheduling strategy can effectively reduce the number of access times and is suitable for the computing platform SW26010 with substantial computing power and weak access capacity.This algorithm is suitable for the task environment where the number of computation tasks is small,but the computational power is considerable.In the mainstream computing platform,or in the environment of many computing tasks,the performance of intelligent fitting global real-time task scheduling in the high-performance multi-core system is not good.

    ACKNOWLEDGEMENTS

    This research is funded by the National Natural Science Foundation of Heilongjiang Province of China (Outstanding Youth Foundation) under Grant No.JJ2019YX0922 and the Basic Scientific Research Program of China under Grant No.JCKY2020208B045.

    DATA AVAILABILITY STATEMENT

    None.

    ORCID

    Enyuan Zhaohttps://orcid.org/0000-0002-2909-4317

    Sizhao Lihttps://orcid.org/0000-0002-6557-262X

    淫秽高清视频在线观看| 亚洲性夜色夜夜综合| 999精品在线视频| 不卡av一区二区三区| 久久伊人香网站| 日本wwww免费看| 欧美精品一区二区免费开放| 亚洲一码二码三码区别大吗| 久久久久久久午夜电影 | 国产有黄有色有爽视频| 午夜福利,免费看| 一级a爱片免费观看的视频| 日韩中文字幕欧美一区二区| 国产免费男女视频| √禁漫天堂资源中文www| 欧美日韩福利视频一区二区| 亚洲七黄色美女视频| 91成年电影在线观看| 1024香蕉在线观看| 国产成人系列免费观看| ponron亚洲| 亚洲精品国产区一区二| 欧美日韩精品网址| 热99国产精品久久久久久7| 咕卡用的链子| 99久久99久久久精品蜜桃| 一级毛片女人18水好多| 人妻丰满熟妇av一区二区三区| 国产在线精品亚洲第一网站| 欧美另类亚洲清纯唯美| 亚洲欧美精品综合久久99| 欧美中文日本在线观看视频| 免费在线观看黄色视频的| 欧美成狂野欧美在线观看| 欧美日韩视频精品一区| 欧美色视频一区免费| 日韩欧美免费精品| 老汉色av国产亚洲站长工具| 日韩欧美一区二区三区在线观看| 国产野战对白在线观看| 自线自在国产av| 在线十欧美十亚洲十日本专区| 黑人操中国人逼视频| 最近最新中文字幕大全电影3 | 50天的宝宝边吃奶边哭怎么回事| 亚洲免费av在线视频| 欧美人与性动交α欧美精品济南到| 亚洲五月天丁香| 在线看a的网站| 国产一区二区激情短视频| 亚洲熟妇熟女久久| 男女做爰动态图高潮gif福利片 | 99久久综合精品五月天人人| 性少妇av在线| 成年人黄色毛片网站| 这个男人来自地球电影免费观看| 电影成人av| 中文字幕人妻丝袜制服| 亚洲久久久国产精品| 两个人免费观看高清视频| 精品久久久久久,| 身体一侧抽搐| 少妇 在线观看| 国产精品免费视频内射| 手机成人av网站| 免费在线观看视频国产中文字幕亚洲| 久久午夜综合久久蜜桃| 性欧美人与动物交配| av福利片在线| av超薄肉色丝袜交足视频| 久久人妻熟女aⅴ| 国产精品自产拍在线观看55亚洲| 免费高清视频大片| 精品乱码久久久久久99久播| 国产精品久久久人人做人人爽| 欧美在线黄色| 亚洲成人久久性| 一区二区三区国产精品乱码| 精品一区二区三区av网在线观看| 免费在线观看日本一区| 国产高清国产精品国产三级| 国产麻豆69| 午夜免费成人在线视频| 日日摸夜夜添夜夜添小说| 国产激情欧美一区二区| 一级毛片精品| 韩国av一区二区三区四区| 精品卡一卡二卡四卡免费| 成人精品一区二区免费| 午夜日韩欧美国产| 国产精品久久久久成人av| 精品一区二区三区av网在线观看| 黄片播放在线免费| 黑人欧美特级aaaaaa片| 国产激情久久老熟女| 成人18禁在线播放| svipshipincom国产片| 成年女人毛片免费观看观看9| 两人在一起打扑克的视频| 国产av又大| 精品福利永久在线观看| 啪啪无遮挡十八禁网站| 久久精品91无色码中文字幕| av超薄肉色丝袜交足视频| 99国产综合亚洲精品| 亚洲性夜色夜夜综合| 久久久久久久久久久久大奶| 中国美女看黄片| 人成视频在线观看免费观看| 午夜福利在线观看吧| 99国产精品一区二区蜜桃av| 男人的好看免费观看在线视频 | 黄色视频,在线免费观看| 精品久久久久久久毛片微露脸| 母亲3免费完整高清在线观看| 麻豆国产av国片精品| 成年女人毛片免费观看观看9| 人人妻人人添人人爽欧美一区卜| 免费一级毛片在线播放高清视频 | 搡老乐熟女国产| 久久伊人香网站| 亚洲情色 制服丝袜| 看免费av毛片| 色老头精品视频在线观看| 美女国产高潮福利片在线看| 国产伦一二天堂av在线观看| 国产1区2区3区精品| 免费一级毛片在线播放高清视频 | 国产aⅴ精品一区二区三区波| 天堂影院成人在线观看| 色婷婷久久久亚洲欧美| 国产精品亚洲一级av第二区| 午夜激情av网站| 女同久久另类99精品国产91| 亚洲成人久久性| 巨乳人妻的诱惑在线观看| 精品人妻在线不人妻| 亚洲成av片中文字幕在线观看| 人人妻人人爽人人添夜夜欢视频| 久久中文字幕一级| 狠狠狠狠99中文字幕| 啪啪无遮挡十八禁网站| 满18在线观看网站| 91av网站免费观看| 国产有黄有色有爽视频| 高清黄色对白视频在线免费看| 又大又爽又粗| 欧美人与性动交α欧美精品济南到| 久久久国产成人免费| 欧美一级毛片孕妇| svipshipincom国产片| 成年女人毛片免费观看观看9| 在线播放国产精品三级| 精品国产乱子伦一区二区三区| 咕卡用的链子| 免费一级毛片在线播放高清视频 | 一本大道久久a久久精品| 欧美黑人欧美精品刺激| 久久天堂一区二区三区四区| 人成视频在线观看免费观看| 久久人妻熟女aⅴ| 男女之事视频高清在线观看| 国产伦人伦偷精品视频| 性色av乱码一区二区三区2| 免费女性裸体啪啪无遮挡网站| 免费女性裸体啪啪无遮挡网站| 欧美成人性av电影在线观看| 日日干狠狠操夜夜爽| 国产精品自产拍在线观看55亚洲| 亚洲性夜色夜夜综合| 18禁美女被吸乳视频| 亚洲黑人精品在线| 国产精品久久久久久人妻精品电影| cao死你这个sao货| 99riav亚洲国产免费| 久久午夜亚洲精品久久| 免费在线观看黄色视频的| 国产麻豆69| www国产在线视频色| 欧美中文综合在线视频| 正在播放国产对白刺激| av天堂久久9| 国产精品电影一区二区三区| 国产精品电影一区二区三区| 成人18禁在线播放| 91老司机精品| 久久 成人 亚洲| 欧美乱码精品一区二区三区| 无限看片的www在线观看| 日韩精品中文字幕看吧| 久久久久久免费高清国产稀缺| 欧美一区二区精品小视频在线| 伊人久久大香线蕉亚洲五| 免费看a级黄色片| 一a级毛片在线观看| 国产精品国产av在线观看| 在线天堂中文资源库| 天天添夜夜摸| 中文字幕人妻丝袜制服| 精品福利永久在线观看| 这个男人来自地球电影免费观看| 亚洲色图 男人天堂 中文字幕| 久久这里只有精品19| 自拍欧美九色日韩亚洲蝌蚪91| 在线播放国产精品三级| 一级毛片女人18水好多| 黑人操中国人逼视频| 一边摸一边抽搐一进一出视频| 久久国产精品影院| 妹子高潮喷水视频| 天天躁夜夜躁狠狠躁躁| 亚洲成人免费av在线播放| 一区福利在线观看| 88av欧美| 大陆偷拍与自拍| 啪啪无遮挡十八禁网站| 99在线视频只有这里精品首页| 桃色一区二区三区在线观看| 亚洲男人的天堂狠狠| 精品国内亚洲2022精品成人| 国产伦一二天堂av在线观看| 9热在线视频观看99| 日韩中文字幕欧美一区二区| 亚洲精品在线观看二区| 精品国产一区二区三区四区第35| 免费av毛片视频| 岛国视频午夜一区免费看| 极品教师在线免费播放| 成在线人永久免费视频| 中亚洲国语对白在线视频| 国产精品亚洲av一区麻豆| 91在线观看av| 亚洲欧美日韩另类电影网站| 国产精品香港三级国产av潘金莲| 免费高清在线观看日韩| 后天国语完整版免费观看| 亚洲免费av在线视频| 久久午夜综合久久蜜桃| 老熟妇乱子伦视频在线观看| 国产精品影院久久| 长腿黑丝高跟| 大香蕉久久成人网| 欧美另类亚洲清纯唯美| 国产熟女xx| 91字幕亚洲| 一二三四社区在线视频社区8| 国产精品久久视频播放| 亚洲国产中文字幕在线视频| 一本综合久久免费| 亚洲精品中文字幕在线视频| av欧美777| 久久中文字幕一级| 黄色片一级片一级黄色片| 免费在线观看日本一区| 亚洲欧美精品综合一区二区三区| 亚洲成人久久性| 黄色女人牲交| 国产精品久久久久久人妻精品电影| 日本wwww免费看| 国产成人av激情在线播放| 国产精品一区二区精品视频观看| www.自偷自拍.com| 亚洲国产看品久久| 久久久精品欧美日韩精品| 一边摸一边抽搐一进一小说| 操美女的视频在线观看| 国产1区2区3区精品| 欧美成人午夜精品| 涩涩av久久男人的天堂| 国产成人系列免费观看| 亚洲少妇的诱惑av| 亚洲熟妇熟女久久| 欧美人与性动交α欧美精品济南到| 精品久久蜜臀av无| 亚洲中文日韩欧美视频| 老司机靠b影院| 在线免费观看的www视频| 18禁裸乳无遮挡免费网站照片 | 免费在线观看日本一区| 变态另类成人亚洲欧美熟女 | 天堂俺去俺来也www色官网| 美女大奶头视频| 亚洲性夜色夜夜综合| 久久香蕉激情| 人人澡人人妻人| 欧美成人午夜精品| 国产又色又爽无遮挡免费看| 精品免费久久久久久久清纯| 很黄的视频免费| 久久青草综合色| 欧美日韩精品网址| 男女午夜视频在线观看| 欧美黄色片欧美黄色片| 夜夜爽天天搞| 欧美黄色淫秽网站| 人人澡人人妻人| 午夜激情av网站| 91成人精品电影| 日韩三级视频一区二区三区| 国产色视频综合| 欧洲精品卡2卡3卡4卡5卡区| 中文字幕精品免费在线观看视频| 午夜精品国产一区二区电影| 成人亚洲精品一区在线观看| 国产av又大| 亚洲欧美日韩高清在线视频| 一级黄色大片毛片| 男人舔女人下体高潮全视频| 亚洲av电影在线进入| 极品人妻少妇av视频| 啦啦啦在线免费观看视频4| 精品国产超薄肉色丝袜足j| 他把我摸到了高潮在线观看| 1024视频免费在线观看| 校园春色视频在线观看| 国产精品乱码一区二三区的特点 | 国产精品免费视频内射| 久久精品国产清高在天天线| 大型av网站在线播放| 亚洲avbb在线观看| 亚洲专区国产一区二区| 国产精品久久久人人做人人爽| 久久精品亚洲av国产电影网| 搡老乐熟女国产| 动漫黄色视频在线观看| 久久亚洲精品不卡| 亚洲一码二码三码区别大吗| 国产成人啪精品午夜网站| 又黄又爽又免费观看的视频| 亚洲片人在线观看| 1024视频免费在线观看| 国产成人啪精品午夜网站| 亚洲精品一卡2卡三卡4卡5卡| 免费少妇av软件| 久久久久久久精品吃奶| www.熟女人妻精品国产| 亚洲 欧美 日韩 在线 免费| 国产成人精品在线电影| 十分钟在线观看高清视频www| 国产伦一二天堂av在线观看| 最好的美女福利视频网| 日韩视频一区二区在线观看| 日本wwww免费看| 精品国产国语对白av| 国产精品影院久久| 免费高清在线观看日韩| 两人在一起打扑克的视频| 欧美成人午夜精品| 国产一区二区在线av高清观看| x7x7x7水蜜桃| 两性午夜刺激爽爽歪歪视频在线观看 | 国产黄色免费在线视频| 在线播放国产精品三级| 激情视频va一区二区三区| 88av欧美| 在线观看免费午夜福利视频| 欧美最黄视频在线播放免费 | 欧美老熟妇乱子伦牲交| 国产av又大| 国产成人精品久久二区二区免费| 午夜免费成人在线视频| 精品国产乱码久久久久久男人| 亚洲第一欧美日韩一区二区三区| 国产精品国产高清国产av| 亚洲精品一二三| 后天国语完整版免费观看| 亚洲中文日韩欧美视频| 亚洲成人精品中文字幕电影 | 欧美中文日本在线观看视频| 变态另类成人亚洲欧美熟女 | 久久中文看片网| 99在线视频只有这里精品首页| 成人精品一区二区免费| 国产男靠女视频免费网站| 国产亚洲精品久久久久5区| 91麻豆av在线| 757午夜福利合集在线观看| 在线观看免费视频网站a站| 国产精品 国内视频| 亚洲欧洲精品一区二区精品久久久| 精品国产超薄肉色丝袜足j| 99在线人妻在线中文字幕| 操出白浆在线播放| 久久精品亚洲精品国产色婷小说| 在线视频色国产色| 国产精品 国内视频| 制服人妻中文乱码| 国产深夜福利视频在线观看| 国产精品日韩av在线免费观看 | 性欧美人与动物交配| 亚洲五月色婷婷综合| 99国产精品免费福利视频| 日本wwww免费看| 欧美日韩精品网址| 国产欧美日韩精品亚洲av| 99热国产这里只有精品6| 国产精品乱码一区二三区的特点 | 国产免费现黄频在线看| 亚洲第一欧美日韩一区二区三区| 真人做人爱边吃奶动态| 免费少妇av软件| 高清毛片免费观看视频网站 | 涩涩av久久男人的天堂| 欧美乱妇无乱码| 国产亚洲av高清不卡| 久久久久久久精品吃奶| netflix在线观看网站| 女性生殖器流出的白浆| 国产亚洲精品一区二区www| 久久中文字幕人妻熟女| 欧美 亚洲 国产 日韩一| cao死你这个sao货| 日本黄色视频三级网站网址| 日本一区二区免费在线视频| 最好的美女福利视频网| 亚洲avbb在线观看| 免费在线观看完整版高清| 免费在线观看日本一区| 黑丝袜美女国产一区| 超碰成人久久| 久久久久国内视频| 国产无遮挡羞羞视频在线观看| 99香蕉大伊视频| 亚洲精品在线观看二区| 日韩一卡2卡3卡4卡2021年| 亚洲国产精品sss在线观看 | 成人三级黄色视频| 丰满人妻熟妇乱又伦精品不卡| 午夜福利,免费看| xxxhd国产人妻xxx| 久久中文字幕人妻熟女| 国产精品99久久99久久久不卡| 视频在线观看一区二区三区| 欧美日韩亚洲高清精品| av片东京热男人的天堂| 一a级毛片在线观看| 国产人伦9x9x在线观看| 欧美激情极品国产一区二区三区| 久久精品亚洲精品国产色婷小说| 亚洲五月天丁香| 激情视频va一区二区三区| 精品熟女少妇八av免费久了| 久久久国产欧美日韩av| www.熟女人妻精品国产| 欧美激情极品国产一区二区三区| 中文字幕精品免费在线观看视频| 午夜福利在线观看吧| 999精品在线视频| 精品一区二区三区四区五区乱码| 在线观看www视频免费| 午夜精品在线福利| 亚洲精品一区av在线观看| 久久久国产一区二区| 一进一出好大好爽视频| 一级毛片精品| 亚洲精品中文字幕一二三四区| 久久国产精品影院| 在线观看免费午夜福利视频| 成人三级黄色视频| 久久人妻av系列| av有码第一页| 欧美人与性动交α欧美软件| 日韩大码丰满熟妇| 99久久久亚洲精品蜜臀av| 国产精品偷伦视频观看了| 亚洲专区国产一区二区| 操出白浆在线播放| 色在线成人网| 性欧美人与动物交配| 国产男靠女视频免费网站| 成人三级做爰电影| 中文字幕人妻丝袜一区二区| 国产亚洲精品一区二区www| 老鸭窝网址在线观看| 999精品在线视频| e午夜精品久久久久久久| 一区二区日韩欧美中文字幕| 可以在线观看毛片的网站| 日本免费a在线| 亚洲精品一卡2卡三卡4卡5卡| 国产欧美日韩一区二区精品| 久久人人精品亚洲av| 男女高潮啪啪啪动态图| 久久久久久久午夜电影 | 欧美成狂野欧美在线观看| 亚洲伊人色综图| 午夜久久久在线观看| 长腿黑丝高跟| 欧美国产精品va在线观看不卡| 桃红色精品国产亚洲av| 午夜免费成人在线视频| 黄色丝袜av网址大全| 五月开心婷婷网| 亚洲国产精品合色在线| 欧美日韩视频精品一区| 美女大奶头视频| 久久国产精品人妻蜜桃| 丝袜美腿诱惑在线| 午夜两性在线视频| 操美女的视频在线观看| 午夜免费观看网址| 午夜91福利影院| 久久精品91无色码中文字幕| 亚洲 国产 在线| 一级片'在线观看视频| 国产精品一区二区三区四区久久 | 欧美日韩视频精品一区| 欧美av亚洲av综合av国产av| 国产精品一区二区免费欧美| 国内毛片毛片毛片毛片毛片| 一区二区三区激情视频| 欧美丝袜亚洲另类 | 丝袜人妻中文字幕| 午夜免费成人在线视频| 国产高清videossex| 91成年电影在线观看| 777久久人妻少妇嫩草av网站| 99精品久久久久人妻精品| 国产又爽黄色视频| 脱女人内裤的视频| 国产成人精品久久二区二区91| 色哟哟哟哟哟哟| 可以免费在线观看a视频的电影网站| 国产精品免费一区二区三区在线| 91在线观看av| 久久久久九九精品影院| 日本五十路高清| 级片在线观看| 叶爱在线成人免费视频播放| 亚洲 欧美 日韩 在线 免费| 在线av久久热| 91精品三级在线观看| 亚洲自偷自拍图片 自拍| 久久九九热精品免费| 久久国产乱子伦精品免费另类| 久久影院123| 国产有黄有色有爽视频| 亚洲精品在线美女| 老司机午夜福利在线观看视频| 人人妻人人爽人人添夜夜欢视频| 免费在线观看视频国产中文字幕亚洲| 国产av又大| 欧美在线黄色| 黄色毛片三级朝国网站| 老鸭窝网址在线观看| 成人国产一区最新在线观看| 黄色丝袜av网址大全| 成在线人永久免费视频| 丰满饥渴人妻一区二区三| 国产成人欧美在线观看| 天堂√8在线中文| 久久久久国产精品人妻aⅴ院| 99香蕉大伊视频| 久久亚洲精品不卡| 丝袜美足系列| 黄片大片在线免费观看| 美女大奶头视频| av国产精品久久久久影院| 性色av乱码一区二区三区2| 黄色 视频免费看| 熟女少妇亚洲综合色aaa.| 啦啦啦 在线观看视频| 亚洲av五月六月丁香网| 精品一区二区三区四区五区乱码| 国产一卡二卡三卡精品| 欧美人与性动交α欧美软件| 午夜精品久久久久久毛片777| 午夜a级毛片| 亚洲av成人一区二区三| 丝袜人妻中文字幕| 亚洲国产毛片av蜜桃av| 亚洲精品久久午夜乱码| 一级片免费观看大全| 国产深夜福利视频在线观看| 久久影院123| 日本a在线网址| 国产av在哪里看| 亚洲欧洲精品一区二区精品久久久| 国产精品av久久久久免费| 亚洲精品中文字幕在线视频| 亚洲男人的天堂狠狠| 亚洲av电影在线进入| 久久精品91蜜桃| 一级片'在线观看视频| 久久久久久大精品| 亚洲 欧美 日韩 在线 免费| av网站在线播放免费| 国产免费现黄频在线看| 亚洲熟女毛片儿| 欧美成人免费av一区二区三区| 琪琪午夜伦伦电影理论片6080| 变态另类成人亚洲欧美熟女 | 免费在线观看视频国产中文字幕亚洲| 国产熟女午夜一区二区三区| av欧美777| 国产熟女xx| 欧美人与性动交α欧美精品济南到| 精品人妻在线不人妻| 香蕉久久夜色| 99香蕉大伊视频| 久久精品国产清高在天天线| 99国产精品一区二区三区| 国产精品美女特级片免费视频播放器 | 18禁国产床啪视频网站| 中文字幕精品免费在线观看视频| 久99久视频精品免费| 午夜免费观看网址| www日本在线高清视频| x7x7x7水蜜桃| 一二三四社区在线视频社区8| 国产精品98久久久久久宅男小说| 十分钟在线观看高清视频www| 18禁国产床啪视频网站| 757午夜福利合集在线观看| 亚洲人成伊人成综合网2020|