/linux-2.6.39/tools/perf/ |
D | builtin-timechart.c | 77 u64 start_time; member 90 u64 start_time; member 120 u64 start_time; member 135 u64 start_time; member 214 p->start_time = timestamp; in pid_fork() 216 p->current->start_time = timestamp; in pid_fork() 251 sample->start_time = start; in pid_put_sample() 263 if (c->start_time == 0 || c->start_time > start) in pid_put_sample() 264 c->start_time = start; in pid_put_sample() 265 if (p->start_time == 0 || p->start_time > start) in pid_put_sample() [all …]
|
/linux-2.6.39/drivers/isdn/hardware/eicon/ |
D | divamnt.c | 48 static struct timeval start_time; variable 95 if (tv.tv_sec > start_time.tv_sec) { in diva_os_get_time() 96 if (start_time.tv_usec > tv.tv_usec) { in diva_os_get_time() 100 *sec = (dword) (tv.tv_sec - start_time.tv_sec); in diva_os_get_time() 101 *usec = (dword) (tv.tv_usec - start_time.tv_usec); in diva_os_get_time() 102 } else if (tv.tv_sec == start_time.tv_sec) { in diva_os_get_time() 104 if (start_time.tv_usec < tv.tv_usec) { in diva_os_get_time() 105 *usec = (dword) (tv.tv_usec - start_time.tv_usec); in diva_os_get_time() 216 do_gettimeofday(&start_time); in maint_init()
|
/linux-2.6.39/Documentation/laptops/ |
D | dslm.c | 68 time_t start_time; in measure() local 84 start_time = last_time = time(0); in measure() 109 total_time = time(0) - start_time; in measure() 110 printf("\nTotal running time: %lus\n", curr_time - start_time); in measure()
|
/linux-2.6.39/drivers/misc/sgi-gru/ |
D | gruhandles.c | 80 unsigned long start_time = get_cycles(); in wait_instruction_complete() local 87 if (GRU_OPERATION_TIMEOUT < (get_cycles() - start_time)) { in wait_instruction_complete() 89 start_time = get_cycles(); in wait_instruction_complete() 93 update_mcs_stats(opc, get_cycles() - start_time); in wait_instruction_complete()
|
/linux-2.6.39/block/ |
D | cfq.h | 64 …cfq_blkiocg_update_completion_stats(struct blkio_group *blkg, uint64_t start_time, uint64_t io_sta… in cfq_blkiocg_update_completion_stats() argument 66 blkiocg_update_completion_stats(blkg, start_time, io_start_time, in cfq_blkiocg_update_completion_stats() 105 …cfq_blkiocg_update_completion_stats(struct blkio_group *blkg, uint64_t start_time, uint64_t io_sta… in cfq_blkiocg_update_completion_stats() argument
|
D | blk-iopoll.c | 84 unsigned long start_time = jiffies; in blk_iopoll_softirq() local 95 if (budget <= 0 || time_after(jiffies, start_time)) { in blk_iopoll_softirq()
|
D | blk-merge.c | 424 if (time_after(req->start_time, next->start_time)) in attempt_merge() 425 req->start_time = next->start_time; in attempt_merge()
|
D | blk-cgroup.h | 307 uint64_t start_time, uint64_t io_start_time, bool direction, bool sync); 337 uint64_t start_time, uint64_t io_start_time, bool direction,
|
/linux-2.6.39/drivers/net/wireless/iwlegacy/ |
D | iwl-spectrum.h | 42 __le64 start_time; member 64 __le64 start_time; member
|
/linux-2.6.39/drivers/net/wireless/iwlwifi/ |
D | iwl-spectrum.h | 42 __le64 start_time; member 64 __le64 start_time; member
|
/linux-2.6.39/drivers/block/drbd/ |
D | drbd_req.c | 50 unsigned long duration = jiffies - req->start_time; in _drbd_end_io_acct() 766 …tic int drbd_make_request_common(struct drbd_conf *mdev, struct bio *bio, unsigned long start_time) in drbd_make_request_common() argument 787 req->start_time = start_time; in drbd_make_request_common() 1080 unsigned long start_time; in drbd_make_request() local 1087 start_time = jiffies; in drbd_make_request() 1103 return drbd_make_request_common(mdev, bio, start_time); in drbd_make_request() 1141 while (drbd_make_request_common(mdev, &bp->bio1, start_time)) in drbd_make_request() 1144 while (drbd_make_request_common(mdev, &bp->bio2, start_time)) in drbd_make_request() 1218 if (time_is_before_eq_jiffies(req->start_time + et)) { in request_timer_fn() 1227 mod_timer(&mdev->request_timer, req->start_time + et); in request_timer_fn()
|
/linux-2.6.39/drivers/md/ |
D | dm-flakey.c | 24 unsigned long start_time; member 48 fc->start_time = jiffies; in flakey_ctr() 121 elapsed = (jiffies - fc->start_time) / HZ; in flakey_map()
|
/linux-2.6.39/fs/proc/ |
D | array.c | 372 unsigned long long start_time; in do_task_stat() local 459 start_time = in do_task_stat() 463 start_time = nsec_to_clock_t(start_time); in do_task_stat() 488 start_time, in do_task_stat()
|
/linux-2.6.39/drivers/ide/ |
D | pdc202xx_new.c | 246 struct timeval start_time, end_time; in detect_pll_input_clock() local 252 do_gettimeofday(&start_time); in detect_pll_input_clock() 276 usec_elapsed = (end_time.tv_sec - start_time.tv_sec) * 1000000 + in detect_pll_input_clock() 277 (end_time.tv_usec - start_time.tv_usec); in detect_pll_input_clock()
|
/linux-2.6.39/arch/arm/mach-bcmring/csp/tmr/ |
D | tmrHw.c | 527 tmrHw_COUNT_t start_time; in tmrHw_udelay() local 530 start_time = tmrHw_GetCurrentCount(timerId); in tmrHw_udelay() 535 while (delta_time > (tmrHw_GetCurrentCount(timerId) - start_time)) in tmrHw_udelay()
|
/linux-2.6.39/drivers/ata/ |
D | pata_pdc2027x.c | 602 struct timeval start_time, end_time; in pdc_detect_pll_input_clock() local 613 do_gettimeofday(&start_time); in pdc_detect_pll_input_clock() 629 usec_elapsed = (end_time.tv_sec - start_time.tv_sec) * 1000000 + in pdc_detect_pll_input_clock() 630 (end_time.tv_usec - start_time.tv_usec); in pdc_detect_pll_input_clock()
|
/linux-2.6.39/drivers/net/wireless/wl12xx/ |
D | ps.c | 77 u32 start_time = jiffies; in wl1271_ps_elp_wakeup() local 115 jiffies_to_msecs(jiffies - start_time)); in wl1271_ps_elp_wakeup()
|
D | tx.h | 69 __le32 start_time; member
|
/linux-2.6.39/drivers/scsi/lpfc/ |
D | lpfc_vport.c | 242 unsigned long start_time; in lpfc_discovery_wait() local 254 start_time = jiffies; in lpfc_discovery_wait() 267 jiffies_to_msecs(jiffies - start_time)); in lpfc_discovery_wait() 277 - start_time)); in lpfc_discovery_wait() 287 jiffies_to_msecs(jiffies - start_time)); in lpfc_discovery_wait()
|
D | lpfc_scsi.h | 151 unsigned long start_time; member
|
/linux-2.6.39/drivers/staging/msm/ |
D | mddi_sharp.c | 617 static struct timeval start_time; in mddi_sharp_lcd_vsync_detected() local 631 (now.tv_sec - start_time.tv_sec) * 1000000 + in mddi_sharp_lcd_vsync_detected() 632 now.tv_usec - start_time.tv_usec; in mddi_sharp_lcd_vsync_detected() 656 jiffies_to_timeval(jiffies, &start_time); in mddi_sharp_lcd_vsync_detected()
|
/linux-2.6.39/drivers/net/skfp/h/ |
D | sba.h | 31 u_long start_time ; member
|
/linux-2.6.39/drivers/edac/ |
D | edac_core.h | 422 unsigned long start_time; /* mci load start time (in jiffies) */ member 621 unsigned long start_time; /* edac_device load start time (jiffies) */ member 723 unsigned long start_time; /* edac_pci load start time (jiffies) */ member
|
/linux-2.6.39/include/linux/ |
D | intel-iommu.h | 217 cycles_t start_time = get_cycles(); \ 222 if (DMAR_OPERATION_TIMEOUT < (get_cycles() - start_time))\
|
/linux-2.6.39/drivers/net/usb/ |
D | smsc75xx.c | 142 unsigned long start_time = jiffies; in smsc75xx_phy_wait_not_busy() local 152 } while (!time_after(jiffies, start_time + HZ)); in smsc75xx_phy_wait_not_busy() 226 unsigned long start_time = jiffies; in smsc75xx_wait_eeprom() local 237 } while (!time_after(jiffies, start_time + HZ)); in smsc75xx_wait_eeprom() 249 unsigned long start_time = jiffies; in smsc75xx_eeprom_confirm_not_busy() local 261 } while (!time_after(jiffies, start_time + HZ)); in smsc75xx_eeprom_confirm_not_busy()
|