Home
last modified time | relevance | path

Searched refs:kt (Results 1 – 2 of 2) sorted by relevance

/kernel/debug/kdb/
Dkdb_main.c2412 kdbtab_t *kt; in kdb_help() local
2418 for_each_kdbcmd(kt, i) { in kdb_help()
2422 if (!kt->cmd_name) in kdb_help()
2424 if (!kdb_check_flags(kt->cmd_flags, kdb_cmd_enabled, true)) in kdb_help()
2426 if (strlen(kt->cmd_usage) > 20) in kdb_help()
2428 kdb_printf("%-15.15s %-20s%s%s\n", kt->cmd_name, in kdb_help()
2429 kt->cmd_usage, space, kt->cmd_help); in kdb_help()
/kernel/time/
Dhrtimer.c282 s64 __ktime_divns(const ktime_t kt, s64 div) in __ktime_divns() argument
288 dclc = ktime_to_ns(kt); in __ktime_divns()