| /linux/arch/powerpc/lib/ |
| H A D | qspinlock.c | 294 goto relax; in __yield_to_locked_owner() 297 goto relax; in __yield_to_locked_owner() 303 goto relax; /* owner vcpu is running */ in __yield_to_locked_owner() 331 relax: in __yield_to_locked_owner() 383 goto relax; in yield_to_prev() 417 goto relax; in yield_to_prev() 421 goto relax; /* owner vcpu is running */ in yield_to_prev() 437 relax: in yield_to_prev()
|
| /linux/arch/riscv/ |
| H A D | Makefile | 15 LDFLAGS_vmlinux += --no-relax 53 KBUILD_LDFLAGS += -mllvm -mattr=+c -mllvm -mattr=+relax 57 KBUILD_LDFLAGS += --no-relax-gp 115 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax) 116 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
|
| H A D | Kconfig | 249 depends on $(ld-option,--no-relax-gp) 876 newer ISA spec to version 2.2, relax the check to binutils >= 2.36.
|
| /linux/net/ipv4/ |
| H A D | inet_connection_sock.c | 157 kuid_t uid, bool relax, in inet_bind_conflict() argument 171 if (!relax || (!reuseport_ok && sk->sk_reuseport && in inet_bind_conflict() 187 kuid_t uid, bool relax, in __inet_bhash2_conflict() argument 200 return inet_bind_conflict(sk, sk2, uid, relax, in __inet_bhash2_conflict() 207 bool relax, bool reuseport_cb_ok, in inet_bhash2_conflict() argument 213 if (__inet_bhash2_conflict(sk, sk2, uid, relax, in inet_bhash2_conflict() 229 bool relax, bool reuseport_ok) in inet_csk_bind_conflict() argument 248 return tb2 && inet_bhash2_conflict(sk, tb2, uid, relax, in inet_csk_bind_conflict() 257 if (!inet_bind_conflict(sk, sk2, uid, relax, reuseport_cb_ok, reuseport_ok)) in inet_csk_bind_conflict() 274 bool relax, bool reuseport_ok) in inet_bhash2_addr_any_conflict() argument [all …]
|
| /linux/drivers/nvmem/ |
| H A D | vf610-ocotp.c | 117 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()
|
| H A D | imx-ocotp.c | 243 unsigned long strobe_read, relax, strobe_prog; in imx_ocotp_set_imx6_timing() local 276 relax = DIV_ROUND_UP(clk_rate * TIMING_RELAX_NS, 1000000000) - 1; in imx_ocotp_set_imx6_timing() 279 strobe_read += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing() 282 strobe_prog += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing() 286 timing |= (relax << 12) & 0x0000F000; in imx_ocotp_set_imx6_timing()
|
| /linux/arch/loongarch/ |
| H A D | Makefile | 119 KBUILD_AFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax) 120 KBUILD_CFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
|
| /linux/drivers/hwspinlock/ |
| H A D | hwspinlock_internal.h | 34 void (*relax)(struct hwspinlock *lock); member
|
| H A D | sprd_hwspinlock.c | 76 .relax = sprd_hwspinlock_relax,
|
| H A D | stm32_hwspinlock.c | 54 .relax = stm32_hwspinlock_relax,
|
| /linux/fs/xfs/scrub/ |
| H A D | scrub.h | 198 struct xchk_relax relax; member 250 if (xchk_maybe_relax(&sc->relax)) { in xchk_should_terminate()
|
| H A D | scrub.c | 694 sc->relax = INIT_XCHK_RELAX; in xfs_scrub_metadata()
|
| /linux/arch/xtensa/ |
| H A D | Makefile | 50 KBUILD_LDFLAGS += --no-relax
|
| /linux/arch/riscv/kernel/ |
| H A D | Makefile | 10 AFLAGS_kexec_relocate.o := -mcmodel=medany $(call cc-option,-mno-relax)
|
| /linux/Documentation/userspace-api/ |
| H A D | no_new_privs.rst | 29 add to the permitted set, and LSMs will not relax constraints after
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 31 cflags-$(CONFIG_RISCV) += -fpic -DNO_ALTERNATIVE -mno-relax \
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | errata.rst | 44 IA32_VMX_BASIC[56] as '1' relax VMX's consistency checks, and AMD CPUs have no
|
| /linux/Documentation/filesystems/ |
| H A D | vfat.rst | 54 relax it.
|
| H A D | overlayfs.rst | 756 filesystem in file handles with null, in order to relax the UUID checks. This
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse.rst | 305 mounts, it can relax the last limitation in several ways:
|
| /linux/Documentation/spi/ |
| H A D | spi-summary.rst | 550 relax the hardware (e.g. by power management calls). This may sleep.
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpusets.rst | 690 the current task's cpuset, then we relax the cpuset, and look for
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 7053 beacon_check.relax = true; in nl80211_start_ap() 7235 beacon_check.relax = true; in nl80211_set_beacon()
|