Displaying 2 results from an estimated 2 matches for "qooo".
Did you mean:
ooo
2004 Jun 22
3
[ANNOUNCE] sch_ooo - Out-of-order packet queue discipline
...*/
+struct ooo_sched_data {
+ __u32 limit; /* in packets */
+ __u32 gap; /* gap + 1 between ooo packets */
+ __u32 wait; /* how much ms to wait before release a marked ooo */
+ /* 0 = disable */
+ /* private data */
+ __u32 counter; /* keep track of frequncy */
+ struct sk_buff_head qooo;
+ struct timer_list timer;
+ __u32 tokens;
+};
+
+static void ooo_timer(unsigned long arg)
+{
+ struct Qdisc *sch = (struct Qdisc *)arg;
+ struct ooo_sched_data *q = (struct ooo_sched_data *)sch->data;
+
+ DPRINTK("timer: Add a token and sched dev!\n");
+
+ /* add a token */
+ q->...
1999 Dec 20
1
nonlinear least square optimization
...Is it hidden in some library?
Or there is a routine equivalent to it but with a different name? I'm
planning to move part of my from S to R so that I can work comfortablely
at home. Any suggestion is highly appreciated.
regards,
Tony
--
\|||/
Q o o Q
==========================oooQ= ( - )====Qooo========================
"""
Tony Q. Zhang
Micro-electronics Lab. rm422
Electrical and Computer Engineering
University of Central Florida
Orlando, FL 32816
Office: (407)823-5376
Home: (407)273-3502
****************************************************************************
-.-.-.-....