Searched refs:relax (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/drivers/nvmem/ |
D | vf610-ocotp.c | 125 u32 relax, strobe_read, strobe_prog; in vf610_ocotp_calculate_timing() local 131 relax = clk_rate / (1000000000 / DEF_RELAX) - 1; in vf610_ocotp_calculate_timing() 135 timing = BF(relax, OCOTP_TIMING_RELAX); in vf610_ocotp_calculate_timing()
|
D | imx-ocotp.c | 177 unsigned long strobe_read, relax, strobe_prog; in imx_ocotp_set_imx6_timing() local 188 relax = clk_rate / (1000000000 / DEF_RELAX) - 1; in imx_ocotp_set_imx6_timing() 193 timing |= (relax << 12) & 0x0000F000; in imx_ocotp_set_imx6_timing()
|
/Linux-v4.19/arch/riscv/ |
D | Makefile | 14 LDFLAGS_vmlinux := --no-relax 68 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax)
|
/Linux-v4.19/drivers/hwspinlock/ |
D | hwspinlock_internal.h | 31 void (*relax)(struct hwspinlock *lock); member
|
D | u8500_hsem.c | 83 .relax = u8500_hsem_relax,
|
D | omap_hwspinlock.c | 71 .relax = omap_hwspinlock_relax,
|
D | sprd_hwspinlock.c | 79 .relax = sprd_hwspinlock_relax,
|
D | hwspinlock_core.c | 222 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout() 223 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()
|
/Linux-v4.19/arch/nds32/ |
D | Makefile | 9 arch-y += -malways-save-lp -mno-relax
|
/Linux-v4.19/arch/xtensa/ |
D | Makefile | 52 KBUILD_LDFLAGS := --no-relax
|
/Linux-v4.19/Documentation/userspace-api/ |
D | no_new_privs.rst | 29 add to the permitted set, and LSMs will not relax constraints after
|
/Linux-v4.19/Documentation/ |
D | hwspinlock.txt | 391 void (*relax)(struct hwspinlock *lock); 402 The ->relax() callback is optional. It is called by hwspinlock core while
|
/Linux-v4.19/net/ipv4/ |
D | inet_connection_sock.c | 134 bool relax, bool reuseport_ok) in inet_csk_bind_conflict() argument 162 if (!relax && reuse && sk2->sk_reuse && in inet_csk_bind_conflict()
|
/Linux-v4.19/Documentation/filesystems/ |
D | fuse.txt | 307 mounts, it can relax the last limitation with a "user_allow_other"
|
D | vfat.txt | 39 relax it.
|
D | porting | 81 can relax your locking.
|
D | f2fs.txt | 51 and in order to enhance the performance, it should eliminate or relax the update
|
/Linux-v4.19/Documentation/spi/ |
D | spi-summary | 550 relax the hardware (e.g. by power management calls). This may sleep.
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | cpusets.txt | 664 the current task's cpuset, then we relax the cpuset, and look for
|
D | memory.txt | 753 For running them, you have to relax the memory cgroup's OOM status by
|
/Linux-v4.19/Documentation/networking/ |
D | ip-sysctl.txt | 819 ip_options_compile() is called. If unset, relax the checks done during
|