Home
last modified time | relevance | path

Searched refs:first_time (Results 1 – 18 of 18) sorted by relevance

/linux/tools/perf/util/
H A Dsvghelper.c27 static u64 first_time, last_time;
63 X = 1.0 * svg_page_width * (__time - first_time) / (last_time - first_time); in time2pixels()
95 first_time = start; in open_svg()
96 first_time = first_time / 100000000 * 100000000; in open_svg()
103 new_width = (last_time - first_time) / 5000000; in open_svg()
369 time2pixels(first_time), in svg_cpu_box()
370 time2pixels(last_time)-time2pixels(first_time), in svg_cpu_box()
375 10+time2pixels(first_time), cpu2 in svg_cpu_box()
26 static u64 first_time, last_time; global() variable
[all...]
/linux/arch/powerpc/platforms/powernv/
H A Dvas-debug.c161 static bool first_time = true; in vas_init_dbgdir() local
163 if (!first_time) in vas_init_dbgdir()
166 first_time = false; in vas_init_dbgdir()
/linux/net/sctp/
H A Dendpointola.c339 int first_time = 1; /* is this the first time through the loop */ in sctp_endpoint_bh_rcv() local
355 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) { in sctp_endpoint_bh_rcv()
419 if (first_time) in sctp_endpoint_bh_rcv()
420 first_time = 0; in sctp_endpoint_bh_rcv()
H A Dassociola.c989 int first_time = 1; /* is this the first time through the loop */ in sctp_assoc_bh_rcv() local
1005 if (first_time && subtype.chunk == SCTP_CID_AUTH) { in sctp_assoc_bh_rcv()
1065 if (first_time) in sctp_assoc_bh_rcv()
1066 first_time = 0; in sctp_assoc_bh_rcv()
/linux/drivers/net/wireless/ath/wil6210/
H A Drx_reorder.c141 if (r->first_time) { in wil_rx_reorder()
142 r->first_time = false; in wil_rx_reorder()
148 r->first_time = true; in wil_rx_reorder()
260 r->first_time = true; in wil_tid_ampdu_rx_alloc()
H A Dwil6210.h688 bool first_time; /* is it 1-st time this buffer used? */ member
/linux/drivers/media/usb/gspca/
H A Dsq930x.c699 static void global_init(struct sd *sd, int first_time) in global_init() argument
703 if (first_time) in global_init()
715 if (first_time) in global_init()
722 if (first_time) in global_init()
732 if (first_time) in global_init()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.h106 const unsigned int buf_cnt, const bool first_time);
/linux/drivers/ata/
H A Dahci_imx.c72 bool first_time; member
614 if (!(imxpriv->first_time) || ahci_imx_hotplug) in ahci_imx_error_handler()
617 imxpriv->first_time = false; in ahci_imx_error_handler()
870 imxpriv->first_time = true; in imx_ahci_probe()
/linux/drivers/rtc/
H A Dinterface.c216 int first_time = 1; in __rtc_read_alarm() local
267 if (!first_time) in __rtc_read_alarm()
269 first_time = 0; in __rtc_read_alarm()
/linux/drivers/input/touchscreen/
H A Drohm_bu21023.c321 bool first_time = true; in rohm_ts_manual_calibration() local
371 if (first_time) { in rohm_ts_manual_calibration()
383 first_time = false; in rohm_ts_manual_calibration()
/linux/drivers/misc/altera-stapl/
H A Daltera.c458 int first_time = 1; in altera_execute() local
460 while ((i != 0) || first_time) { in altera_execute()
461 first_time = 0; in altera_execute()
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2144 self.first_time = False
2147 if self.first_time:
2148 self.first_time = False
3439 self.first_time = 0
3446 self.first_time = int(glb.HostStartTime())
3449 placeholder_text += ", between " + str(self.first_time) + " and " + str(self.last_time)
3505 val += self.first_time
3512 vrange[0] = str(self.first_time)
3519 beg_range = max(int(vrange[0]), self.first_time)
3521 if beg_range > self.last_time or end_range < self.first_time:
/linux/net/batman-adv/
H A Dtypes.h2035 unsigned long first_time; member
H A Dtranslation-table.c3388 if (!batadv_has_timed_out(node->first_time, in batadv_tt_roam_purge()
3422 if (batadv_has_timed_out(tt_roam_node->first_time, in batadv_tt_check_roam_count()
3439 tt_roam_node->first_time = jiffies; in batadv_tt_check_roam_count()
/linux/drivers/scsi/
H A DFlashPoint.c912 static unsigned char first_time = 1; in FlashPoint_ProbeHostAdapter() local
944 if (first_time) { in FlashPoint_ProbeHostAdapter()
946 first_time = 0; in FlashPoint_ProbeHostAdapter()
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c3278 static int tempmon_init(struct ddb_link *link, int first_time) in tempmon_init() argument
3285 if (first_time) { in tempmon_init()
/linux/drivers/usb/core/
H A Dhub.c4805 struct usb_device_descriptor *buf, int size, bool first_time) in get_bMaxPacketSize0() argument
4841 if (rc > 0 || (rc == -ETIMEDOUT && first_time && in get_bMaxPacketSize0()