relax 315 arch/mips/include/asm/io.h #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ relax 391 arch/mips/include/asm/io.h if (!relax) \ relax 396 arch/mips/include/asm/io.h #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ relax 433 arch/mips/include/asm/io.h if (!relax) \ relax 438 arch/mips/include/asm/io.h #define __BUILD_MEMORY_PFX(bus, bwlq, type, relax) \ relax 440 arch/mips/include/asm/io.h __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1) relax 238 drivers/hwspinlock/hwspinlock_core.c if (hwlock->bank->ops->relax) relax 239 drivers/hwspinlock/hwspinlock_core.c hwlock->bank->ops->relax(hwlock); relax 31 drivers/hwspinlock/hwspinlock_internal.h void (*relax)(struct hwspinlock *lock); relax 71 drivers/hwspinlock/omap_hwspinlock.c .relax = omap_hwspinlock_relax, relax 79 drivers/hwspinlock/sprd_hwspinlock.c .relax = sprd_hwspinlock_relax, relax 54 drivers/hwspinlock/stm32_hwspinlock.c .relax = stm32_hwspinlock_relax, relax 83 drivers/hwspinlock/u8500_hsem.c .relax = u8500_hsem_relax, relax 173 drivers/nvmem/imx-ocotp.c unsigned long strobe_read, relax, strobe_prog; relax 206 drivers/nvmem/imx-ocotp.c relax = DIV_ROUND_UP(clk_rate * TIMING_RELAX_NS, 1000000000) - 1; relax 209 drivers/nvmem/imx-ocotp.c strobe_read += 2 * (relax + 1) - 1; relax 212 drivers/nvmem/imx-ocotp.c strobe_prog += 2 * (relax + 1) - 1; relax 216 drivers/nvmem/imx-ocotp.c timing |= (relax << 12) & 0x0000F000; relax 117 drivers/nvmem/vf610-ocotp.c u32 relax, strobe_read, strobe_prog; relax 123 drivers/nvmem/vf610-ocotp.c relax = clk_rate / (1000000000 / DEF_RELAX) - 1; relax 127 drivers/nvmem/vf610-ocotp.c timing = BF(relax, OCOTP_TIMING_RELAX); relax 135 net/ipv4/inet_connection_sock.c bool relax, bool reuseport_ok) relax 163 net/ipv4/inet_connection_sock.c if (!relax && reuse && sk2->sk_reuse &&