Searched hist:164325 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/share/man/man9/
H A Dsleepqueue.9diff 164325 Wed Nov 15 23:02:00 MST 2006 pjd Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *',
which allows to use it with different kinds of locks. For example it allows
to implement Solaris conditions variables which will be used in ZFS port on
top of sx(9) locks.

Reviewed by: jhb
/freebsd-11-stable/sys/sys/
H A Dsleepqueue.hdiff 164325 Wed Nov 15 23:02:00 MST 2006 pjd Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *',
which allows to use it with different kinds of locks. For example it allows
to implement Solaris conditions variables which will be used in ZFS port on
top of sx(9) locks.

Reviewed by: jhb
/freebsd-11-stable/sys/kern/
H A Dkern_condvar.cdiff 164325 Wed Nov 15 23:02:00 MST 2006 pjd Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *',
which allows to use it with different kinds of locks. For example it allows
to implement Solaris conditions variables which will be used in ZFS port on
top of sx(9) locks.

Reviewed by: jhb
H A Dsubr_sleepqueue.cdiff 164325 Wed Nov 15 23:02:00 MST 2006 pjd Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *',
which allows to use it with different kinds of locks. For example it allows
to implement Solaris conditions variables which will be used in ZFS port on
top of sx(9) locks.

Reviewed by: jhb
H A Dkern_synch.cdiff 164325 Wed Nov 15 23:02:00 MST 2006 pjd Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *',
which allows to use it with different kinds of locks. For example it allows
to implement Solaris conditions variables which will be used in ZFS port on
top of sx(9) locks.

Reviewed by: jhb

Completed in 201 milliseconds