Searched defs:stack (Results 1 - 2 of 2) sorted by relevance

/include/media/
H A Dmedia-entity.h120 } stack[MEDIA_ENTITY_ENUM_MAX_DEPTH]; member in struct:media_entity_graph
/include/linux/
H A Dsched.h296 * task), SP is the stack pointer of the first frame that should be shown in the back
1266 void *stack; member in struct:task_struct
1507 /* stack plugging */
2145 unsigned long stack[THREAD_SIZE/sizeof(long)]; member in union:thread_union
2151 /* Reliable end of stack detection:
2152 * Some APM bios versions misalign the stack
2262 * True if we are on the alternate signal stack.
2505 #define task_thread_info(task) ((struct thread_info *)(task)->stack)
2506 #define task_stack_page(task) ((task)->stack)
2523 void *stack local
[all...]

Completed in 82 milliseconds