Searched refs:copy_mask (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/thermal/intel/ |
H A D | intel_powerclamp.c | 130 static int allocate_copy_idle_injection_mask(const struct cpumask *copy_mask) in allocate_copy_idle_injection_mask() argument 133 goto copy_mask; in allocate_copy_idle_injection_mask() 139 copy_mask: in allocate_copy_idle_injection_mask() 140 cpumask_copy(idle_injection_cpu_mask, copy_mask); in allocate_copy_idle_injection_mask()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_query.c | 473 static int copy_mask(void __user **ptr, in copy_mask() function 512 err = copy_mask(&query_ptr, &topo, gt->fuse_topo.g_dss_mask, in query_gt_topology() 518 err = copy_mask(&query_ptr, &topo, gt->fuse_topo.c_dss_mask, in query_gt_topology() 530 err = copy_mask(&query_ptr, &topo, gt->fuse_topo.l3_bank_mask, in query_gt_topology() 539 err = copy_mask(&query_ptr, &topo, in query_gt_topology()
|