Home
last modified time | relevance | path

Searched full:relax (Results 1 – 25 of 104) sorted by relevance

12345

/linux/arch/riscv/
H A DMakefile15 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 Dhwspinlock_internal.h26 * @relax: optional, platform-specific relax handler, called by hwspinlock
34 void (*relax)(struct hwspinlock *lock); member
H A Domap_hwspinlock.c55 * relax the OMAP interconnect while spinning on it.
72 .relax = omap_hwspinlock_relax,
H A Dstm32_hwspinlock.c54 .relax = stm32_hwspinlock_relax,
H A Du8500_hsem.c82 .relax = u8500_hsem_relax,
H A Dsprd_hwspinlock.c76 .relax = sprd_hwspinlock_relax,
/linux/drivers/block/
H A Dswim3.c146 #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 Dswim.c102 #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 Dimx-ocotp.c240 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 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()
/linux/arch/alpha/boot/
H A DMakefile102 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 Dinet_connection_sock.c173 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 Dqspinlock.c293 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 Ddefines.h297 #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 De1000_82575.h155 #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 Dpid.c72 /* 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 Dscrub.h28 * 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 Dmain.c261 .name = "relax",
285 " [--relax]" in help()
/linux/arch/x86/crypto/
H A Dblake2s-glue.c31 /* SIMD disables preemption, so relax after processing each page. */ in blake2s_compress()
/linux/include/crypto/internal/
H A Dengine.h38 * queue so the subsystem notifies the driver that it may relax the
/linux/arch/alpha/
H A DMakefile13 LDFLAGS_vmlinux := -static -N #-relax
/linux/arch/xtensa/
H A DMakefile50 KBUILD_LDFLAGS += --no-relax
/linux/Documentation/userspace-api/
H A Dno_new_privs.rst29 add to the permitted set, and LSMs will not relax constraints after
/linux/fs/ceph/
H A Dioctl.h72 * CEPH_IOC_LAZYIO - relax consistency
/linux/arch/riscv/kernel/
H A DMakefile16 AFLAGS_kexec_relocate.o := -mcmodel=medany $(call cc-option,-mno-relax)

12345