Displaying 4 results from an estimated 4 matches for "cl_op".
Did you mean:
cl_opt
2007 Jul 11
1
NFS and Filesystem quota
...p level:
quota-rquotad.c:225: warning: initialization from incompatible pointer type
quota-rquotad.c: In function 'rquota_get':
quota-rquotad.c:256: warning: dereferencing type-punned pointer will break
strict-aliasing rules
quota-rquotad.c:267: warning: passing argument 3 of 'clnt->cl_ops->cl_call'
from incompatible pointer type
quota-rquotad.c:267: warning: passing argument 4 of 'clnt->cl_ops->cl_call'
from incompatible pointer type
quota-rquotad.c:267: warning: passing argument 5 of 'clnt->cl_ops->cl_call'
from incompatible pointer type
quota...
2004 Apr 15
6
When the inside functions of a sfq are called ?
I read the sched/qdiscs code from kernel source ... and I have some
questions :
When the .enqueue, .dequeue, .drop, .requeue functions are called ? What
is the event that triggers them and how often this event apears ( per
second ? ) ? When a qdisc is dequeued ( when it''s limit is reached ) ?
Thanks
_______________________________________________
LARTC mailing list /
2004 Jun 22
3
[ANNOUNCE] sch_ooo - Out-of-order packet queue discipline
...->tail;
+
+ opt.limit = q->limit;
+ opt.gap = q->gap;
+ opt.wait = q->wait;
+ RTA_PUT(skb, TCA_OPTIONS, sizeof(opt), &opt);
+
+ return skb->len;
+
+ rtattr_failure:
+ skb_trim(skb, b - skb->data);
+ return -1;
+}
+
+static struct Qdisc_ops ooo_qdisc_ops = {
+ .next = NULL,
+ .cl_ops = NULL,
+ .id = "ooo",
+ .priv_size = sizeof(struct ooo_sched_data),
+ .enqueue = ooo_enqueue,
+ .dequeue = ooo_dequeue,
+ .requeue = ooo_requeue,
+ .drop = ooo_drop,
+ .init = ooo_init,
+ .reset = ooo_reset,
+ .destroy = ooo_destroy,
+ .change = ooo_init,
+ .dump = ooo_dump,
+ .o...
2005 Jan 04
11
ESFQ?
Hi again,
I was just looking around for ESFQ sources, and I see that the main site
is down, and only has kernel 2.6.4 patches.
Is ESFQ maintained? If so, where can I find patches for 2.6.10?
Thanks,
-justin
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/