Searched refs:tid (Results 1 - 6 of 6) sorted by relevance

/u-boot/net/
H A Ddns.h24 uint16_t tid; /* Transaction ID */ member in struct:header
H A Ddns.c64 header->tid = 1;
/u-boot/examples/standalone/
H A Dsched.c88 int tid[NUMTHREADS]; local
103 tid[i] = j;
110 printf ("schedtest: Setting thread %d runnable\n", tid[i]);
111 thread_start (tid[i]);
121 printf ("schedtest: Deleting thread %d\n", tid[i]);
122 thread_delete (tid[i]);
185 PDEBUG ("thread_yield: current tid=%d", current_tid);
194 PDEBUG("thread_yield: tid %d returns 0", \
198 PDEBUG("thread_yield: tid %d returns 1", \
227 PDEBUG ("thread_create: returns new tid
[all...]
/u-boot/drivers/net/
H A Dmvpp2.c1697 int tid; local
1705 for (tid = MVPP2_PRS_TCAM_SRAM_SIZE - 1; tid >= 0; tid--) {
1708 if (!priv->prs_shadow[tid].valid ||
1709 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_FLOWS)
1712 pe->index = tid;
1729 int tid; local
1737 for (tid = start; tid <
1978 int tid; local
2268 int tid; local
2305 int tid; local
2413 int tid; local
[all...]
/u-boot/arch/powerpc/include/asm/
H A Dmmu.h443 #define FSL_BOOKE_MAS1(v,iprot,tid,ts,tsize) \
446 (MAS1_TID(tid)) |\
/u-boot/arch/sandbox/cpu/
H A Dos.c1152 static pthread_t tid; local
1159 if (pthread_create(&tid, NULL, fuzzer_thread, NULL))

Completed in 127 milliseconds