| /third_party/gn/misc/vim/syntax/ |
| H A D | gn.vim | 22 syn keyword gnPredefVar target_cpu target_gen_dir target_out_dir
|
| /kernel/linux/linux-5.10/drivers/hv/ |
| H A D | channel.c | 175 page = alloc_pages_node(cpu_to_node(newchannel->target_cpu), in vmbus_alloc_ring() 574 open_msg->target_vp = hv_cpu_number_to_vp_number(newchannel->target_cpu); in __vmbus_open()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.h | 423 int target_cpu; member
|
| H A D | dpaa2-eth.c | 2401 cpumask_set_cpu(fq->target_cpu, &xps_mask); in update_xps() 2787 fq->target_cpu = rx_cpu; in dpaa2_eth_set_fq_affinity() 2793 fq->target_cpu = txc_cpu; in dpaa2_eth_set_fq_affinity() 2801 fq->channel = dpaa2_eth_get_affine_channel(priv, fq->target_cpu); in dpaa2_eth_set_fq_affinity()
|
| /third_party/gn/src/gn/ |
| H A D | command_args.cc | 485 gn args out/Debug --list=target_cpu 486 Prints information about the "target_cpu" argument for the "
|
| H A D | function_toolchain.cc | 172 if (target_cpu == "x64") { 178 if (target_cpu == "x86") {
|
| H A D | variables.cc | 98 const char kTargetCpu[] = "target_cpu"; 100 "target_cpu: [string] The desired cpu architecture for the build."; 102 R"(target_cpu: The desired cpu architecture for the build. 112 "target_cpu" most of the time. 236 See "gn help target_cpu" for a list of common values returned.)";
|
| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| H A D | fair.c | 7124 int target_cpu = -1; in select_task_rq_fair() local 7125 target_cpu = find_rtg_cpu(p); in select_task_rq_fair() 7126 if (target_cpu >= 0) { in select_task_rq_fair() 7127 return target_cpu; in select_task_rq_fair() 10475 int target_cpu = busiest_rq->push_cpu; in active_load_balance_cpu_stop() local 10476 struct rq *target_rq = cpu_rq(target_cpu); in active_load_balance_cpu_stop() 10491 if (!cpu_active(busiest_cpu) || !cpu_active(target_cpu)) { in active_load_balance_cpu_stop() 10514 target_cpu = busiest_rq->push_cpu; in active_load_balance_cpu_stop() 10518 .dst_cpu = target_cpu, in active_load_balance_cpu_stop() 10527 cpu_online(target_cpu)) { in active_load_balance_cpu_stop() [all...] |
| H A D | core.c | 2299 int migrate_swap(struct task_struct *cur, struct task_struct *p, int target_cpu, in migrate_swap() argument 2309 .dst_cpu = target_cpu, in migrate_swap() 7229 /* Migrate current task p to target_cpu */ 7230 int migrate_task_to(struct task_struct *p, int target_cpu) in migrate_task_to() argument 7232 struct migration_arg arg = {p, target_cpu}; in migrate_task_to() 7234 if (curr_cpu == target_cpu) { in migrate_task_to() 7238 if (!cpumask_test_cpu(target_cpu, p->cpus_ptr)) { in migrate_task_to() 7244 trace_sched_move_numa(p, curr_cpu, target_cpu); in migrate_task_to()
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| H A D | fair.c | 7138 int target_cpu = -1; in select_task_rq_fair() local 7139 target_cpu = find_rtg_cpu(p); in select_task_rq_fair() 7140 if (target_cpu >= 0) in select_task_rq_fair() 7141 return target_cpu; in select_task_rq_fair() 10491 int target_cpu = busiest_rq->push_cpu; in active_load_balance_cpu_stop() local 10492 struct rq *target_rq = cpu_rq(target_cpu); in active_load_balance_cpu_stop() 10507 if (!cpu_active(busiest_cpu) || !cpu_active(target_cpu)) in active_load_balance_cpu_stop() 10528 target_cpu = busiest_rq->push_cpu; in active_load_balance_cpu_stop() 10532 .dst_cpu = target_cpu, in active_load_balance_cpu_stop() 10543 cpu_online(target_cpu)) { in active_load_balance_cpu_stop() [all...] |
| H A D | core.c | 2185 int target_cpu, int curr_cpu) in migrate_swap() 2194 .dst_cpu = target_cpu, in migrate_swap() 6866 /* Migrate current task p to target_cpu */ 6867 int migrate_task_to(struct task_struct *p, int target_cpu) in migrate_task_to() argument 6869 struct migration_arg arg = { p, target_cpu }; in migrate_task_to() 6872 if (curr_cpu == target_cpu) in migrate_task_to() 6875 if (!cpumask_test_cpu(target_cpu, p->cpus_ptr)) in migrate_task_to() 6880 trace_sched_move_numa(p, curr_cpu, target_cpu); in migrate_task_to() 2184 migrate_swap(struct task_struct *cur, struct task_struct *p, int target_cpu, int curr_cpu) migrate_swap() argument
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| H A D | fair.c | 8271 int target_cpu = -1; in select_task_rq_fair() local 8272 target_cpu = find_rtg_cpu(p); in select_task_rq_fair() 8273 if (target_cpu >= 0) in select_task_rq_fair() 8274 return target_cpu; in select_task_rq_fair() 11876 int target_cpu = busiest_rq->push_cpu; in active_load_balance_cpu_stop() local 11877 struct rq *target_rq = cpu_rq(target_cpu); in active_load_balance_cpu_stop() 11892 if (!cpu_active(busiest_cpu) || !cpu_active(target_cpu)) in active_load_balance_cpu_stop() 11912 target_cpu = busiest_rq->push_cpu; in active_load_balance_cpu_stop() 11916 .dst_cpu = target_cpu, in active_load_balance_cpu_stop() 11927 cpu_online(target_cpu)) { in active_load_balance_cpu_stop() [all...] |
| H A D | core.c | 3553 int target_cpu, int curr_cpu) in migrate_swap() 3562 .dst_cpu = target_cpu, in migrate_swap() 9587 /* Migrate current task p to target_cpu */ 9588 int migrate_task_to(struct task_struct *p, int target_cpu) in migrate_task_to() argument 9590 struct migration_arg arg = { p, target_cpu }; in migrate_task_to() 9593 if (curr_cpu == target_cpu) in migrate_task_to() 9596 if (!cpumask_test_cpu(target_cpu, p->cpus_ptr)) in migrate_task_to() 9601 trace_sched_move_numa(p, curr_cpu, target_cpu); in migrate_task_to() 3552 migrate_swap(struct task_struct *cur, struct task_struct *p, int target_cpu, int curr_cpu) migrate_swap() argument
|
| /kernel/linux/linux-6.6/drivers/hv/ |
| H A D | channel.c | 176 page = alloc_pages_node(cpu_to_node(newchannel->target_cpu), in vmbus_alloc_ring() 732 open_msg->target_vp = hv_cpu_number_to_vp_number(newchannel->target_cpu); in __vmbus_open()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.h | 463 int target_cpu; member
|
| H A D | dpaa2-eth.c | 2914 cpumask_set_cpu(fq->target_cpu, &xps_mask); in update_xps() 3311 fq->target_cpu = rx_cpu; in dpaa2_eth_set_fq_affinity() 3317 fq->target_cpu = txc_cpu; in dpaa2_eth_set_fq_affinity() 3325 fq->channel = dpaa2_eth_get_affine_channel(priv, fq->target_cpu); in dpaa2_eth_set_fq_affinity()
|
| /third_party/node/deps/v8/tools/unittests/ |
| H A D | run_tests_test.py | 348 is_msan=True, is_tsan=True, is_ubsan_vptr=True, target_cpu='x86',
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | hyperv.h | 862 u32 target_cpu; member
|
| /kernel/linux/linux-5.10/drivers/net/hyperv/ |
| H A D | netvsc.c | 286 int node = cpu_to_node(nvchan->channel->target_cpu); in netvsc_alloc_recv_comp_ring()
|
| H A D | netvsc_drv.c | 1333 &pcpu_tot[nvchan->channel->target_cpu]; in netvsc_get_pcpu_stats()
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | hyperv.h | 907 u32 target_cpu; member
|
| /kernel/linux/linux-6.6/drivers/net/hyperv/ |
| H A D | netvsc.c | 321 int node = cpu_to_node(nvchan->channel->target_cpu); in netvsc_alloc_recv_comp_ring()
|
| H A D | netvsc_drv.c | 1319 &pcpu_tot[nvchan->channel->target_cpu]; in netvsc_get_pcpu_stats()
|