Searched refs:this_cpu (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | rt.c | 1541 int this_cpu; in select_task_rq_rt() local 1552 this_cpu = smp_processor_id(); in select_task_rq_rt() 1553 this_cpu_rq = cpu_rq(this_cpu); in select_task_rq_rt() 1586 if (should_honor_rt_sync(this_cpu_rq, p, sync) && cpumask_test_cpu(this_cpu, p->cpus_ptr)) { in select_task_rq_rt() 1587 cpu = this_cpu; in select_task_rq_rt() 1980 int this_cpu = smp_processor_id(); in find_lowest_rq() local 2033 if (!cpumask_test_cpu(this_cpu, lowest_mask)) { in find_lowest_rq() 2034 this_cpu = -1; /* Skip this_cpu opt if not among lowest */ in find_lowest_rq() 2044 * "this_cpu" i in find_lowest_rq() 2419 int this_cpu = this_rq->cpu, cpu; pull_rt_task() local [all...] |
H A D | fair.c | 6122 static int wake_affine_idle(int this_cpu, int prev_cpu, int sync) in wake_affine_idle() argument 6125 * If this_cpu is idle, it implies the wakeup is from interrupt in wake_affine_idle() 6136 if (available_idle_cpu(this_cpu) && cpus_share_cache(this_cpu, prev_cpu)) { in wake_affine_idle() 6137 return available_idle_cpu(prev_cpu) ? prev_cpu : this_cpu; in wake_affine_idle() 6140 if (sync && cpu_rq(this_cpu)->nr_running == 1) { in wake_affine_idle() 6141 return this_cpu; in wake_affine_idle() 6147 static int wake_affine_weight(struct sched_domain *sd, struct task_struct *p, int this_cpu, int prev_cpu, int sync) in wake_affine_weight() argument 6152 this_eff_load = cpu_load(cpu_rq(this_cpu)); in wake_affine_weight() 6157 return this_cpu; in wake_affine_weight() 6191 wake_affine(struct sched_domain *sd, struct task_struct *p, int this_cpu, int prev_cpu, int sync) wake_affine() argument 6218 find_idlest_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) find_idlest_group_cpu() argument 9351 find_idlest_group(struct sched_domain *sd, struct task_struct *p, int this_cpu) find_idlest_group() argument 10151 load_balance(int this_cpu, struct rq *this_rq, struct sched_domain *sd, enum cpu_idle_type idle, int *continue_balancing) load_balance() argument 11070 int this_cpu = this_rq->cpu; _nohz_idle_balance() local 11200 int this_cpu = this_rq->cpu; nohz_newidle_balance() local 11260 int this_cpu = this_rq->cpu; newidle_balance() local [all...] |
H A D | core.c | 2926 bool cpus_share_cache(int this_cpu, int that_cpu) in cpus_share_cache() argument 2928 if (this_cpu == that_cpu) { in cpus_share_cache() 2932 return per_cpu(sd_llc_id, this_cpu) == per_cpu(sd_llc_id, that_cpu); in cpus_share_cache()
|
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger.c | 918 static bool fiq_debugger_handle_uart_interrupt(struct fiq_debugger_state *state, int this_cpu,
in fiq_debugger_handle_uart_interrupt() argument 927 state->current_cpu = this_cpu;
in fiq_debugger_handle_uart_interrupt() 930 if (this_cpu != state->current_cpu) {
in fiq_debugger_handle_uart_interrupt() 942 state->current_cpu, this_cpu);
in fiq_debugger_handle_uart_interrupt() 945 state->current_cpu = this_cpu;
in fiq_debugger_handle_uart_interrupt() 1066 unsigned int this_cpu = THREAD_INFO(svc_sp)->cpu;
in fiq_debugger_fiq() local 1069 need_irq = fiq_debugger_handle_uart_interrupt(state, this_cpu, regs, svc_sp);
in fiq_debugger_fiq()
|
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger.c | 913 int this_cpu, const struct pt_regs *regs, void *svc_sp) in fiq_debugger_handle_uart_interrupt() 921 state->current_cpu = this_cpu; in fiq_debugger_handle_uart_interrupt() 923 if (this_cpu != state->current_cpu) { in fiq_debugger_handle_uart_interrupt() 934 this_cpu); in fiq_debugger_handle_uart_interrupt() 937 state->current_cpu = this_cpu; in fiq_debugger_handle_uart_interrupt() 1065 unsigned int this_cpu = THREAD_INFO(svc_sp)->cpu; in fiq_debugger_fiq() local 1068 need_irq = fiq_debugger_handle_uart_interrupt(state, this_cpu, regs, in fiq_debugger_fiq() 912 fiq_debugger_handle_uart_interrupt(struct fiq_debugger_state *state, int this_cpu, const struct pt_regs *regs, void *svc_sp) fiq_debugger_handle_uart_interrupt() argument
|
Completed in 29 milliseconds