Searched refs:relax (Results 1 – 25 of 25) sorted by relevance
/linux-4.1.27/arch/tile/lib/ |
D | spinlock_32.c | 36 relax((128 / CYCLES_PER_RELAX_LOOP) * delta); in arch_spin_lock() 205 relax((256 / CYCLES_PER_RELAX_LOOP) * delta); in arch_write_lock() 213 relax(4); in arch_write_lock() 250 relax(4); in arch_write_unlock()
|
D | spinlock_common.h | 30 relax(int iterations) in relax() function 63 relax(loops); in delay_backoff()
|
D | spinlock_64.c | 47 relax((128 / CYCLES_PER_RELAX_LOOP) * delta); in arch_spin_lock_slow()
|
/linux-4.1.27/arch/avr32/ |
D | Makefile | 16 KBUILD_CFLAGS_MODULE += -mno-relax 17 LDFLAGS_vmlinux += --relax
|
/linux-4.1.27/drivers/hwspinlock/ |
D | hwspinlock_internal.h | 39 void (*relax)(struct hwspinlock *lock); member
|
D | hwspinlock_core.c | 202 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout() 203 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()
|
D | omap_hwspinlock.c | 78 .relax = omap_hwspinlock_relax,
|
D | u8500_hsem.c | 91 .relax = u8500_hsem_relax,
|
/linux-4.1.27/include/net/ |
D | inet6_connection_sock.h | 26 const struct inet_bind_bucket *tb, bool relax);
|
D | inet_connection_sock.h | 64 const struct inet_bind_bucket *tb, bool relax); 266 const struct inet_bind_bucket *tb, bool relax);
|
/linux-4.1.27/net/ipv6/ |
D | inet6_connection_sock.c | 31 const struct inet_bind_bucket *tb, bool relax) in inet6_csk_bind_conflict() argument 57 if (!relax && reuse && sk2->sk_reuse && in inet6_csk_bind_conflict()
|
/linux-4.1.27/arch/xtensa/ |
D | Makefile | 51 LDFLAGS := --no-relax
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 25 add to the permitted set, and LSMs will not relax constraints after
|
/linux-4.1.27/Documentation/networking/ |
D | policy-routing.txt | 94 relax this limitation.
|
D | ip-sysctl.txt | 733 ip_options_compile() is called. If unset, relax the checks done during
|
/linux-4.1.27/net/ipv4/ |
D | inet_connection_sock.c | 47 const struct inet_bind_bucket *tb, bool relax) in inet_csk_bind_conflict() argument 77 if (!relax && reuse && sk2->sk_reuse && in inet_csk_bind_conflict()
|
/linux-4.1.27/Documentation/ |
D | hwspinlock.txt | 294 void (*relax)(struct hwspinlock *lock); 305 The ->relax() callback is optional. It is called by hwspinlock core while
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 43 One can relax the migration constraints by acquiring the current
|
/linux-4.1.27/Documentation/filesystems/ |
D | fuse.txt | 307 mounts, it can relax the last limitation with a "user_allow_other"
|
D | vfat.txt | 39 relax it.
|
D | porting | 81 can relax your locking.
|
D | f2fs.txt | 51 and in order to enhance the performance, it should eliminate or relax the update
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 537 relax the hardware (e.g. by power management calls). This may sleep.
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 760 For running them, you have to relax the memory cgroup's OOM status by
|
D | cpusets.txt | 664 the current task's cpuset, then we relax the cpuset, and look for
|