Home
last modified time | relevance | path

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

123

/linux-6.6.21/tools/testing/kunit/
Dkunit_parser.py175 def peek(self) -> str: member in LineStream
185 s = self.peek()
288 ktap_match = KTAP_START.match(lines.peek())
289 tap_match = TAP_START.match(lines.peek())
318 match = TEST_HEADER.match(lines.peek())
344 match = TEST_PLAN.match(lines.peek())
375 line = lines.peek()
405 line = lines.peek()
454 while lines and not any(re.match(lines.peek())
/linux-6.6.21/drivers/infiniband/hw/qib/
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-6.6.21/net/sched/
Dsch_fifo.c188 .peek = qdisc_peek_head,
203 .peek = qdisc_peek_head,
218 .peek = qdisc_peek_head,
Dsch_blackhole.c33 .peek = blackhole_dequeue,
Dsch_plug.c210 .peek = qdisc_peek_dequeued,
Dsch_multiq.c138 skb = qdisc->ops->peek(qdisc); in multiq_peek()
390 .peek = multiq_peek,
Dsch_prio.c104 struct sk_buff *skb = qdisc->ops->peek(qdisc); in prio_peek()
413 .peek = prio_peek,
Dsch_drr.c380 skb = cl->qdisc->ops->peek(cl->qdisc); in drr_dequeue()
478 .peek = qdisc_peek_dequeued,
Dsch_tbf.c274 skb = q->qdisc->ops->peek(q->qdisc); in tbf_dequeue()
603 .peek = qdisc_peek_dequeued,
Dsch_red.c173 return child->ops->peek(child); in red_peek()
542 .peek = red_peek,
Dsch_qfq.c989 else if (cl->deficit < qdisc_pkt_len(cl->qdisc->ops->peek(cl->qdisc))) { in agg_dequeue()
1004 skb = (*cl)->qdisc->ops->peek((*cl)->qdisc); in qfq_peek_skb()
1260 if (unlikely(skb == cl->qdisc->ops->peek(cl->qdisc)) && in qfq_enqueue()
1518 .peek = qdisc_peek_dequeued,
Dsch_codel.c282 .peek = qdisc_peek_dequeued,
Dsch_skbprio.c287 .peek = qdisc_peek_dequeued,
/linux-6.6.21/Documentation/bpf/
Dmap_queue_stack.rst13 provides LIFO storage for BPF programs. These maps support peek, pop and
18 - ``BPF_MAP_LOOKUP_ELEM`` -> peek
90 A userspace program can peek at the ``value`` at the head of a queue or stack
Dmap_bloom_filter.rst21 - peek: determining whether an element is present in the map
29 - ``BPF_MAP_LOOKUP_ELEM`` -> peek
/linux-6.6.21/drivers/rpmsg/
Dqcom_glink_native.h20 void (*peek)(struct qcom_glink_pipe *glink_pipe, void *data, member
/linux-6.6.21/rust/
Dbindgen_parameters18 # warning. We don't need to peek into it anyway.
/linux-6.6.21/arch/arm/boot/dts/ti/keystone/
Dkeystone-k2hk-netcp.dtsi31 reg-names = "peek", "status", "config",
43 reg-names = "peek", "status", "config",
Dkeystone-k2g-netcp.dtsi31 reg-names = "peek", "config",
Dkeystone-k2l-netcp.dtsi31 reg-names = "peek", "status", "config",
Dkeystone-k2e-netcp.dtsi31 reg-names = "peek", "status", "config",
/linux-6.6.21/arch/powerpc/include/asm/
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-6.6.21/tools/bpf/bpftool/bash-completion/
Dbpftool657 show|list|dump|peek|pop|dequeue|freeze)
665 peek)
683 peek)
890 peek push enqueue pop dequeue freeze' -- \
/linux-6.6.21/arch/arc/kernel/
Dentry.S195 ; save callee regs in case tracer/gdb wants to peek
/linux-6.6.21/drivers/dma-buf/
DKconfig60 exporters. Specifically it validates that importers do not peek at the

123