Displaying 9 results from an estimated 9 matches for "e50".
Did you mean:
50
2008 Dec 28
4
Driver installation after reboot
...might do?
Thanks,
Jochen
--
I have always wished for my computer to be as easy to use as my
telephone; my wish has come true because I can no longer figure out
how to use my telephone.
-- (Bjarne Stroustrup,
http://www.research.att.com/~bs/bs_faq.html#really-say-that
My guess: Nokia E50)
2016 Apr 01
1
SSD disk and SMART errors
Two days ago I installed a brand new SSDNow E50 series (Enterprise) disk
on a server. I intend to move the OS there. I just did the physical
install and copied a few files to and from it just to see if it was OK.
I left it there, waiting for an opportunity to configure it to do real work.
Now I have looked at it with smartctl -a and it gives...
2008 Feb 29
0
Optimization when only binary variables can be manipulated?
...strated/nonillustrated, (5) abstraction level,
and (6) length, I seek to make three 20-item tests that are as nearly
identical in their properties (difficulty, illustrations, taxonomy, etc)
as possible, using each item only once. (The goal is to make the tests
interchangeable; there are approx 2.6 e50 such sets of tests.) I have
an expression for the merit of the extent to which the tests are
identical, but since all of the manipulated variables are binary (i.e.,
each item is "in" or "out" of each of the three tests), derivative-based
methods seem not to apply.
I have...
2009 Feb 06
0
RExcel waiting for OLE action
...Rinterface.GetArray("pred_output$up_cb",
Range("ASYM_MAX_ANALYSIS!I42:I46"))
Call Rinterface.GetArray("pred_output$low_cb",
Range("ASYM_MAX_ANALYSIS!K42:K46"))
Call Rinterface.GetArray("sd_output$sd_ee[1]",
Range("ASYM_MAX_ANALYSIS!E50"))
Call Rinterface.GetArray("pv_data$pool_sd",
Range("ASYM_MAX_ANALYSIS!C55"))
Call Rinterface.GetArray("pv_data$lin_sd_comb",
Range("ASYM_MAX_ANALYSIS!D55"))
Call Rinterface.GetArray("pv_data$const_sd_comb",
Range("ASYM_MAX...
2011 May 16
0
SEM Model Not Converging
...e, e41, NA
reNoD<->reNoD, e42, NA
reLeaveD<->reLeaveD, e43, NA
reDeDR<->reDeDR, e44, NA
reDopeNo<->reDopeNo, e45, NA
reDopeleave<->reDopeleave, e46, NA
reDopeDD<->reDopeDD, e47, NA
reP3D<->reP3D, e48, NA
reP3DA<->reP3DA, e49, NA
reP3DD<->reP3DD, e50, NA
reP3DRD<->reP3DRD, e51, NA
reP3Equip<->reP3Equip, e52, NA
reP3UC<->reP3UC, e53, NA
reP3SP<->reP3SP, e54, NA
reP3UM<->reP3UM, e55, NA
reP3Abuse<->reP3Abuse, e56, NA
reP3SB<->reP3SB, e57, NA
reP3helmet<->reP3helmet, e58, NA
reP1DADR<->reP1DADR...
2014 Mar 12
2
[PATCH v6 04/11] qspinlock: Optimized code path for 2 contending tasks
...:ffff88403fc40000(0000)
knlGS:00000
00000000000
[ 1529.936714] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 1529.936714] CR2: 00007f60276c4900 CR3: 0000003f421c0000 CR4:
00000000000006e0
[ 1529.936714] Stack:
[ 1529.936714] ffff883f8edf4ac8 ffff883f4c048510 ffff883f910a02d0
ffff881f920fb
e50
[ 1529.936714] ffffffff811c2d03 0000000000000000 00ff881f920fbe50
0000896600000
000
[ 1529.936714] ffff883f8d4587d8 ffff883f8d458780 ffffffff811c1770
ffff881f920fb
e60
[ 1529.936714] Call Trace:
[ 1529.936714] [<ffffffff811c2d03>] d_walk+0xc3/0x260
[ 1529.936714] [<ffffffff811c1770&g...
2014 Mar 12
2
[PATCH v6 04/11] qspinlock: Optimized code path for 2 contending tasks
...:ffff88403fc40000(0000)
knlGS:00000
00000000000
[ 1529.936714] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 1529.936714] CR2: 00007f60276c4900 CR3: 0000003f421c0000 CR4:
00000000000006e0
[ 1529.936714] Stack:
[ 1529.936714] ffff883f8edf4ac8 ffff883f4c048510 ffff883f910a02d0
ffff881f920fb
e50
[ 1529.936714] ffffffff811c2d03 0000000000000000 00ff881f920fbe50
0000896600000
000
[ 1529.936714] ffff883f8d4587d8 ffff883f8d458780 ffffffff811c1770
ffff881f920fb
e60
[ 1529.936714] Call Trace:
[ 1529.936714] [<ffffffff811c2d03>] d_walk+0xc3/0x260
[ 1529.936714] [<ffffffff811c1770&g...
2014 Mar 12
17
[PATCH v6 00/11] qspinlock: a 4-byte queue spinlock with PV support
v5->v6:
- Change the optimized 2-task contending code to make it fairer at the
expense of a bit of performance.
- Add a patch to support unfair queue spinlock for Xen.
- Modify the PV qspinlock code to follow what was done in the PV
ticketlock.
- Add performance data for the unfair lock as well as the PV
support code.
v4->v5:
- Move the optimized 2-task contending code to the
2014 Mar 12
17
[PATCH v6 00/11] qspinlock: a 4-byte queue spinlock with PV support
v5->v6:
- Change the optimized 2-task contending code to make it fairer at the
expense of a bit of performance.
- Add a patch to support unfair queue spinlock for Xen.
- Modify the PV qspinlock code to follow what was done in the PV
ticketlock.
- Add performance data for the unfair lock as well as the PV
support code.
v4->v5:
- Move the optimized 2-task contending code to the