Searched defs:caller (Results 1 - 3 of 3) sorted by relevance

/kernel/
H A Dpanic.c188 unsigned long caller; local
190 caller = (unsigned long)__builtin_return_address(0);
191 disabled_wait(caller);
427 static void warn_slowpath_common(const char *file, int line, void *caller, argument
434 raw_smp_processor_id(), current->pid, file, line, caller);
H A Dseccomp.c257 struct task_struct *thread, *caller; local
263 caller = current;
264 for_each_thread(caller, thread) {
268 if (thread == caller)
274 caller->seccomp.filter)))
298 struct task_struct *thread, *caller; local
304 caller = current;
305 for_each_thread(caller, thread) {
307 if (thread == caller)
311 get_seccomp_filter(caller);
[all...]
/kernel/debug/kdb/
H A Dkdb_support.c74 * string. If that string is reused before the caller expects it
75 * then the caller sees its string change without warning. To
79 * hold active strings, no kdb caller of kdbnearsym makes more
116 * so it contains garbage. The caller has to work out which
695 void *caller; member in struct:debug_alloc_header
788 best->caller = __builtin_return_address(0);
821 h->caller = NULL;
896 kdb_printf("%s: h_used %p size %d caller %p\n",
897 __func__, h_used, h_used->size, h_used->caller);
905 kdb_printf("%s: h_used %p size %d caller
[all...]

Completed in 122 milliseconds