search for: _max

Displaying 8 results from an estimated 8 matches for "_max".

Did you mean: _map
2011 Jan 12
3
variable raid1 rebuild speed?
...e-synced (SATA disks in hot-swap bays). The timing of the resync seems to be extremely variable recently, taking anywhere from 3 to 10 hours even if the partition is unmounted and the drives aren't doing anything else and regardless of what I echo into /proc/sys/dev/raid/speed_limit_min or _max. Is there some way to tell if the drives are going bad or speed it up consistently if they aren't? -- Les Mikesell lesmikesell at gmail.com
2016 Aug 29
1
TI DSP support
I did find it using my browser search. I am not sure where the "Git" is. It looks like many of the macros that use the TI intrinsics are commented-out. #if 0 +#include "dsplib.h" + +#undef MAX16 +#define MAX16(a,b) _max(a,b) ... Once my development has commenced (still in the study phase). I will be trying it. dave -----Original Message----- From: Jean-Marc Valin [mailto:jmvalin at jmvalin.ca] Sent: Monday, August 29, 2016 4:31 PM To: David Boles; opus at xiph.org Subject: Re: [opus] TI DSP support On 29/08/1...
2003 Dec 15
4
Samba Variables and TCP/IP Throughput
Hi, I am trying to optimize my gigabit network. I have two Intel 1000 MT Gigabit Server Adapters, which support Jumbo Frames -- as well as a Switch that supports Jumbo Frames. However, I am observing some strange behavior in my file transfers from Windows XP to Linux and I am wondering if it has anything to do with the way the Samba variables are set on my Linux box? The "strange
2016 Aug 29
3
TI DSP support
I see the following in arch.h #elif defined (TI_C6X_ASM) #include "fixed_c6x.h" But there does not seem to be a header file by that name in the 1.1.2 distribution. dave
2008 Jul 22
3
6.3-RELEASE-p3 recurring panics on multiple SM PDSMi+
We have 10 SuperMicro PDSMi+ 5015M-MTs that are panic'ing every few days. This started shortly after upgrade from 6.2-RELEASE to 6.3-RELEASE with freebsd-update. Other than switching to a debugging kernel, a little sysctl tuning, and patching with freebsd-update, they are stock. The debugging kernel was built from source that is also being patched with freebsd-update. These systems are
2009 Dec 31
1
[PATCH] Autogenerate uureg opcode macros
..._DP3(dst, src0, src1) ureg_DP3(ureg, dst, _src(src0), _src(src1)) -#define _DP4(dst, src0, src1) ureg_DP4(ureg, dst, _src(src0), _src(src1)) -#define _DST(dst, src0, src1) ureg_DST(ureg, dst, _src(src0), _src(src1)) -#define _MIN(dst, src0, src1) ureg_MIN(ureg, dst, _src(src0), _src(src1)) -#define _MAX(dst, src0, src1) ureg_MAX(ureg, dst, _src(src0), _src(src1)) -#define _SLT(dst, src0, src1) ureg_SLT(ureg, dst, _src(src0), _src(src1)) -#define _SGE(dst, src0, src1) ureg_SGE(ureg, dst, _src(src0), _src(src1)) -#define _MAD(dst, src0, src1, src2) ureg_MAD(ureg, dst, _src(src0), _src(src1), _src(sr...
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
...nation with the `low_crashinfo` command line option. +Specify the maximum address to allocate certain strucutres, if used in +combination with the `low_crashinfo` command line option. ### crashkernel ### credit2\_balance\_over @@ -211,7 +262,8 @@ Specify the bit width of the DMA heap. ### dom0\_max\_vcpus > `= <integer>` -Specifiy the maximum number of vcpus to give to dom0. This defaults to the number of pcpus on the host. +Specifiy the maximum number of vcpus to give to dom0. This defaults +to the number of pcpus on the host. ### dom0\_mem (ia64) > `= <size>` @@ -...
2017 Apr 26
9
[PATCH v5 0/5] replace hwmon_device_register for hwmon_device_register_with_info
This v5 drops a check for attr_set. Versions: v1 -> v2: * Keep temp attrs as read only v2 -> v3: * Code fix-ups: struct and string as const and add return within switch due to fallthrough * Add Signed-off-by to all commits v3 -> v4: * Rever const to struct attribute. Kbuild complains. v4 -> v5: * Drops a check for attr_set in