Home
last modified time | relevance | path

Searched refs:utraps (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dprocessor_64.h101 if (current_thread_info()->utraps) { \
102 if (*(current_thread_info()->utraps) < 2) \
103 kfree(current_thread_info()->utraps); \
105 (*(current_thread_info()->utraps))--; \
106 current_thread_info()->utraps = NULL; \
145 if (current_thread_info()->utraps) { \
146 if (*(current_thread_info()->utraps) < 2) \
147 kfree(current_thread_info()->utraps); \
149 (*(current_thread_info()->utraps))--; \
150 current_thread_info()->utraps = NULL; \
H A Dthread_info_64.h52 unsigned long *utraps; member
/linux/arch/sparc/kernel/
H A Dprocess_64.c402 if (t->utraps) { in exit_thread()
403 if (t->utraps[0] < 2) in exit_thread()
404 kfree (t->utraps); in exit_thread()
406 t->utraps[0]--; in exit_thread()
616 if (t->utraps) in copy_thread()
617 t->utraps[0]++; in copy_thread()