Searched refs:others (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/csky/abiv2/
H A Dcacheflush.c59 cpumask_t others, *mask; local
84 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu));
86 if (mm != current->active_mm || !cpumask_empty(&others)) {
87 on_each_cpu_mask(&others, local_icache_inv_all, NULL, 1);
/linux-master/arch/riscv/mm/
H A Dcacheflush.c44 cpumask_t others, *mask; local
60 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu));
61 local |= cpumask_empty(&others);
74 sbi_remote_fence_i(&others);
76 on_each_cpu_mask(&others, ipi_remote_fence_i, NULL, 1);
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_32.S33 wbinvd # Needed for NUMA-Q should be harmless for others
/linux-master/drivers/regulator/
H A Dmax8997-regulator.c572 int others; local
580 for (others = 0; others < 3; others++) {
583 if (others == rid)
585 if (buckx_gpiodvs[others] == false)
587 diff = (buckx_val[others])[i] -
588 (buckx_val[others])[max8997->buck125_gpioindex];
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c1255 &new_params->others.dpcc_config);
1271 &new_params->others.bls_config);
1287 &new_params->others.sdg_config);
1302 params->ops->awb_gain_config(params, &new_params->others.awb_gain_config);
1318 &new_params->others.bdm_config);
1334 &new_params->others.flt_config);
1350 &new_params->others.ctk_config);
1357 params->ops->goc_config(params, &new_params->others.goc_config);
1373 &new_params->others.cproc_config);
1388 rkisp1_ie_config(params, &new_params->others
[all...]
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h58 bnez t1, 5f # Skip WAR for others.
/linux-master/include/linux/sunrpc/
H A Dcache.h110 struct list_head others; member in struct:cache_detail
/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S110 | directly, others are on the stack, as we read/write the stack
/linux-master/include/uapi/linux/
H A Drkisp1-config.h843 * @others: other config
851 struct rkisp1_cif_isp_isp_other_cfg others; member in struct:rkisp1_params_cfg
/linux-master/net/sunrpc/
H A Dcache.c395 list_add(&cd->others, &cache_list);
410 list_del_init(&cd->others);
437 next = current_detail->others.next;
445 current_detail = list_entry(next, struct cache_detail, others);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm280 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data)
H A Dcwsr_trap_handler_gfx10.asm285 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h1287 u8 btg_pos; /* btg-circuit at 0:S0/1:S1/others:all */
3502 u16 others; member in struct:rtw89_rsvd_quota

Completed in 261 milliseconds