Home
last modified time | relevance | path

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

12345

/Linux-v6.1/arch/riscv/
DMakefile12 LDFLAGS_vmlinux := --no-relax
41 KBUILD_CFLAGS += -mno-relax
42 KBUILD_AFLAGS += -mno-relax
44 KBUILD_CFLAGS += -Wa,-mno-relax
45 KBUILD_AFLAGS += -Wa,-mno-relax
83 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax)
84 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
/Linux-v6.1/drivers/hwspinlock/
Dhwspinlock_internal.h24 * @relax: optional, platform-specific relax handler, called by hwspinlock
31 void (*relax)(struct hwspinlock *lock); member
Domap_hwspinlock.c55 * relax the OMAP interconnect while spinning on it.
72 .relax = omap_hwspinlock_relax,
Du8500_hsem.c82 .relax = u8500_hsem_relax,
Dstm32_hwspinlock.c54 .relax = stm32_hwspinlock_relax,
/Linux-v6.1/drivers/block/
Dswim3.c146 #define RELAX 3 /* also eject in progress */ macro
277 out_8(&sw->select, RELAX); in swim3_select()
568 out_8(&sw->select, RELAX); in scan_timeout()
592 out_8(&sw->select, RELAX); in seek_timeout()
611 out_8(&sw->select, RELAX); in settle_timeout()
616 out_8(&sw->select, RELAX); in settle_timeout()
647 out_8(&sw->select, RELAX); in xfer_timeout()
679 out_8(&sw->select, RELAX); in swim3_interrupt()
708 out_8(&sw->select, RELAX); in swim3_interrupt()
729 out_8(&sw->select, RELAX); in swim3_interrupt()
[all …]
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-v6.1/arch/alpha/boot/
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-v6.1/drivers/nvmem/
Dimx-ocotp.c247 unsigned long strobe_read, relax, strobe_prog; in imx_ocotp_set_imx6_timing() local
251 * Program HW_OCOTP_TIMING[STROBE_PROG] and HW_OCOTP_TIMING[RELAX] in imx_ocotp_set_imx6_timing()
268 * - Minimum RELAX timing is 17 nanoseconds. This final RELAX minimum in imx_ocotp_set_imx6_timing()
274 * are though, is not specified. Experience shows a zero RELAX in imx_ocotp_set_imx6_timing()
280 relax = DIV_ROUND_UP(clk_rate * TIMING_RELAX_NS, 1000000000) - 1; in imx_ocotp_set_imx6_timing()
283 strobe_read += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing()
286 strobe_prog += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing()
290 timing |= (relax << 12) & 0x0000F000; in imx_ocotp_set_imx6_timing()
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-v6.1/net/ipv4/
Dinet_connection_sock.c147 kuid_t sk_uid, bool relax, in inet_bind_conflict() argument
161 if (!relax || (!reuseport_ok && sk->sk_reuseport && in inet_bind_conflict()
179 bool relax, bool reuseport_cb_ok, in inet_bhash2_conflict() argument
188 if (inet_bind_conflict(sk, sk2, sk_uid, relax, in inet_bhash2_conflict()
199 bool relax, bool reuseport_ok) in inet_csk_bind_conflict() argument
222 if (inet_bind_conflict(sk, sk2, uid, relax, in inet_csk_bind_conflict()
235 return tb2 && inet_bhash2_conflict(sk, tb2, uid, relax, reuseport_cb_ok, in inet_csk_bind_conflict()
246 bool relax, bool reuseport_ok) in inet_bhash2_addr_any_conflict() argument
269 if (tb2 && inet_bhash2_conflict(sk, tb2, uid, relax, reuseport_cb_ok, in inet_bhash2_addr_any_conflict()
295 bool relax = false; in inet_csk_find_open_port() local
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/ixgbevf/
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-v6.1/arch/mips/include/asm/
Dio.h219 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument
295 if (!relax) \
300 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument
337 if (!relax) \
342 #define __BUILD_MEMORY_PFX(bus, bwlq, type, relax) \ argument
344 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1)
/Linux-v6.1/drivers/net/ethernet/intel/igb/
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-v6.1/tools/thermal/tmon/
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-v6.1/tools/virtio/ringtest/
Dmain.c261 .name = "relax",
285 " [--relax]" in help()
/Linux-v6.1/arch/x86/crypto/
Dblake2s-glue.c32 /* SIMD disables preemption, so relax after processing each page. */ in blake2s_compress()
/Linux-v6.1/arch/xtensa/
DMakefile46 KBUILD_LDFLAGS := --no-relax
/Linux-v6.1/arch/arm64/mm/
Ddma-mapping.c52 * relax this to a clean operation. in arch_dma_prep_coherent()
/Linux-v6.1/Documentation/userspace-api/
Dno_new_privs.rst29 add to the permitted set, and LSMs will not relax constraints after
/Linux-v6.1/arch/alpha/
DMakefile13 LDFLAGS_vmlinux := -static -N #-relax
/Linux-v6.1/arch/riscv/kernel/
DMakefile14 AFLAGS_kexec_relocate.o := -mcmodel=medany $(call cc-option,-mno-relax)
/Linux-v6.1/fs/ceph/
Dioctl.h72 * CEPH_IOC_LAZYIO - relax consistency
/Linux-v6.1/include/crypto/
Dengine.h43 * queue so the subsystem notifies the driver that it may relax the
/Linux-v6.1/arch/arm64/include/asm/
Defi.h69 * Since the EFI stub is part of the kernel Image, we can relax the

12345