Searched refs:lost (Results 51 - 75 of 82) sorted by relevance

1234

/linux-master/kernel/trace/
H A Dring_buffer.c706 size_t lost; local
710 lost = local_read(&buffer->buffers[cpu]->pages_lost);
713 if (WARN_ON_ONCE(cnt < lost))
716 cnt -= lost;
1892 * Increment overrun to account for the lost events.
2552 * This will be used by the reader to add lost event
4910 * @lost_events: a variable to store if events were lost (may be NULL)
4987 * @lost_events: a variable to store if events were lost (may be NULL)
5812 * This gives us a chance to store the lost events
5824 * Set a flag in the commit field if we lost event
6347 unsigned long lost; local
[all...]
/linux-master/tools/perf/util/
H A Dhist.h212 void hists__inc_nr_lost_samples(struct hists *hists, u32 lost);
H A Dmachine.c665 dump_printf(": id:%" PRI_lu64 ": lost:%" PRI_lu64 "\n",
666 event->lost.id, event->lost.lost);
673 dump_printf(": id:%" PRIu64 ": lost samples :%" PRI_lu64 "\n",
674 sample->id, event->lost_samples.lost);
1928 * (fork) event that would have removed the thread was lost. Assume the
H A Dhist.c2368 void hists__inc_nr_lost_samples(struct hists *hists, u32 lost) argument
2370 hists->stats.nr_lost_samples += lost;
H A Ddata-convert-bt.c1618 .lost = perf_event__process_lost,
H A Dsynthetic-events.c1676 *array = sample->read.one.lost;
/linux-master/drivers/atm/
H A Deni.c1439 eni_dev->lost = 0;
1466 if (eni_boards) printk(KERN_INFO "loss: %ld\n",ENI_DEV(eni_boards)->lost);
1509 eni_dev->lost += eni_in(MID_STAT) & MID_OVFL_TRASH;
/linux-master/tools/perf/
H A Dbuiltin-inject.c1235 gs->tool.lost = guest_session__repipe;
2057 inject->tool.lost = host__repipe;
2174 .lost = perf_event__repipe,
H A Dbuiltin-report.c790 event->lost_samples.lost);
1286 .lost = perf_event__process_lost,
H A Dbuiltin-sched.c2689 printf("lost %" PRI_lu64 " events on cpu %d\n", event->lost.lost, sample->cpu);
3005 sched->tool.lost = process_lost;
3100 printf(" INFO: %.3f%% lost events (%ld out of %ld, in %ld chunks)\n",
3109 printf(" (due to lost events?)");
3512 .lost = perf_event__process_lost,
H A Dbuiltin-kvm.c1926 kvm->tool.lost = process_lost_event;
H A Dbuiltin-diff.c478 .lost = perf_event__process_lost,
/linux-master/drivers/block/aoe/
H A Daoecmd.c801 if (ifp && ++ifp->lost > (t->nframes << 1)
1134 ifp->lost = 0;
/linux-master/include/uapi/sound/
H A Dasound.h969 unsigned int lost; /* counter of master tick lost */ member in struct:snd_timer_status
/linux-master/drivers/net/ppp/
H A Dppp_generic.c2720 int lost = 0, len = 0; local
2743 /* Fragment `seq' is lost, keep going. */
2744 lost = 1;
2751 "lost frag %u..%u\n",
2759 * ppp->nextseq to seq are either present or lost.
2768 lost = 0;
2775 if (lost == 0 && (PPP_MP_CB(p)->BEbits & E) &&
/linux-master/tools/include/uapi/sound/
H A Dasound.h969 unsigned int lost; /* counter of master tick lost */ member in struct:snd_timer_status
/linux-master/net/ipv4/
H A Dtcp_input.c93 #define FLAG_LOST_RETRANS 0x80 /* This ACK marks some retransmission lost */
114 #define REXMIT_LOST 1 /* retransmit packets marked lost */
1098 * known to be lost have already been retransmitted, indicating
1099 * that this newly lost skb is our next skb to retransmit.
1110 /* Sum the number of packets on the wire we have marked as lost, and
1111 * notify the congestion control module that the given skb was marked lost.
1115 tp->lost += tcp_skb_pcount(skb);
1129 /* Account for retransmits that are lost again */
1162 * L 0 - nothing flies, orig lost by net.
1164 * L|R 1 - orig is lost, retransmi
3852 u32 lost = tp->lost; local
[all...]
/linux-master/include/linux/
H A Dperf_event.h1380 perf_log_lost_samples(struct perf_event *event, u64 lost);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm49 var SINGLE_STEP_MISSED_WORKAROUND = (ASIC_FAMILY <= CHIP_ALDEBARAN) //workaround for lost MODE.DEBUG_EN exception when SAVECTX raised
/linux-master/fs/ext4/
H A Dmballoc.c2794 int lost; local
2960 lost = atomic_inc_return(&sbi->s_mb_lost_chunks);
2961 mb_debug(sb, "lost chunk, group: %u, start: %d, len: %d, lost: %d\n",
2963 ac->ac_b_ex.fe_len, lost);
3814 "%u 2^N hits, %u breaks, %u lost",
/linux-master/include/net/
H A Dtcp.h955 #define TCPCB_LOST 0x04 /* SKB is lost */
1134 int losses; /* number of packets marked lost upon ACK */
1253 void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost,
/linux-master/kernel/events/
H A Dcore.c3068 * Since this is happening on an event-local CPU, no trace is lost
6231 * Data will inevitably be lost when set_output is done in
8982 void perf_log_lost_samples(struct perf_event *event, u64 lost) argument
8990 u64 lost; member in struct:__anon2882
8997 .lost = lost,
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h644 * and lost data. The AP should give up waiting for EC_SPI_FRAME_START,
2448 /* Total amount of vector lost */
2451 uint16_t lost[]; member in struct:ec_response_motion_sense_fifo_info
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c674 PyTuple_SetItem(t, 2, PyLong_FromUnsignedLongLong(value->lost));
/linux-master/fs/nfsd/
H A Dtrace.h1393 DEFINE_NFSD_CB_EVENT(lost); variable

Completed in 834 milliseconds

1234