Searched refs:depth_limit (Results 1 - 2 of 2) sorted by relevance

/u-boot/lib/
H A Dtrace.c39 int depth_limit; /* Depth limit to trace to */ member in struct:trace_hdr
109 if (hdr->depth > hdr->depth_limit) {
329 printf("%15d call depth limit\n", hdr->depth_limit);
420 hdr->depth_limit = CONFIG_TRACE_CALL_DEPTH_LIMIT;
463 hdr->depth_limit = CONFIG_TRACE_EARLY_CALL_DEPTH_LIMIT;
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c4227 int depth_limit; local
4258 depth_limit = 100;
4264 depth_limit > 0) {
4266 depth_limit--;

Completed in 54 milliseconds