/Linux-v4.19/tools/perf/util/ |
D | svghelper.c | 28 static u64 first_time, last_time; variable 64 X = 1.0 * svg_page_width * (__time - first_time) / (last_time - first_time); in time2pixels() 96 first_time = start; in open_svg() 97 first_time = first_time / 100000000 * 100000000; in open_svg() 104 new_width = (last_time - first_time) / 5000000; in open_svg() 370 time2pixels(first_time), in svg_cpu_box() 371 time2pixels(last_time)-time2pixels(first_time), in svg_cpu_box() 376 10+time2pixels(first_time), cpu2y(cpu) + SLOT_HEIGHT/2, cpu_string); in svg_cpu_box() 379 10+time2pixels(first_time), cpu2y(cpu) + SLOT_MULT + SLOT_HEIGHT - 4, cpu_model()); in svg_cpu_box() 660 i = first_time; in svg_time_grid()
|
/Linux-v4.19/arch/ia64/mm/ |
D | contig.c | 46 static bool first_time = true; in per_cpu_init() local 50 if (!first_time) in per_cpu_init() 52 first_time = false; in per_cpu_init()
|
D | discontig.c | 529 static int first_time = 1; in per_cpu_init() local 531 if (first_time) { in per_cpu_init() 532 first_time = 0; in per_cpu_init()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | patch.c | 144 static int first_time = 1; in ia64_patch_mckinley_e9() local 151 if (first_time) { in ia64_patch_mckinley_e9() 152 first_time = 0; in ia64_patch_mckinley_e9()
|
D | mca.c | 1850 static int first_time = 1; in ia64_mca_cpu_init() local 1859 if (first_time) { in ia64_mca_cpu_init() 1861 first_time = 0; in ia64_mca_cpu_init()
|
D | perfmon.c | 3682 int first_time; in pfm_write_ibr_dbr() local 3721 first_time = ctx->ctx_fl_using_dbreg == 0; in pfm_write_ibr_dbr() 3741 if (first_time && is_system) { in pfm_write_ibr_dbr() 3767 if (first_time && can_access_pmu) { in pfm_write_ibr_dbr() 3852 if (first_time) { in pfm_write_ibr_dbr() 6635 static int first_time=1; in pfm_init_percpu() local 6648 if (first_time) { in pfm_init_percpu() 6650 first_time=0; in pfm_init_percpu()
|
/Linux-v4.19/net/sctp/ |
D | endpointola.c | 388 int first_time = 1; /* is this the first time through the loop */ in sctp_endpoint_bh_rcv() local 404 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) { in sctp_endpoint_bh_rcv() 468 if (first_time) in sctp_endpoint_bh_rcv() 469 first_time = 0; in sctp_endpoint_bh_rcv()
|
D | associola.c | 1004 int first_time = 1; /* is this the first time through the loop */ in sctp_assoc_bh_rcv() local 1020 if (first_time && subtype.chunk == SCTP_CID_AUTH) { in sctp_assoc_bh_rcv() 1080 if (first_time) in sctp_assoc_bh_rcv() 1081 first_time = 0; in sctp_assoc_bh_rcv()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | vas-debug.c | 211 static bool first_time = true; in vas_init_dbgdir() local 213 if (!first_time) in vas_init_dbgdir() 216 first_time = false; in vas_init_dbgdir()
|
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | rx_reorder.c | 152 if (r->first_time) { in wil_rx_reorder() 153 r->first_time = false; in wil_rx_reorder() 159 r->first_time = true; in wil_rx_reorder() 272 r->first_time = true; in wil_tid_ampdu_rx_alloc()
|
D | wil6210.h | 680 bool first_time; /* is it 1-st time this buffer used? */ member
|
/Linux-v4.19/tools/perf/ |
D | builtin-timechart.c | 63 first_time, last_time; member 391 pwr->start_time = tchart->first_time; in p_state_change() 563 if (!tchart->first_time || tchart->first_time > sample->time) in process_sample_event() 564 tchart->first_time = sample->time; in process_sample_event() 713 pwr->start_time = tchart->first_time; in end_sample_processing() 1347 p->start_time = tchart->first_time; in determine_display_tasks_filtered() 1359 c->start_time = tchart->first_time; in determine_display_tasks_filtered() 1387 p->start_time = tchart->first_time; in determine_display_tasks() 1401 c->start_time = tchart->first_time; in determine_display_tasks() 1478 open_svg(filename, 0, count, tchart->first_time, tchart->last_time); in write_svg_file() [all …]
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | sq930x.c | 703 static void global_init(struct sd *sd, int first_time) in global_init() argument 707 if (first_time) in global_init() 719 if (first_time) in global_init() 726 if (first_time) in global_init() 736 if (first_time) in global_init()
|
/Linux-v4.19/drivers/ata/ |
D | ahci_imx.c | 117 bool first_time; member 768 if (!(imxpriv->first_time) || ahci_imx_hotplug) in ahci_imx_error_handler() 771 imxpriv->first_time = false; in ahci_imx_error_handler() 1084 imxpriv->first_time = true; in imx_ahci_probe()
|
/Linux-v4.19/drivers/rtc/ |
D | interface.c | 207 int first_time = 1; in __rtc_read_alarm() local 258 if (!first_time) in __rtc_read_alarm() 260 first_time = 0; in __rtc_read_alarm()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | rohm_bu21023.c | 329 bool first_time = true; in rohm_ts_manual_calibration() local 379 if (first_time) { in rohm_ts_manual_calibration() 391 first_time = false; in rohm_ts_manual_calibration()
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_utils.c | 895 bool first_time; in i40iw_terminate_done() local 904 first_time = !(qp->term_flags & I40IW_TERM_DONE); in i40iw_terminate_done() 907 if (first_time) { in i40iw_terminate_done()
|
/Linux-v4.19/drivers/block/ |
D | amiflop.c | 1672 static int first_time = 1; in amiga_check_events() local 1674 if (first_time) in amiga_check_events() 1675 changed = first_time--; in amiga_check_events()
|
D | rbd.c | 1020 bool first_time = header->object_prefix == NULL; in rbd_header_from_disk() local 1031 if (first_time) { in rbd_header_from_disk() 1084 if (first_time) { in rbd_header_from_disk() 5182 bool first_time = rbd_dev->header.object_prefix == NULL; in rbd_dev_v2_header_info() local 5189 if (first_time) { in rbd_dev_v2_header_info() 5196 if (ret && first_time) { in rbd_dev_v2_header_info()
|
/Linux-v4.19/drivers/misc/altera-stapl/ |
D | altera.c | 472 int first_time = 1; in altera_execute() local 474 while ((i != 0) || first_time) { in altera_execute() 475 first_time = 0; in altera_execute()
|
/Linux-v4.19/net/batman-adv/ |
D | types.h | 1962 unsigned long first_time; member
|
D | translation-table.c | 3671 if (!batadv_has_timed_out(node->first_time, in batadv_tt_roam_purge() 3705 if (batadv_has_timed_out(tt_roam_node->first_time, in batadv_tt_check_roam_count() 3722 tt_roam_node->first_time = jiffies; in batadv_tt_check_roam_count()
|
/Linux-v4.19/kernel/rcu/ |
D | tree.c | 2040 static void rcu_gp_fqs(struct rcu_state *rsp, bool first_time) in rcu_gp_fqs() argument 2046 if (first_time) { in rcu_gp_fqs()
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_hw.c | 3401 u8 first_time = 0; in nes_terminate_done() local 3409 first_time = (nesqp->term_flags & NES_TERM_DONE) == 0; in nes_terminate_done() 3414 if (first_time) { in nes_terminate_done()
|
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/ |
D | vxge-config.c | 2526 u32 i, first_time = mempool->memblocks_allocated == 0 ? 1 : 0; in __vxge_hw_mempool_grow() local 2579 if (first_time && index >= mempool->items_initial) in __vxge_hw_mempool_grow() 2593 if (first_time && mempool->items_current == in __vxge_hw_mempool_grow()
|