Home
last modified time | relevance | path

Searched refs:eMrw_write (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);
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) {
75 rw->eMrw_write--;
90 if (rw->eMrw_read != 1 && rw->eMrw_write != 1) {
97 else if (rw->eMrw_write == 1)
98 rw->eMrw_write--;
[all …]
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_compat.h323 short eMrw_write; member