Searched refs:p_signhdr (Results 1 – 3 of 3) sorted by relevance
85 #define SIGN_PTR(p, n) &((signotifyq_t *)(&p->p_signhdr[1]))[n];116 if (p->p_signhdr != NULL) { in signotify()136 if (cp->p_signhdr == NULL) { in signotify()141 if (cp->p_signhdr == NULL) { in signotify()143 cp->p_signhdr = sqh; in signotify()152 sqp = sigqalloc(cp->p_signhdr); in signotify()187 if (p->p_signhdr == NULL) { in signotify()
207 struct sigqhdr *p_signhdr; /* hdr to signotify structure pool */ member
2511 if (p->p_signhdr != NULL) { /* signotify pool */ in sigqfree()2512 sigqhdrfree(p->p_signhdr); in sigqfree()2513 p->p_signhdr = NULL; in sigqfree()