Searched hist:a9fa2c05fcc4b5cfa4734f5c18a3bce8755e6e6b (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/vm/ |
H A D | phys_pager.c | diff a9fa2c05fcc4b5cfa4734f5c18a3bce8755e6e6b Wed Apr 18 22:24:16 CEST 2001 Alfred Perlstein <alfred@FreeBSD.org> Protect pager object creation with sx locks.
Protect pager object list manipulation with a mutex.
It doesn't look possible to combine them under a single sx lock because creation may block and we can't have the object list manipulation block on anything other than a mutex because of interrupt requests. diff a9fa2c05fcc4b5cfa4734f5c18a3bce8755e6e6b Wed Apr 18 22:24:16 CEST 2001 Alfred Perlstein <alfred@FreeBSD.org> Protect pager object creation with sx locks.
Protect pager object list manipulation with a mutex.
It doesn't look possible to combine them under a single sx lock because creation may block and we can't have the object list manipulation block on anything other than a mutex because of interrupt requests.
|
H A D | device_pager.c | diff a9fa2c05fcc4b5cfa4734f5c18a3bce8755e6e6b Wed Apr 18 22:24:16 CEST 2001 Alfred Perlstein <alfred@FreeBSD.org> Protect pager object creation with sx locks.
Protect pager object list manipulation with a mutex.
It doesn't look possible to combine them under a single sx lock because creation may block and we can't have the object list manipulation block on anything other than a mutex because of interrupt requests. diff a9fa2c05fcc4b5cfa4734f5c18a3bce8755e6e6b Wed Apr 18 22:24:16 CEST 2001 Alfred Perlstein <alfred@FreeBSD.org> Protect pager object creation with sx locks.
Protect pager object list manipulation with a mutex.
It doesn't look possible to combine them under a single sx lock because creation may block and we can't have the object list manipulation block on anything other than a mutex because of interrupt requests.
|
H A D | swap_pager.c | diff a9fa2c05fcc4b5cfa4734f5c18a3bce8755e6e6b Wed Apr 18 22:24:16 CEST 2001 Alfred Perlstein <alfred@FreeBSD.org> Protect pager object creation with sx locks.
Protect pager object list manipulation with a mutex.
It doesn't look possible to combine them under a single sx lock because creation may block and we can't have the object list manipulation block on anything other than a mutex because of interrupt requests. diff a9fa2c05fcc4b5cfa4734f5c18a3bce8755e6e6b Wed Apr 18 22:24:16 CEST 2001 Alfred Perlstein <alfred@FreeBSD.org> Protect pager object creation with sx locks.
Protect pager object list manipulation with a mutex.
It doesn't look possible to combine them under a single sx lock because creation may block and we can't have the object list manipulation block on anything other than a mutex because of interrupt requests.
|