Searched refs:steal (Results 1 – 5 of 5) sorted by relevance
245 u64 steal; in steal_account_process_time() local247 steal = paravirt_steal_clock(smp_processor_id()); in steal_account_process_time()248 steal -= this_rq()->prev_steal_time; in steal_account_process_time()249 steal = min(steal, maxtime); in steal_account_process_time()250 account_steal_time(steal); in steal_account_process_time()251 this_rq()->prev_steal_time += steal; in steal_account_process_time()253 return steal; in steal_account_process_time()485 u64 cputime, steal; in account_process_tick() local497 steal = steal_account_process_time(ULONG_MAX); in account_process_tick()499 if (steal >= cputime) in account_process_tick()[all …]
159 s64 __maybe_unused steal = 0, irq_delta = 0; in update_rq_clock_task() local187 steal = paravirt_steal_clock(cpu_of(rq)); in update_rq_clock_task()188 steal -= rq->prev_steal_time_rq; in update_rq_clock_task()190 if (unlikely(steal > delta)) in update_rq_clock_task()191 steal = delta; in update_rq_clock_task()193 rq->prev_steal_time_rq += steal; in update_rq_clock_task()194 delta -= steal; in update_rq_clock_task()201 if ((irq_delta + steal) && sched_feat(NONTASK_CAPACITY)) in update_rq_clock_task()202 update_irq_load_avg(rq, irq_delta + steal); in update_rq_clock_task()
442 int steal, first_steal; in bpf_common_lru_pop_free() local473 steal = first_steal; in bpf_common_lru_pop_free()475 steal_loc_l = per_cpu_ptr(clru->local_list, steal); in bpf_common_lru_pop_free()485 steal = get_next_cpu(steal); in bpf_common_lru_pop_free()486 } while (!node && steal != first_steal); in bpf_common_lru_pop_free()488 loc_l->next_steal = steal; in bpf_common_lru_pop_free()
1186 .steal = generic_pipe_buf_steal,
6212 .steal = generic_pipe_buf_steal,7499 .steal = generic_pipe_buf_nosteal,