Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/examples/standalone/
H A Dsched.c90 int tid[NUMTHREADS]; in sched() local
105 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()
/rk3399_rockchip-uboot/drivers/net/
H A Dmvpp2.c1723 int tid; in mvpp2_prs_flow_find() local
1731 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() local
1763 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 …]
/rk3399_rockchip-uboot/net/
H A Ddns.h25 uint16_t tid; /* Transaction ID */ member
H A Ddns.c52 header->tid = 1; in dns_send()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dmmu.h446 #define FSL_BOOKE_MAS1(v,iprot,tid,ts,tsize) \ argument
449 (MAS1_TID(tid)) |\