Searched refs:stime (Results 1 – 4 of 4) sorted by relevance
| /u-boot/drivers/net/ |
| A D | rtl8169.c | 623 int stime = currticks(); in rtl_send_common() local 669 printf("%s elapsed time : %lu\n", __func__, currticks()-stime); in rtl_send_common() 731 int stime = currticks(); in rtl8169_hw_start() local 803 printf("%s elapsed time : %lu\n", __func__, currticks()-stime); in rtl8169_hw_start() 816 int stime = currticks(); in rtl8169_init_ring() local 850 printf("%s elapsed time : %lu\n", __func__, currticks()-stime); in rtl8169_init_ring() 865 int stime = currticks(); in rtl8169_common_start() local 886 printf("%s elapsed time : %lu\n", __func__, currticks()-stime); in rtl8169_common_start()
|
| /u-boot/fs/btrfs/ |
| A D | conv-funcs.h | 147 otime, stime, rtime)
|
| A D | ctree.h | 872 ptr += offsetof(struct btrfs_root_item, stime); in btrfs_root_stime()
|
| /u-boot/fs/btrfs/kernel-shared/ |
| A D | btrfs_tree.h | 723 struct btrfs_timespec stime; member
|
Completed in 14 milliseconds