Home
last modified time | relevance | path

Searched refs:eMrw_read (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/ipf/dist/lib/
H A Drwlock_emul.c25 if (rw->eMrw_read != 0 || rw->eMrw_write != 0) {
28 rw->eMrw_owner, rw, rw->eMrw_read, rw->eMrw_write);
31 rw->eMrw_read++;
47 if (rw->eMrw_read != 0 || rw->eMrw_write != 0) {
50 rw->eMrw_owner, rw, rw->eMrw_read, rw->eMrw_write);
69 if (rw->eMrw_read != 0 || rw->eMrw_write != 1) {
76 rw->eMrw_read++;
90 if (rw->eMrw_read != 1 && rw->eMrw_write != 1) {
95 if (rw->eMrw_read == 1)
96 rw->eMrw_read--;
[all …]
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_compat.h322 short eMrw_read; member