Searched refs:discard_file_cache (Results 1 – 7 of 7) sorted by relevance
/xen/tools/libxc/ |
A D | xc_solaris.c | 25 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() function
|
A D | xc_minios.c | 48 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() function
|
A D | xc_netbsd.c | 27 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() function
|
A D | xc_freebsd.c | 23 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() function
|
A D | xc_linux.c | 23 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() function
|
A D | xc_core.c | 968 discard_file_cache(xch, da->fd, 0 /* no flush */); in local_file_dump() 992 discard_file_cache(xch, da.fd, 1/* flush first*/); in xc_domain_dumpcore()
|
A D | xc_private.h | 392 void discard_file_cache(xc_interface *xch, int fd, int flush);
|
Completed in 6 milliseconds