Searched refs:kdb_send_sig (Results 1 – 3 of 3) sorted by relevance
196 extern void kdb_send_sig(struct task_struct *p, int sig);
2367 kdb_send_sig(p, sig); in kdb_kill()
5013 * kdb_send_sig - Allows kdb to send signals without exposing5018 void kdb_send_sig(struct task_struct *t, int sig) in kdb_send_sig() function