Searched refs:tids (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_thread.c99 pthread_t *tids; local
184 if ((tids = malloc(nthreads * sizeof(pthread_t))) == NULL)
190 &tids[i], NULL, tstart, (void *)(uintptr_t)i)) != 0)
194 if (pthread_create(&tids[i], NULL, trickle, &i))
199 if (pthread_create(&tids[i], NULL, deadlock, &i))
204 (void)pthread_join(tids[i], &retp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcm.c268 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid);
688 struct tid_info *t = dev->rdev.lldi.tids;
1094 struct tid_info *t = dev->rdev.lldi.tids;
1137 struct tid_info *t = dev->rdev.lldi.tids;
1175 struct tid_info *t = dev->rdev.lldi.tids;
1193 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, GET_TID(rpl));
1206 struct tid_info *t = dev->rdev.lldi.tids;
1247 struct tid_info *t = dev->rdev.lldi.tids;
1343 struct tid_info *t = dev->rdev.lldi.tids;
1458 struct tid_info *t = dev->rdev.lldi.tids;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4_uld.h202 struct tid_info *tids; /* TID table */ member in struct:cxgb4_lld_info
H A Dcxgb4_main.c2171 struct adapter *adap = container_of(t, struct adapter, tids);
2209 mk_tid_release(skb, chan, p - adap->tids.tid_tab);
2225 struct adapter *adap = container_of(t, struct adapter, tids);
2499 lli.tids = &adap->tids;
3068 adap->tids.ftid_base = val[3];
3069 adap->tids.nftids = val[4] - val[3] + 1;
3083 adap->tids.ntids = val[0];
3084 adap->tids.natids = min(adap->tids
[all...]
H A Dcxgb4.h511 struct tid_info tids; member in struct:adapter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Dwebserver.c337 THREAD_TYPE tid, tids[MAX_THR]; local
387 THREAD_JOIN(tids[job]);
409 THREAD_CREATE(&tids[job], (void*(*)(void*))process_queue, (void*)soap_thr[job]);
505 THREAD_JOIN(tids[job]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Dwebserver.c337 THREAD_TYPE tid, tids[MAX_THR]; local
387 THREAD_JOIN(tids[job]);
409 THREAD_CREATE(&tids[job], (void*(*)(void*))process_queue, (void*)soap_thr[job]);
505 THREAD_JOIN(tids[job]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Drpcimpl.c1017 int * tids; local
1026 tids = tr_new0( int, n );
1039 tids[t++] = pos;
1043 qsort( tids, t, sizeof(int), compareInt );
1047 if( tids[t] == dup )
1049 tr_removeElementFromArray( trackers, tids[t], sizeof( tr_tracker_info ), n-- );
1050 dup = tids[t];
1060 tr_free( tids );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dt3_hw.c2699 unsigned int m, pstructs, tids = t3_mc5_size(&adap->mc5); local
2703 if (tids <= 16 * 1024) {
2706 } else if (tids <= 64 * 1024) {
2709 } else if (tids <= 256 * 1024) {
2734 m = tids * TCB_SIZE;
2748 tids = (p->cm_size - m - (3 << 20)) / 3072 - 32;
2751 if (tids < m)
2752 adap->params.mc5.nservers += m - tids;

Completed in 224 milliseconds