Searched refs:eMrw_write (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/ipfilter/lib/ |
| D | rwlock_emul.c | 25 if (rw->eMrw_read != 0 || rw->eMrw_write != 0) { 28 rw->eMrw_owner, rw, rw->eMrw_read, rw->eMrw_write); 47 if (rw->eMrw_read != 0 || rw->eMrw_write != 0) { 50 rw->eMrw_owner, rw, rw->eMrw_read, rw->eMrw_write); 53 rw->eMrw_write++; 69 if (rw->eMrw_read != 0 || rw->eMrw_write != 1) { 72 rw->eMrw_owner, rw, rw->eMrw_read, rw->eMrw_write); 75 rw->eMrw_write--; 90 if (rw->eMrw_read != 1 && rw->eMrw_write != 1) { 92 rw->eMrw_owner, rw, rw->eMrw_read, rw->eMrw_write); [all …]
|
| /freebsd-9-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_compat.h | 1446 short eMrw_write; member
|