Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests25 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
/tools/perf/scripts/python/
Dexport-to-postgresql.py700 n1 = len(short_name)
703 fmt = "!hiqiqi" + str(n1) + "si" + str(n2) + "si" + str(n3) + "s"
704 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
/tools/vm/
Dslabinfo.c1065 char *n1, *n2; in sort_aliases() local
1067 n1 = a1->name; in sort_aliases()
1070 n1 = a1->ref; in sort_aliases()
1073 if (strcasecmp(n1, n2) > 0) { in sort_aliases()