Searched refs:ksiginfo_alloc (Results 1 – 4 of 4) sorted by relevance
383 ksiginfo_t *ksiginfo_alloc(int mwait);
499 ksi = ksiginfo_alloc(M_WAITOK); in exit1()
506 p->p_ksi = ksiginfo_alloc(M_WAITOK); in proc_linkup()
383 ksiginfo_alloc(int mwait) in ksiginfo_alloc() function530 } else if ((ksi = ksiginfo_alloc(M_NOWAIT)) == NULL) { in sigqueue_add()