HomeSort by relevance Sort by last modified time
    Searched full:alloc_thread_info (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/asm-mips/
thread_info.h 88 #define alloc_thread_info(tsk) \ macro
97 #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL) macro
  /external/kernel-headers/original/asm-x86/
thread_info_32.h 98 #define alloc_thread_info(tsk) ((struct thread_info *) \ macro
101 #define alloc_thread_info(tsk) ((struct thread_info *) \ macro
  /external/kernel-headers/original/asm-arm/
thread_info.h 97 extern struct thread_info *alloc_thread_info(struct task_struct *task);

Completed in 83 milliseconds