Home
last modified time | relevance | path

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

/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests22 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
27 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
/tools/perf/scripts/python/
Dexport-to-postgresql.py690 n1 = len(short_name)
693 fmt = "!hiqiqi" + str(n1) + "si" + str(n2) + "si" + str(n3) + "s"
694 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
/tools/vm/
Dslabinfo.c1064 char *n1, *n2; in sort_aliases() local
1066 n1 = a1->name; in sort_aliases()
1069 n1 = a1->ref; in sort_aliases()
1072 if (strcasecmp(n1, n2) > 0) { in sort_aliases()