Searched refs:shared (Results 1 – 9 of 9) sorted by relevance
/fs/ |
D | Kconfig.binfmt | 44 MMU is available as it still permits text segments to be shared, 99 bool "Enable shared FLAT support" 102 Support FLAT shared libraries 134 with v4 shared libraries freely available from Compaq. If you're 135 going to use shared libraries from Tru64 version 5.0 or later, say N.
|
/fs/proc/ |
D | array.c | 579 unsigned long size = 0, resident = 0, shared = 0, text = 0, data = 0; in proc_pid_statm() local 583 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm() 594 seq_put_decimal_ull(m, ' ', shared); in proc_pid_statm()
|
D | task_nommu.c | 96 unsigned long *shared, unsigned long *text, in task_statm() argument
|
D | task_mmu.c | 74 unsigned long *shared, unsigned long *text, in task_statm() argument 77 *shared = get_mm_counter(mm, MM_FILEPAGES); in task_statm() 81 *resident = *shared + get_mm_counter(mm, MM_ANONPAGES); in task_statm()
|
/fs/gfs2/ |
D | Kconfig | 11 that is shared between them (with FC, iSCSI, NBD, etc...). GFS reads
|
/fs/jffs2/ |
D | TODO | 6 do shared writable mmap, if we can have a fs hook for do_wp_page() to
|
/fs/ocfs2/ |
D | Kconfig | 10 OCFS2 is a general purpose extent based shared disk cluster file
|
/fs/cramfs/ |
D | README | 106 is that the generated cramfs cannot always be shared between different
|
/fs/cifs/ |
D | README | 411 shared higher level directory). Note that some older
|