Searched refs:tid (Results 1 – 5 of 5) sorted by relevance
90 int tid[NUMTHREADS]; in sched() local105 tid[i] = j; in sched()112 printf ("schedtest: Setting thread %d runnable\n", tid[i]); in sched()113 thread_start (tid[i]); in sched()123 printf ("schedtest: Deleting thread %d\n", tid[i]); in sched()124 thread_delete (tid[i]); in sched()
1723 int tid; in mvpp2_prs_flow_find() local1731 for (tid = MVPP2_PRS_TCAM_SRAM_SIZE - 1; tid >= 0; tid--) { in mvpp2_prs_flow_find()1734 if (!priv->prs_shadow[tid].valid || in mvpp2_prs_flow_find()1735 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_FLOWS) in mvpp2_prs_flow_find()1738 pe->index = tid; in mvpp2_prs_flow_find()1755 int tid; in mvpp2_prs_tcam_first_free() local1763 for (tid = start; tid <= end; tid++) { in mvpp2_prs_tcam_first_free()1764 if (!priv->prs_shadow[tid].valid) in mvpp2_prs_tcam_first_free()1765 return tid; in mvpp2_prs_tcam_first_free()2004 int tid; in mvpp2_prs_etype_init() local[all …]
25 uint16_t tid; /* Transaction ID */ member
52 header->tid = 1; in dns_send()
446 #define FSL_BOOKE_MAS1(v,iprot,tid,ts,tsize) \ argument449 (MAS1_TID(tid)) |\