stack_entries     157 drivers/md/dm-bufio.c 	unsigned long stack_entries[MAX_STACK];
stack_entries     241 drivers/md/dm-bufio.c 	b->stack_len = stack_trace_save(b->stack_entries, MAX_STACK, 2);
stack_entries    1498 drivers/md/dm-bufio.c 			stack_trace_print(b->stack_entries, b->stack_len, 1);
stack_entries      81 kernel/dma/debug.c 	unsigned long	stack_entries[DMA_DEBUG_STACKTRACE_ENTRIES];
stack_entries     168 kernel/dma/debug.c 		stack_trace_print(entry->stack_entries, entry->stack_len, 0);
stack_entries     699 kernel/dma/debug.c 	entry->stack_len = stack_trace_save(entry->stack_entries,
stack_entries     700 kernel/dma/debug.c 					    ARRAY_SIZE(entry->stack_entries),