Home | History | Annotate | Download | only in arch-mips

Lines Matching refs:do_kill

812 static int do_kill(int id, int portable_signum, int (*fn)(int, int))
851 rv = do_kill(pgrp, portable_signum, REAL(killpg));
867 rv = do_kill(pid, portable_signum, REAL(kill));