/linux-6.12.1/arch/riscv/ |
D | Makefile | 15 LDFLAGS_vmlinux += --no-relax 50 KBUILD_CFLAGS += -mno-relax 51 KBUILD_AFLAGS += -mno-relax 53 KBUILD_CFLAGS += -Wa,-mno-relax 54 KBUILD_AFLAGS += -Wa,-mno-relax 60 KBUILD_LDFLAGS += -mllvm -mattr=+c -mllvm -mattr=+relax 64 KBUILD_LDFLAGS += --no-relax-gp 114 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax) 115 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
|
/linux-6.12.1/arch/mips/include/asm/ |
D | io.h | 196 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument 272 if (!relax) \ 277 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax) \ argument 314 if (!relax) \ 319 #define __BUILD_MEMORY_PFX(bus, bwlq, type, relax) \ argument 321 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1)
|
/linux-6.12.1/arch/powerpc/lib/ |
D | qspinlock.c | 293 goto relax; in __yield_to_locked_owner() 296 goto relax; in __yield_to_locked_owner() 302 goto relax; /* owner vcpu is running */ in __yield_to_locked_owner() 330 relax: in __yield_to_locked_owner() 382 goto relax; in yield_to_prev() 416 goto relax; in yield_to_prev() 420 goto relax; /* owner vcpu is running */ in yield_to_prev() 436 relax: in yield_to_prev()
|
/linux-6.12.1/drivers/nvmem/ |
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()
|
D | imx-ocotp.c | 240 unsigned long strobe_read, relax, strobe_prog; in imx_ocotp_set_imx6_timing() local 273 relax = DIV_ROUND_UP(clk_rate * TIMING_RELAX_NS, 1000000000) - 1; in imx_ocotp_set_imx6_timing() 276 strobe_read += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing() 279 strobe_prog += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing() 283 timing |= (relax << 12) & 0x0000F000; in imx_ocotp_set_imx6_timing()
|
/linux-6.12.1/net/ipv4/ |
D | inet_connection_sock.c | 173 kuid_t sk_uid, bool relax, in inet_bind_conflict() argument 187 if (!relax || (!reuseport_ok && sk->sk_reuseport && in inet_bind_conflict() 203 kuid_t sk_uid, bool relax, in __inet_bhash2_conflict() argument 216 return inet_bind_conflict(sk, sk2, sk_uid, relax, in __inet_bhash2_conflict() 223 bool relax, bool reuseport_cb_ok, in inet_bhash2_conflict() argument 229 if (__inet_bhash2_conflict(sk, sk2, sk_uid, relax, in inet_bhash2_conflict() 245 bool relax, bool reuseport_ok) in inet_csk_bind_conflict() argument 264 return tb2 && inet_bhash2_conflict(sk, tb2, uid, relax, in inet_csk_bind_conflict() 273 if (!inet_bind_conflict(sk, sk2, uid, relax, reuseport_cb_ok, reuseport_ok)) in inet_csk_bind_conflict() 290 bool relax, bool reuseport_ok) in inet_bhash2_addr_any_conflict() argument [all …]
|
/linux-6.12.1/arch/loongarch/ |
D | Makefile | 98 KBUILD_AFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax) 99 KBUILD_CFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
|
/linux-6.12.1/fs/xfs/scrub/ |
D | iscan.c | 269 unsigned long relax; in xchk_iscan_read_agi() local 275 relax = msecs_to_jiffies(iscan->iget_retry_delay); in xchk_iscan_read_agi() 286 } while (!schedule_timeout_killable(relax) && in xchk_iscan_read_agi() 391 unsigned long relax; in xchk_iscan_iget_retry() local 398 relax = msecs_to_jiffies(iscan->iget_retry_delay); in xchk_iscan_iget_retry() 401 if (schedule_timeout_killable(relax) || in xchk_iscan_iget_retry()
|
D | scrub.h | 177 struct xchk_relax relax; member 226 if (xchk_maybe_relax(&sc->relax)) { in xchk_should_terminate()
|
D | xfarray.h | 131 struct xchk_relax relax; member
|
D | xfarray.c | 489 si->relax = INIT_XCHK_RELAX; in xfarray_sortinfo_alloc() 491 si->relax.interruptible = false; in xfarray_sortinfo_alloc() 509 if (xchk_maybe_relax(&si->relax)) { in xfarray_sort_terminated()
|
D | scrub.c | 622 sc->relax = INIT_XCHK_RELAX; in xfs_scrub_metadata()
|
/linux-6.12.1/drivers/hwspinlock/ |
D | hwspinlock_internal.h | 34 void (*relax)(struct hwspinlock *lock); member
|
D | omap_hwspinlock.c | 72 .relax = omap_hwspinlock_relax,
|
D | u8500_hsem.c | 82 .relax = u8500_hsem_relax,
|
D | sprd_hwspinlock.c | 76 .relax = sprd_hwspinlock_relax,
|
D | stm32_hwspinlock.c | 54 .relax = stm32_hwspinlock_relax,
|
D | hwspinlock_core.c | 241 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout() 242 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()
|
/linux-6.12.1/arch/xtensa/ |
D | Makefile | 50 KBUILD_LDFLAGS += --no-relax
|
/linux-6.12.1/arch/riscv/kernel/ |
D | Makefile | 16 AFLAGS_kexec_relocate.o := -mcmodel=medany $(call cc-option,-mno-relax)
|
/linux-6.12.1/drivers/firmware/efi/libstub/ |
D | Makefile | 32 cflags-$(CONFIG_RISCV) += -fpic -DNO_ALTERNATIVE -mno-relax \
|
/linux-6.12.1/Documentation/userspace-api/ |
D | no_new_privs.rst | 29 add to the permitted set, and LSMs will not relax constraints after
|
/linux-6.12.1/Documentation/locking/ |
D | hwspinlock.rst | 483 void (*relax)(struct hwspinlock *lock); 494 The ->relax() callback is optional. It is called by hwspinlock core while
|
/linux-6.12.1/Documentation/gpu/amdgpu/display/ |
D | dcn-overview.rst | 117 space to relax the floating-point calculations following. Data would stay in
|
/linux-6.12.1/net/wireless/ |
D | chan.c | 1615 if (cfg->relax) { in cfg80211_reg_check_beaconing()
|