Home
last modified time | relevance | path

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

/u-boot/examples/standalone/
A Dsched.c88 int tid[NUMTHREADS]; in sched() local
103 tid[i] = j; in sched()
110 printf ("schedtest: Setting thread %d runnable\n", tid[i]); in sched()
111 thread_start (tid[i]); in sched()
121 printf ("schedtest: Deleting thread %d\n", tid[i]); in sched()
122 thread_delete (tid[i]); in sched()
/u-boot/drivers/net/
A Dmvpp2.c1703 int tid; in mvpp2_prs_flow_find() local
1711 for (tid = MVPP2_PRS_TCAM_SRAM_SIZE - 1; tid >= 0; tid--) { in mvpp2_prs_flow_find()
1735 int tid; in mvpp2_prs_tcam_first_free() local
1743 for (tid = start; tid <= end; tid++) { in mvpp2_prs_tcam_first_free()
1984 int tid; in mvpp2_prs_etype_init() local
1989 if (tid < 0) in mvpp2_prs_etype_init()
2274 int tid; in mvpp2_prs_mac_da_range_find() local
2283 tid <= MVPP2_PE_LAST_FREE_TID; tid++) { in mvpp2_prs_mac_da_range_find()
2311 int tid; in mvpp2_prs_mac_da_accept() local
2325 tid <= MVPP2_PE_LAST_FREE_TID; tid++) in mvpp2_prs_mac_da_accept()
[all …]
/u-boot/net/
A Ddns.h24 uint16_t tid; /* Transaction ID */ member
A Ddns.c64 header->tid = 1; in dns_send()
/u-boot/arch/powerpc/include/asm/
A Dmmu.h447 #define FSL_BOOKE_MAS1(v,iprot,tid,ts,tsize) \ argument
450 (MAS1_TID(tid)) |\

Completed in 20 milliseconds