Searched refs:tp (Results 1 – 2 of 2) sorted by relevance
97 let tp = hba_mem_list[i].ports[j].check_type(); in ahci_rust_init() localVariable98 match tp { in ahci_rust_init()106 kdebug!("<ahci_rust_init> Find a {:?} type Disk.", tp); in ahci_rust_init()
196 let tp = getnstimeofday(); in do_gettimeofday() localVariable198 tv_sec: tp.tv_sec, in do_gettimeofday()199 tv_usec: (tp.tv_nsec / 1000) as i32, in do_gettimeofday()