Searched refs:utraps (Results 1 – 3 of 3) sorted by relevance
101 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; \
52 unsigned long *utraps; member
402 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()