Searched refs:mm (Results 1 – 5 of 5) sorted by relevance
18 + struct mm_struct *mm;20 + mm = get_task_mm(current);21 + if (!mm)23 + file = get_mm_exe_file(mm);24 + mmput(mm);
349 unsigned long mm; in func_etime() local351 mm = ps->start_time / get_kernel_HZ(); in func_etime()352 mm = G.seconds_since_boot - mm; in func_etime()353 format_time(buf, size, mm); in func_etime()358 unsigned long mm; in func_time() local360 mm = (ps->utime + ps->stime) / get_kernel_HZ(); in func_time()361 format_time(buf, size, mm); in func_time()
131 started, in the form: [[dd-]hh:]mm:ss134 the form: [dd-]hh:mm:ss
786 uint32_t ll, mm, nn, oo; in identify() local970 mm = 0; in identify()993 mm = (uint32_t)val[CAPACITY_MSB] << 16 | val[CAPACITY_LSB]; in identify()998 if (abs((int)(mm - nn)) > abs((int)(oo - nn))) in identify()999 mm = oo; in identify()1001 printf("\tCHS current addressable sectors:%11u\n", mm); in identify()1017 bbbig = (uint64_t)(ll>mm ? ll : mm); /* # 512 byte blocks */ in identify()
20 # (2) implement d/m[/y] hh:mm[:ss] fmt in date applet