Home
last modified time | relevance | path

Searched refs:mm (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/examples/
Dlinux-2.6.30_proc_self_exe.patch18 + struct mm_struct *mm;
20 + mm = get_task_mm(current);
21 + if (!mm)
23 + file = get_mm_exe_file(mm);
24 + mmput(mm);
/busybox-1.35.0/procps/
Dps.c349 unsigned long mm; in func_etime() local
351 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() local
360 mm = (ps->utime + ps->stime) / get_kernel_HZ(); in func_time()
361 format_time(buf, size, mm); in func_time()
Dps.posix131 started, in the form: [[dd-]hh:]mm:ss
134 the form: [dd-]hh:mm:ss
/busybox-1.35.0/miscutils/
Dhdparm.c786 uint32_t ll, mm, nn, oo; in identify() local
970 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()
/busybox-1.35.0/testsuite/date/
Ddate-works-120 # (2) implement d/m[/y] hh:mm[:ss] fmt in date applet