vm_object.h (936c09ac0f32aa16d60492cebe7254b0631105eb) | vm_object.h (286790a7dd8c070e725e542e4cb0aa7d1f6bb5d0) |
---|---|
1/*- 2 * Copyright (c) 1991, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * This code is derived from software contributed to Berkeley by 6 * The Mach Operating System project at Carnegie-Mellon University. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 107 unchanged lines hidden (view full) --- 116 117 /* 118 * Device pager 119 * 120 * devp_pglist - list of allocated pages 121 */ 122 struct { 123 TAILQ_HEAD(, vm_page) devp_pglist; | 1/*- 2 * Copyright (c) 1991, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * This code is derived from software contributed to Berkeley by 6 * The Mach Operating System project at Carnegie-Mellon University. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 107 unchanged lines hidden (view full) --- 116 117 /* 118 * Device pager 119 * 120 * devp_pglist - list of allocated pages 121 */ 122 struct { 123 TAILQ_HEAD(, vm_page) devp_pglist; |
124 struct cdev_pager_ops *ops; |
|
124 } devp; 125 126 /* 127 * SG pager 128 * 129 * sgp_pglist - list of allocated pages 130 */ 131 struct { --- 113 unchanged lines hidden --- | 125 } devp; 126 127 /* 128 * SG pager 129 * 130 * sgp_pglist - list of allocated pages 131 */ 132 struct { --- 113 unchanged lines hidden --- |