Searched refs:tid (Results 1 - 6 of 6) sorted by last modified time

/u-boot/net/
H A Ddns.c63 header->tid = 1;
H A Ddns.h24 uint16_t tid; /* Transaction ID */ member in struct:header
/u-boot/examples/standalone/
H A Dsched.c87 int tid[NUMTHREADS]; local
102 tid[i] = j;
109 printf ("schedtest: Setting thread %d runnable\n", tid[i]);
110 thread_start (tid[i]);
120 printf ("schedtest: Deleting thread %d\n", tid[i]);
121 thread_delete (tid[i]);
184 PDEBUG ("thread_yield: current tid=%d", current_tid);
193 PDEBUG("thread_yield: tid %d returns 0", \
197 PDEBUG("thread_yield: tid %d returns 1", \
226 PDEBUG ("thread_create: returns new tid
[all...]
/u-boot/drivers/net/
H A Dmvpp2.c1696 int tid; local
1704 for (tid = MVPP2_PRS_TCAM_SRAM_SIZE - 1; tid >= 0; tid--) {
1707 if (!priv->prs_shadow[tid].valid ||
1708 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_FLOWS)
1711 pe->index = tid;
1728 int tid; local
1736 for (tid = start; tid <
1977 int tid; local
2267 int tid; local
2304 int tid; local
2412 int tid; local
[all...]
/u-boot/arch/sandbox/cpu/
H A Dos.c1152 static pthread_t tid; local
1159 if (pthread_create(&tid, NULL, fuzzer_thread, NULL))
/u-boot/arch/powerpc/include/asm/
H A Dmmu.h443 #define FSL_BOOKE_MAS1(v,iprot,tid,ts,tsize) \
446 (MAS1_TID(tid)) |\

Completed in 184 milliseconds