Home
last modified time | relevance | path

Searched refs:qsp (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/Documentation/RCU/
Dtrace.txt270 0 np=255892 qsp=53936 rpq=85 cbr=0 cng=14417 gpc=10033 gps=24320 nf=6445 nn=146741
271 1 np=261224 qsp=54638 rpq=33 cbr=0 cng=25723 gpc=16310 gps=2849 nf=5912 nn=155792
272 2 np=237496 qsp=49664 rpq=23 cbr=0 cng=2762 gpc=45478 gps=1762 nf=1201 nn=136629
273 3 np=236249 qsp=48766 rpq=98 cbr=0 cng=286 gpc=48049 gps=1218 nf=207 nn=137723
274 4 np=221310 qsp=46850 rpq=7 cbr=0 cng=26 gpc=43161 gps=4634 nf=3529 nn=123110
275 5 np=237332 qsp=48449 rpq=9 cbr=0 cng=54 gpc=47920 gps=3252 nf=201 nn=137456
276 6 np=219995 qsp=46718 rpq=12 cbr=0 cng=50 gpc=42098 gps=6093 nf=4202 nn=120834
277 7 np=249893 qsp=49390 rpq=42 cbr=0 cng=72 gpc=38400 gps=17102 nf=41 nn=144888
279 0 np=146741 qsp=1419 rpq=6 cbr=0 cng=6 gpc=0 gps=0 nf=2 nn=145314
280 1 np=155792 qsp=12597 rpq=3 cbr=0 cng=0 gpc=4 gps=8 nf=3 nn=143180
[all …]
/linux-2.6.39/drivers/net/tile/
Dtilepro.c691 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_discard_aux() local
697 qsp->__packet_receive_queue.__last_packet_plus_one) ? in tile_net_discard_aux()
700 netio_pkt_t *pkt = (netio_pkt_t *)((unsigned long) &qsp[1] + index); in tile_net_discard_aux()
728 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_discard_packets() local
732 qsp->__packet_receive_queue.__packet_write) { in tile_net_discard_packets()
747 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_poll_aux() local
756 qsp->__packet_receive_queue.__last_packet_plus_one) ? in tile_net_poll_aux()
759 netio_pkt_t *pkt = (netio_pkt_t *)((unsigned long) &qsp[1] + index); in tile_net_poll_aux()
907 netio_queue_impl_t *qsp = queue->__system_part; in tile_net_poll() local
914 if (index == qsp->__packet_receive_queue.__packet_write) in tile_net_poll()
[all …]
/linux-2.6.39/drivers/net/cxgb3/
Dcxgb3_main.c1986 struct qset_params *qsp; in set_coalesce() local
1994 qsp = &adapter->params.sge.qset[i]; in set_coalesce()
1996 qsp->coalesce_usecs = c->rx_coalesce_usecs; in set_coalesce()
1997 t3_update_qset_coalesce(qs, qsp); in set_coalesce()