Lines Matching defs:skipnr
107 * @skipnr: Number of entries to skip at the start of the stack trace
112 unsigned int skipnr)
118 .skip = skipnr + 1,
131 * @skipnr: Number of entries to skip at the start of the stack trace
136 unsigned int size, unsigned int skipnr)
143 .skip = skipnr + (current == tsk),
159 * @skipnr: Number of entries to skip at the start of the stack trace
164 unsigned int size, unsigned int skipnr)
170 .skip = skipnr,
265 * @skipnr: Number of entries to skip at the start of the stack trace
270 unsigned int skipnr)
275 .skip = skipnr + 1,
288 * @skipnr: Number of entries to skip at the start of the stack trace
294 unsigned int skipnr)
300 .skip = skipnr + (current == task),
312 * @skipnr: Number of entries to skip at the start of the stack trace
317 unsigned int size, unsigned int skipnr)
322 .skip = skipnr,