Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsigqueue.c167 while (sqh->sqb_count == 0) { in sigqueue()
/illumos-gate/usr/src/uts/common/sys/
H A Dsignal.h301 int sqb_count; /* sigq free count */ member
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c2411 sqh->sqb_count = maxcount; in sigqhdralloc()
2444 if (sqh->sqb_count > 0) { in sigqalloc()
2445 sqh->sqb_count--; in sigqalloc()
2487 sqh->sqb_count++; in sigqrel()