Lines Matching refs:skip
77 unsigned int skip;
88 if (c->skip > 0) {
89 c->skip--;
107 * @skipnr: Number of entries to skip at the start of the stack trace
118 .skip = skipnr + 1,
131 * @skipnr: Number of entries to skip at the start of the stack trace
142 /* skip this function if they are tracing us */
143 .skip = skipnr + (current == tsk),
159 * @skipnr: Number of entries to skip at the start of the stack trace
170 .skip = skipnr,
265 * @skipnr: Number of entries to skip at the start of the stack trace
275 .skip = skipnr + 1,
288 * @skipnr: Number of entries to skip at the start of the stack trace
299 /* skip this function if they are tracing us */
300 .skip = skipnr + (current == task),
312 * @skipnr: Number of entries to skip at the start of the stack trace
322 .skip = skipnr,