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

/include/media/
H A Dmedia-entity.h124 } stack[MEDIA_ENTITY_ENUM_MAX_DEPTH]; member in struct:media_entity_graph
/include/linux/
H A Dinit_task.h176 .stack = &init_thread_info, \
H A Dsched.h322 * task), SP is the stack pointer of the first frame that should be shown in the back
1237 void *stack; member in struct:task_struct
1495 /* stack plugging */
2247 unsigned long stack[THREAD_SIZE/sizeof(long)]; member in union:thread_union
2253 /* Reliable end of stack detection:
2254 * Some APM bios versions misalign the stack
2374 * True if we are on the alternate signal stack.
2629 #define task_thread_info(task) ((struct thread_info *)(task)->stack)
2630 #define task_stack_page(task) ((task)->stack)
2639 * Return the address of the last usable long on the stack
2662 void *stack = task_stack_page(current); local
[all...]

Completed in 90 milliseconds