Subversion Repositories Kolibri OS

Rev

Rev 4110 | Rev 5056 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4110 Rev 4568
Line 36... Line 36...
36
#include 
36
#include 
37
#include 
37
#include 
38
#include 
38
#include 
39
#include 
39
#include 
40
//#include 
40
//#include 
41
//#include 
41
#include 
42
#include 
42
#include 
Line 43... Line 43...
43
 
43
 
Line 44... Line 44...
44
struct ww_acquire_ctx;
44
struct ww_acquire_ctx;
Line 680... Line 680...
680
 */
680
 */
681
extern int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement);
681
extern int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement);
682
extern int ttm_tt_swapout(struct ttm_tt *ttm,
682
extern int ttm_tt_swapout(struct ttm_tt *ttm,
683
			  struct file *persistent_swap_storage);
683
			  struct file *persistent_swap_storage);
Line -... Line 684...
-
 
684
 
-
 
685
/**
-
 
686
 * ttm_tt_unpopulate - free pages from a ttm
-
 
687
 *
-
 
688
 * @ttm: Pointer to the ttm_tt structure
-
 
689
 *
-
 
690
 * Calls the driver method to free all pages from a ttm
-
 
691
 */
-
 
692
extern void ttm_tt_unpopulate(struct ttm_tt *ttm);
684
 
693
 
685
/*
694
/*
686
 * ttm_bo.c
695
 * ttm_bo.c
Line 687... Line 696...
687
 */
696
 */