others             58 arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h 	bnez	t1, 5f			# Skip WAR for others.
others             32 arch/riscv/mm/cacheflush.c 	cpumask_t others, hmask, *mask;
others             48 arch/riscv/mm/cacheflush.c 	cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu));
others             49 arch/riscv/mm/cacheflush.c 	local |= cpumask_empty(&others);
others             51 arch/riscv/mm/cacheflush.c 		riscv_cpuid_to_hartid_mask(&others, &hmask);
others            573 drivers/regulator/max8997-regulator.c 		int others;
others            581 drivers/regulator/max8997-regulator.c 		for (others = 0; others < 3; others++) {
others            584 drivers/regulator/max8997-regulator.c 			if (others == rid)
others            586 drivers/regulator/max8997-regulator.c 			if (buckx_gpiodvs[others] == false)
others            588 drivers/regulator/max8997-regulator.c 			diff = (buckx_val[others])[i] -
others            589 drivers/regulator/max8997-regulator.c 				(buckx_val[others])[max8997->buck125_gpioindex];
others            104 include/linux/sunrpc/cache.h 	struct list_head	others;
others            373 net/sunrpc/cache.c 	list_add(&cd->others, &cache_list);
others            388 net/sunrpc/cache.c 	list_del_init(&cd->others);
others            415 net/sunrpc/cache.c 			next = current_detail->others.next;
others            423 net/sunrpc/cache.c 		current_detail = list_entry(next, struct cache_detail, others);