/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | hwt.c | 55 void hwt_start(struct s_smc *smc, u_long time) in hwt_start() 194 u_long time ; in hwt_quick_read() local 219 void hwt_wait_time(struct s_smc *smc, u_long start, long int duration) in hwt_wait_time()
|
/openbmc/linux/lib/ |
H A D | interval_tree_test.c | 30 search(struct rb_root_cached *root, unsigned long start, unsigned long last) in search() 66 cycles_t time1, time2, time; in interval_tree_test_init() local 109 unsigned long start = search_all ? 0 : queries[j]; in interval_tree_test_init() local
|
H A D | test_bitmap.c | 460 ktime_t time; in test_bitmap_parselist() local 500 ktime_t time; in test_bitmap_printlist() local 576 ktime_t time; in test_bitmap_parse() local 675 unsigned int start, nbits; in test_mem_optimisations() local 723 unsigned int start; in test_for_each_set_clump8() local
|
H A D | test_vmalloc.c | 420 u64 time; member 427 unsigned long start; member
|
H A D | test_rhashtable.c | 214 s64 start, end; in test_rhashtable() local 707 s64 time; in test_rht_init() local
|
/openbmc/u-boot/tools/ |
H A D | imagetool.c | 17 struct image_type_params **start = __start_image_type; in imagetool_get_type() local 39 struct image_type_params **start = __start_image_type; in imagetool_verify_print_header() local 159 time_t time = (time_t) strtol(source_date_epoch, NULL, 10); in imagetool_get_source_date() local
|
H A D | fit_image.c | 54 time_t time = imagetool_get_source_date(params->cmdname, in fit_add_file_data() local 165 const char *p, *start, *end; in get_basename() local
|
/openbmc/linux/include/keys/ |
H A D | rxrpc-type.h | 25 u32 start; /* time at which ticket starts */ member 76 static inline u32 rxrpc_time64_to_u32(time64_t time) in rxrpc_time64_to_u32() 90 static inline time64_t rxrpc_u32_to_time64(u32 time) in rxrpc_u32_to_time64()
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | set-2038.c | 48 int settime(long long time) in settime() 78 time_t start; in main() local
|
/openbmc/qemu/system/ |
H A D | cpu-timers.c | 75 int64_t time; in cpu_get_clock_locked() local 92 unsigned start; in cpu_get_clock() local
|
/openbmc/linux/kernel/trace/ |
H A D | preemptirq_delay_test.c | 39 static void busy_wait(ulong time) in busy_wait() 41 u64 start, end; in busy_wait() local
|
/openbmc/u-boot/net/ |
H A D | fastboot.c | 97 static ulong start; in fastboot_timed_send_info() local 102 ulong time = get_timer(start); in fastboot_timed_send_info() local
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/ |
H A D | projecttags.py | 25 def sectohms(time): argument 87 def datecompute(delta, start = timezone.now()): argument
|
/openbmc/linux/fs/pstore/ |
H A D | zone.c | 37 atomic_t start; member 56 struct timespec64 time; member 378 struct timespec64 time = { }; in psz_kmsg_recover_meta() local 487 ssize_t rcnt, len, start, off; in psz_recover_zone() local 826 size_t start, rem; in psz_record_write() local
|
/openbmc/u-boot/drivers/mmc/ |
H A D | sdhci.c | 152 unsigned int time = 0, start_addr = 0; local 154 ulong start = get_timer(0); local
|
/openbmc/linux/include/linux/ |
H A D | dim.h | 30 #define BIT_GAP(bits, end, start) ((((end) - (start)) + BIT_ULL(bits)) \ argument 60 ktime_t time; member
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_selftests.c | 83 u32 time; in gc_delayed_enable() local 301 ktime_t start = ktime_get(); in check_gate_duration() local
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 1280 def multistat(self, start, idx, finish): argument 1369 def start(self, pm): member in SystemValues 1593 def setStart(self, time, msg=''): argument 1600 def setEnd(self, time, msg=''): argument 1607 def isTraceEventOutsideDeviceCalls(self, pid, time): argument 1616 def sourcePhase(self, start): argument 1624 def sourceDevice(self, phaselist, start, end, pid, type): argument 1648 def addDeviceFunctionCall(self, displayname, kprobename, proc, pid, start, end, cdata, rdata): argument 1937 def newActionGlobal(self, name, start, end, pid=-1, color=''): argument 1975 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): argument [all …]
|
/openbmc/u-boot/include/ |
H A D | fat.h | 142 __u16 time,date,start;/* Time, date and first cluster */ member 153 __u16 start; /* Unused */ member
|
/openbmc/linux/fs/ |
H A D | coredump.c | 310 time64_t time; in format_corename() local 388 static int zap_process(struct task_struct *start, int exit_code) in zap_process() 967 int dump_user_range(struct coredump_params *cprm, unsigned long start, in dump_user_range()
|
/openbmc/linux/include/uapi/linux/ |
H A D | msdos_fs.h | 181 __le16 time,date,start;/* time, date and first cluster */ member 193 __le16 start; /* starting cluster number, 0 in long slots */ member
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_svm.c | 60 u64 time; member 243 nouveau_svmm_invalidate(struct nouveau_svmm *svmm, u64 start, u64 limit) in nouveau_svmm_invalidate() 260 unsigned long start = update->start; in nouveau_svmm_invalidate_range_start() local 598 unsigned long start = args->p.addr; in nouveau_atomic_range_fault() local 732 u64 inst, start, limit; in nouveau_svm_fault() local
|
/openbmc/linux/tools/lib/perf/include/perf/ |
H A D | event.h | 16 __u64 start; member 25 __u64 start; member 64 __u64 time; member 95 __u64 time; member 354 __u64 time; member 428 __u64 time; member
|
/openbmc/linux/drivers/clk/ti/ |
H A D | clkctrl.c | 58 ktime_t start; member 88 static bool _omap4_is_timeout(union omap4_timeout *time, u32 timeout) in _omap4_is_timeout()
|
/openbmc/btbridge/ |
H A D | btbridged.c | 71 struct timespec start; member 93 struct timespec time; in bt_log_console() local
|