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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/kernel/
H A Dprocess.c197 static unsigned long *thread_info_head; variable
212 unsigned long *p = thread_info_head;
215 thread_info_head = (unsigned long *)p[0];
241 p[0] = (unsigned long)thread_info_head;
242 thread_info_head = p;

Completed in 95 milliseconds