Changeset 656 for trunk/kernel/mm/page.h
- Timestamp:
 - Dec 6, 2019, 12:07:51 PM (6 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/kernel/mm/page.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/kernel/mm/page.h
r635 r656 49 49 * - The remote_busylock is used to allows any remote thread to atomically 50 50 * test/modify the forks counter or the flags. 51 * - The list entry is used to register the page in a free list or in dirty list. 52 * The refcount is used for page release to KMEM. 51 * - The list field is used to register the page in a free list, or in dirty list, 52 * as a given page cannot be simultaneously dirty and free. 53 * - The refcount is used to release the page to the PPM. 53 54 * NOTE: the size is 48 bytes for a 32 bits core. 54 55 ************************************************************************************/  
Note: See TracChangeset
          for help on using the changeset viewer.
      