Home
last modified time | relevance | path

Searched refs:p_signhdr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsignotify.c85 #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()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h207 struct sigqhdr *p_signhdr; /* hdr to signotify structure pool */ member
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c2511 if (p->p_signhdr != NULL) { /* signotify pool */ in sigqfree()
2512 sigqhdrfree(p->p_signhdr); in sigqfree()
2513 p->p_signhdr = NULL; in sigqfree()