Searched refs:text (Results 1 – 8 of 8) sorted by relevance
/fs/proc/ |
D | task_nommu.c | 96 unsigned long *shared, unsigned long *text, in task_statm() argument 115 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm() 121 size += *text + *data; in task_statm()
|
D | task_mmu.c | 22 unsigned long data, text, lib, swap; in task_mem() local 40 text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) >> 10; in task_mem() 41 lib = (mm->exec_vm << (PAGE_SHIFT-10)) - text; in task_mem() 63 mm->stack_vm << (PAGE_SHIFT-10), text, lib, in task_mem() 74 unsigned long *shared, unsigned long *text, in task_statm() argument 78 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
|
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() 595 seq_put_decimal_ull(m, ' ', text); in proc_pid_statm()
|
/fs/ |
D | Kconfig.binfmt | 44 MMU is available as it still permits text segments to be shared, 56 The contents of an unmodified text mapping are omitted by default. 58 For an unmodified text mapping of an ELF object, including just 61 cost and disk space to dump all the text. However, versions of
|
/fs/isofs/ |
D | rock.h | 46 char text[0]; member
|
D | rock.c | 586 memcpy(rpnt, slp->text, slp->len); in get_symlink_chunk()
|
/fs/cifs/ |
D | CHANGES | 116 on dns_upcall (resolving DFS referralls). Fix plain text password 118 lanman and plain text though). Fix writes to be at correct offset when
|
D | README | 635 using plain text passwords, set the SecurityFlags
|