Home
last modified time | relevance | path

Searched refs:peek (Results 1 – 25 of 54) sorted by relevance

123

/linux/tools/testing/kunit/
A Dkunit_parser.py192 def peek(self) -> str: member in LineStream
300 ktap_match = KTAP_START.match(lines.peek())
301 tap_match = TAP_START.match(lines.peek())
330 match = TEST_HEADER.match(lines.peek())
356 match = TEST_PLAN.match(lines.peek())
391 line = lines.peek()
421 line = lines.peek()
469 while lines and not TEST_RESULT.match(lines.peek()) and not \
470 TEST_HEADER.match(lines.peek()):
/linux/drivers/infiniband/hw/qib/
A Dqib_qsfp.c278 u8 peek[4]; in qib_refresh_qsfp_cache() local
288 ret = qsfp_read(ppd, 0, peek, 3); in qib_refresh_qsfp_cache()
291 if ((peek[0] & 0xFE) != 0x0C) in qib_refresh_qsfp_cache()
293 "QSFP byte0 is 0x%02X, S/B 0x0C/D\n", peek[0]); in qib_refresh_qsfp_cache()
295 if ((peek[2] & 4) == 0) { in qib_refresh_qsfp_cache()
/linux/net/sched/
A Dsch_fifo.c188 .peek = qdisc_peek_head,
203 .peek = qdisc_peek_head,
218 .peek = qdisc_peek_head,
A Dsch_blackhole.c33 .peek = blackhole_dequeue,
A Dsch_taprio.c81 struct sk_buff *(*peek)(struct Qdisc *sch); member
517 skb = child->ops->peek(child); in taprio_peek_soft()
547 return q->peek(sch); in taprio_peek()
595 skb = child->ops->peek(child); in taprio_dequeue_soft()
1566 q->peek = taprio_peek_offload; in taprio_change()
1572 q->peek = taprio_peek_soft; in taprio_change()
1688 q->peek = taprio_peek_soft; in taprio_init()
2036 .peek = taprio_peek,
A Dsch_multiq.c138 skb = qdisc->ops->peek(qdisc); in multiq_peek()
398 .peek = multiq_peek,
A Dsch_atm.c485 while ((skb = flow->q->ops->peek(flow->q))) { in sch_atm_dequeue()
539 return p->link.q->ops->peek(p->link.q); in atm_tc_peek()
688 .peek = atm_tc_peek,
A Dsch_plug.c213 .peek = qdisc_peek_head,
A Dsch_prio.c104 struct sk_buff *skb = qdisc->ops->peek(qdisc); in prio_peek()
422 .peek = prio_peek,
A Dsch_drr.c386 skb = cl->qdisc->ops->peek(cl->qdisc); in drr_dequeue()
486 .peek = qdisc_peek_dequeued,
A Dsch_dsmark.c337 return p->q->ops->peek(p->q); in dsmark_peek()
502 .peek = dsmark_peek,
A Dsch_tbf.c273 skb = q->qdisc->ops->peek(q->qdisc); in tbf_dequeue()
607 .peek = qdisc_peek_dequeued,
A Dsch_qfq.c982 else if (cl->deficit < qdisc_pkt_len(cl->qdisc->ops->peek(cl->qdisc))) { in agg_dequeue()
995 skb = (*cl)->qdisc->ops->peek((*cl)->qdisc); in qfq_peek_skb()
1244 if (unlikely(skb == cl->qdisc->ops->peek(cl->qdisc)) && in qfq_enqueue()
1504 .peek = qdisc_peek_dequeued,
A Dsch_red.c171 return child->ops->peek(child); in red_peek()
548 .peek = red_peek,
A Dsch_sfb.c446 return child->ops->peek(child); in sfb_peek()
706 .peek = sfb_peek,
A Dsch_codel.c285 .peek = qdisc_peek_dequeued,
A Dsch_skbprio.c297 .peek = qdisc_peek_dequeued,
/linux/arch/arm/boot/dts/
A Dkeystone-k2hk-netcp.dtsi31 reg-names = "peek", "status", "config",
43 reg-names = "peek", "status", "config",
A Dkeystone-k2g-netcp.dtsi31 reg-names = "peek", "config",
A Dkeystone-k2l-netcp.dtsi31 reg-names = "peek", "status", "config",
A Dkeystone-k2e-netcp.dtsi31 reg-names = "peek", "status", "config",
/linux/arch/powerpc/include/asm/
A Dfsl_hcalls.h493 uint32_t addr_hi, uint32_t addr_lo, int peek) in fh_err_get_info() argument
507 r7 = peek; in fh_err_get_info()
/linux/tools/bpf/bpftool/bash-completion/
A Dbpftool652 show|list|dump|peek|pop|dequeue|freeze)
660 peek)
678 peek)
898 peek push enqueue pop dequeue freeze' -- \
/linux/drivers/dma-buf/
A DKconfig60 exporters. Specifically it validates that importers do not peek at the
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-map.rst36 | **bpftool** **map peek** *MAP*
138 **bpftool map peek** *MAP*

Completed in 40 milliseconds

123