Searched refs:n1 (Results 1 – 3 of 3) sorted by relevance
/tools/testing/selftests/pstore/ |
D | pstore_post_reboot_tests | 22 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/ |
D | export-to-postgresql.py | 690 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/ |
D | slabinfo.c | 1064 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()
|