Home
last modified time | relevance | path

Searched refs:relax (Results 1 – 24 of 24) sorted by relevance

/linux/arch/riscv/
A DMakefile12 LDFLAGS_vmlinux := --no-relax
40 KBUILD_CFLAGS += -mno-relax
41 KBUILD_AFLAGS += -mno-relax
43 KBUILD_CFLAGS += -Wa,-mno-relax
44 KBUILD_AFLAGS += -Wa,-mno-relax
69 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax)
/linux/arch/mips/include/asm/
A Dio.h228 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument
304 if (!relax) \
309 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument
346 if (!relax) \
351 #define __BUILD_MEMORY_PFX(bus, bwlq, type, relax) \ argument
353 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1)
/linux/drivers/nvmem/
A Dvf610-ocotp.c117 u32 relax, strobe_read, strobe_prog; in vf610_ocotp_calculate_timing() local
123 relax = clk_rate / (1000000000 / DEF_RELAX) - 1; in vf610_ocotp_calculate_timing()
127 timing = BF(relax, OCOTP_TIMING_RELAX); in vf610_ocotp_calculate_timing()
A Dimx-ocotp.c247 unsigned long strobe_read, relax, strobe_prog; in imx_ocotp_set_imx6_timing() local
280 relax = DIV_ROUND_UP(clk_rate * TIMING_RELAX_NS, 1000000000) - 1; in imx_ocotp_set_imx6_timing()
283 strobe_read += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing()
286 strobe_prog += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing()
290 timing |= (relax << 12) & 0x0000F000; in imx_ocotp_set_imx6_timing()
/linux/drivers/hwspinlock/
A Dhwspinlock_internal.h31 void (*relax)(struct hwspinlock *lock); member
A Du8500_hsem.c82 .relax = u8500_hsem_relax,
A Dsprd_hwspinlock.c76 .relax = sprd_hwspinlock_relax,
A Domap_hwspinlock.c72 .relax = omap_hwspinlock_relax,
A Dstm32_hwspinlock.c54 .relax = stm32_hwspinlock_relax,
A Dhwspinlock_core.c238 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout()
239 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()
/linux/net/ipv4/
A Dinet_connection_sock.c135 bool relax, bool reuseport_ok) in inet_csk_bind_conflict() argument
164 if ((!relax || in inet_csk_bind_conflict()
196 bool relax = false; in inet_csk_find_open_port() local
241 if (!inet_csk_bind_conflict(sk, tb, relax, false)) in inet_csk_find_open_port()
262 if (net->ipv4.sysctl_ip_autobind_reuse && !relax) { in inet_csk_find_open_port()
264 relax = true; in inet_csk_find_open_port()
/linux/arch/xtensa/
A DMakefile42 KBUILD_LDFLAGS := --no-relax
/linux/arch/nds32/
A DMakefile6 arch-y += -malways-save-lp -mno-relax
/linux/arch/riscv/kernel/
A DMakefile14 AFLAGS_kexec_relocate.o := -mcmodel=medany $(call cc-option,-mno-relax)
/linux/Documentation/userspace-api/
A Dno_new_privs.rst29 add to the permitted set, and LSMs will not relax constraints after
/linux/Documentation/locking/
A Dhwspinlock.rst472 void (*relax)(struct hwspinlock *lock);
483 The ->relax() callback is optional. It is called by hwspinlock core while
/linux/Documentation/filesystems/
A Dfuse.rst291 mounts, it can relax the last limitation with a 'user_allow_other'
A Dvfat.rst54 relax it.
A Dporting.rst90 can relax your locking.
A Df2fs.rst54 and in order to enhance the performance, it should eliminate or relax the update
/linux/Documentation/spi/
A Dspi-summary.rst558 relax the hardware (e.g. by power management calls). This may sleep.
/linux/Documentation/admin-guide/cgroup-v1/
A Dcpusets.rst685 the current task's cpuset, then we relax the cpuset, and look for
A Dmemory.rst829 For running them, you have to relax the memory cgroup's OOM status by
/linux/Documentation/networking/
A Dip-sysctl.rst1075 ip_options_compile() is called. If unset, relax the checks done during

Completed in 33 milliseconds