Searched refs:local_copy (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | cpumap.c | 91 DECLARE_BITMAP(local_copy, 64); in cpu_map__from_mask() 96 perf_record_cpu_map_data__read_one_mask(data, i, local_copy); in cpu_map__from_mask() 97 weight += bitmap_weight(local_copy, 64); in cpu_map__from_mask() 108 perf_record_cpu_map_data__read_one_mask(data, i, local_copy); in cpu_map__from_mask() 109 for_each_set_bit(cpu, local_copy, 64) in cpu_map__from_mask()
|
/linux-6.12.1/arch/sparc/kernel/ |
D | traps_64.c | 2081 struct sun4v_error_entry *ent, local_copy; in sun4v_resum_error() local 2092 memcpy(&local_copy, ent, sizeof(struct sun4v_error_entry)); in sun4v_resum_error() 2100 if (local_copy.err_type == SUN4V_ERR_TYPE_SHUTDOWN_RQST) { in sun4v_resum_error() 2107 local_copy.err_secs); in sun4v_resum_error() 2115 if (local_copy.err_attrs & SUN4V_ERR_ATTRS_MCD) { in sun4v_resum_error() 2116 do_mcd_err(regs, local_copy); in sun4v_resum_error() 2120 sun4v_log_error(regs, &local_copy, cpu, in sun4v_resum_error() 2199 struct sun4v_error_entry *ent, local_copy; in sun4v_nonresum_error() local 2210 memcpy(&local_copy, ent, sizeof(struct sun4v_error_entry)); in sun4v_nonresum_error() 2219 sun4v_nonresum_error_user_handled(regs, &local_copy)) { in sun4v_nonresum_error() [all …]
|
/linux-6.12.1/Documentation/bpf/ |
D | kfuncs.rst | 561 struct task_struct *local_copy; 564 local_copy = global; 565 if (local_copy) 567 * We could also pass local_copy to kfuncs or helper functions here, 568 * as we're guaranteed that local_copy will be valid until we exit 571 bpf_printk("Global task %s is valid", local_copy->comm); 576 /* At this point we can no longer reference local_copy. */
|