/linux/arch/riscv/ |
H A 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 120 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax) 121 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
|
/linux/drivers/hwspinlock/ |
H A D | hwspinlock_internal.h | 26 * @relax: optional, platform-specific relax handler, called by hwspinlock 34 void (*relax)(struct hwspinlock *lock); member
|
H A D | omap_hwspinlock.c | 55 * relax the OMAP interconnect while spinning on it. 72 .relax = omap_hwspinlock_relax,
|
H A D | stm32_hwspinlock.c | 54 .relax = stm32_hwspinlock_relax,
|
H A D | u8500_hsem.c | 82 .relax = u8500_hsem_relax,
|
H A D | sprd_hwspinlock.c | 76 .relax = sprd_hwspinlock_relax,
|
/linux/drivers/block/ |
H A D | swim3.c | 146 #define RELAX 3 /* also eject in progress */ macro 276 out_8(&sw->select, RELAX); in swim3_select() 567 out_8(&sw->select, RELAX); in scan_timeout() 591 out_8(&sw->select, RELAX); in seek_timeout() 610 out_8(&sw->select, RELAX); in settle_timeout() 615 out_8(&sw->select, RELAX); in settle_timeout() 646 out_8(&sw->select, RELAX); in xfer_timeout() 678 out_8(&sw->select, RELAX); in swim3_interrupt() 707 out_8(&sw->select, RELAX); in swim3_interrupt() 728 out_8(&sw->select, RELAX); in swim3_interrupt() [all …]
|
H A D | swim.c | 102 #define RELAX 0x033 macro 272 swim_write(base, phase, RELAX); in swim_select() 329 swim_select(base, RELAX); in swim_motor() 337 swim_select(base, RELAX); in swim_motor() 348 swim_select(base, RELAX); in swim_eject() 354 swim_select(base, RELAX); in swim_eject() 378 swim_select(base, RELAX); in swim_step() 393 swim_select(base, RELAX); in swim_track00()
|
/linux/drivers/nvmem/ |
H A D | imx-ocotp.c | 240 unsigned long strobe_read, relax, strobe_prog; in imx_ocotp_set_imx6_timing() local 244 * Program HW_OCOTP_TIMING[STROBE_PROG] and HW_OCOTP_TIMING[RELAX] in imx_ocotp_set_imx6_timing() 261 * - Minimum RELAX timing is 17 nanoseconds. This final RELAX minimum in imx_ocotp_set_imx6_timing() 267 * are though, is not specified. Experience shows a zero RELAX in imx_ocotp_set_imx6_timing() 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()
|
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()
|
/linux/arch/alpha/boot/ |
H A D | Makefile | 102 LDFLAGS_bootloader := -static -T # -N -relax 103 LDFLAGS_bootloader := -static -T # -N -relax 104 LDFLAGS_bootpheader := -static -T # -N -relax 105 LDFLAGS_bootpzheader := -static -T # -N -relax
|
/linux/net/ipv4/ |
H A 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/arch/powerpc/lib/ |
H A 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() 326 /* Don't relax if we yielded. Maybe we should? */ 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/drivers/net/ethernet/intel/ixgbevf/ |
H A D | defines.h | 297 #define IXGBE_DCA_RXCTRL_DESC_RRO_EN BIT(9) /* Rx rd Desc Relax Order */ 298 #define IXGBE_DCA_RXCTRL_DATA_WRO_EN BIT(13) /* Rx wr data Relax Order */ 302 #define IXGBE_DCA_TXCTRL_DESC_RRO_EN BIT(9) /* Tx rd Desc Relax Order */ 304 #define IXGBE_DCA_TXCTRL_DATA_RRO_EN BIT(13) /* Tx rd data Relax Order */
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_82575.h | 155 #define E1000_DCA_RXCTRL_DESC_RRO_EN BIT(9) /* DCA Rx rd Desc Relax Order */ 159 #define E1000_DCA_TXCTRL_DESC_RRO_EN BIT(9) /* Tx rd Desc Relax Order */ 161 #define E1000_DCA_TXCTRL_DATA_RRO_EN BIT(13) /* Tx rd data Relax Order */
|
/linux/tools/thermal/tmon/ |
H A D | pid.c | 72 /* TODO: relax control data when not over thermal limit */ in controller_reset() 73 syslog(LOG_DEBUG, "TC inactive, relax p-state\n"); in controller_reset()
|
/linux/fs/xfs/scrub/ |
H A D | scrub.h | 28 * Relax during a scrub operation and exit if there's a fatal signal pending. 194 struct xchk_relax relax; member 246 if (xchk_maybe_relax(&sc->relax)) { in xchk_should_terminate()
|
/linux/tools/virtio/ringtest/ |
H A D | main.c | 261 .name = "relax", 285 " [--relax]" in help()
|
/linux/arch/x86/crypto/ |
H A D | blake2s-glue.c | 31 /* SIMD disables preemption, so relax after processing each page. */ in blake2s_compress()
|
/linux/include/crypto/internal/ |
H A D | engine.h | 38 * queue so the subsystem notifies the driver that it may relax the
|
/linux/arch/alpha/ |
H A D | Makefile | 13 LDFLAGS_vmlinux := -static -N #-relax
|
/linux/arch/xtensa/ |
H A D | Makefile | 50 KBUILD_LDFLAGS += --no-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/fs/ceph/ |
H A D | ioctl.h | 72 * CEPH_IOC_LAZYIO - relax consistency
|
/linux/arch/riscv/kernel/ |
H A D | Makefile | 16 AFLAGS_kexec_relocate.o := -mcmodel=medany $(call cc-option,-mno-relax)
|