Searched hist:b36cfff75df4300fdbf930b09aff9b9881e2c794 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | sglist.h | diff b36cfff75df4300fdbf930b09aff9b9881e2c794 Mon Jun 01 22:35:39 CEST 2009 John Baldwin <jhb@FreeBSD.org> Add a simple API to manage scatter/gather lists of phyiscal addresses. Each list describes a logical memory object that is backed by one or more physical address ranges. To minimize locking, the sglist objects themselves are immutable once they are shared.
These objects may be used in the future to facilitate I/O requests using physically-addressed buffers. For the immediate future I plan to use them to implement a new type of VM object and pager.
Reviewed by: jeff, scottl MFC after: 1 month b36cfff75df4300fdbf930b09aff9b9881e2c794 Mon Jun 01 22:35:39 CEST 2009 John Baldwin <jhb@FreeBSD.org> Add a simple API to manage scatter/gather lists of phyiscal addresses. Each list describes a logical memory object that is backed by one or more physical address ranges. To minimize locking, the sglist objects themselves are immutable once they are shared.
These objects may be used in the future to facilitate I/O requests using physically-addressed buffers. For the immediate future I plan to use them to implement a new type of VM object and pager.
Reviewed by: jeff, scottl MFC after: 1 month
|
/freebsd/share/man/man9/ |
H A D | sglist.9 | diff b36cfff75df4300fdbf930b09aff9b9881e2c794 Mon Jun 01 22:35:39 CEST 2009 John Baldwin <jhb@FreeBSD.org> Add a simple API to manage scatter/gather lists of phyiscal addresses. Each list describes a logical memory object that is backed by one or more physical address ranges. To minimize locking, the sglist objects themselves are immutable once they are shared.
These objects may be used in the future to facilitate I/O requests using physically-addressed buffers. For the immediate future I plan to use them to implement a new type of VM object and pager.
Reviewed by: jeff, scottl MFC after: 1 month b36cfff75df4300fdbf930b09aff9b9881e2c794 Mon Jun 01 22:35:39 CEST 2009 John Baldwin <jhb@FreeBSD.org> Add a simple API to manage scatter/gather lists of phyiscal addresses. Each list describes a logical memory object that is backed by one or more physical address ranges. To minimize locking, the sglist objects themselves are immutable once they are shared.
These objects may be used in the future to facilitate I/O requests using physically-addressed buffers. For the immediate future I plan to use them to implement a new type of VM object and pager.
Reviewed by: jeff, scottl MFC after: 1 month
|
/freebsd/sys/kern/ |
H A D | subr_sglist.c | diff b36cfff75df4300fdbf930b09aff9b9881e2c794 Mon Jun 01 22:35:39 CEST 2009 John Baldwin <jhb@FreeBSD.org> Add a simple API to manage scatter/gather lists of phyiscal addresses. Each list describes a logical memory object that is backed by one or more physical address ranges. To minimize locking, the sglist objects themselves are immutable once they are shared.
These objects may be used in the future to facilitate I/O requests using physically-addressed buffers. For the immediate future I plan to use them to implement a new type of VM object and pager.
Reviewed by: jeff, scottl MFC after: 1 month b36cfff75df4300fdbf930b09aff9b9881e2c794 Mon Jun 01 22:35:39 CEST 2009 John Baldwin <jhb@FreeBSD.org> Add a simple API to manage scatter/gather lists of phyiscal addresses. Each list describes a logical memory object that is backed by one or more physical address ranges. To minimize locking, the sglist objects themselves are immutable once they are shared.
These objects may be used in the future to facilitate I/O requests using physically-addressed buffers. For the immediate future I plan to use them to implement a new type of VM object and pager.
Reviewed by: jeff, scottl MFC after: 1 month
|
/freebsd/sys/conf/ |
H A D | files | diff b36cfff75df4300fdbf930b09aff9b9881e2c794 Mon Jun 01 22:35:39 CEST 2009 John Baldwin <jhb@FreeBSD.org> Add a simple API to manage scatter/gather lists of phyiscal addresses. Each list describes a logical memory object that is backed by one or more physical address ranges. To minimize locking, the sglist objects themselves are immutable once they are shared.
These objects may be used in the future to facilitate I/O requests using physically-addressed buffers. For the immediate future I plan to use them to implement a new type of VM object and pager.
Reviewed by: jeff, scottl MFC after: 1 month diff b36cfff75df4300fdbf930b09aff9b9881e2c794 Mon Jun 01 22:35:39 CEST 2009 John Baldwin <jhb@FreeBSD.org> Add a simple API to manage scatter/gather lists of phyiscal addresses. Each list describes a logical memory object that is backed by one or more physical address ranges. To minimize locking, the sglist objects themselves are immutable once they are shared.
These objects may be used in the future to facilitate I/O requests using physically-addressed buffers. For the immediate future I plan to use them to implement a new type of VM object and pager.
Reviewed by: jeff, scottl MFC after: 1 month
|