Home
last modified time | relevance | path

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

123

/linux-6.15/tools/testing/kunit/
H A Dkunit_parser.py175 def peek(self) -> str: member in LineStream
185 s = self.peek()
290 ktap_match = KTAP_START.match(lines.peek())
291 tap_match = TAP_START.match(lines.peek())
320 match = TEST_HEADER.match(lines.peek())
346 match = TEST_PLAN.match(lines.peek())
377 line = lines.peek()
408 line = lines.peek()
457 while lines and not any(re.match(lines.peek())
/linux-6.15/drivers/infiniband/hw/qib/
H 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-6.15/net/sched/
H A Dsch_fifo.c192 .peek = qdisc_peek_head,
207 .peek = qdisc_peek_head,
222 .peek = qdisc_peek_head,
H A Dsch_blackhole.c33 .peek = blackhole_dequeue,
H A Dsch_plug.c210 .peek = qdisc_peek_dequeued,
H A Dsch_multiq.c138 skb = qdisc->ops->peek(qdisc); in multiq_peek()
390 .peek = multiq_peek,
H A Dsch_prio.c104 struct sk_buff *skb = qdisc->ops->peek(qdisc); in prio_peek()
413 .peek = prio_peek,
H A Dsch_drr.c384 skb = cl->qdisc->ops->peek(cl->qdisc); in drr_dequeue()
482 .peek = qdisc_peek_dequeued,
H A Dsch_tbf.c280 skb = q->qdisc->ops->peek(q->qdisc); in tbf_dequeue()
609 .peek = qdisc_peek_dequeued,
H A Dsch_red.c175 return child->ops->peek(child); in red_peek()
544 .peek = red_peek,
H A Dsch_qfq.c992 else if (cl->deficit < qdisc_pkt_len(cl->qdisc->ops->peek(cl->qdisc))) { in agg_dequeue()
1007 skb = (*cl)->qdisc->ops->peek((*cl)->qdisc); in qfq_peek_skb()
1261 if (unlikely(skb == cl->qdisc->ops->peek(cl->qdisc)) && in qfq_enqueue()
1521 .peek = qdisc_peek_dequeued,
H A Dsch_codel.c257 .peek = qdisc_peek_dequeued,
/linux-6.15/tools/testing/selftests/net/af_unix/
H A Dmsg_oob.c34 bool peek; in FIXTURE_VARIANT() local
39 .peek = false, in FIXTURE_VARIANT_ADD()
42 FIXTURE_VARIANT_ADD(msg_oob, peek) in FIXTURE_VARIANT_ADD() argument
44 .peek = true in FIXTURE_VARIANT_ADD()
316 if (variant->peek) \
/linux-6.15/Documentation/bpf/
H A 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
H A Dmap_bloom_filter.rst21 - peek: determining whether an element is present in the map
29 - ``BPF_MAP_LOOKUP_ELEM`` -> peek
/linux-6.15/drivers/rpmsg/
H A Dqcom_glink_native.h20 void (*peek)(struct qcom_glink_pipe *glink_pipe, void *data, member
/linux-6.15/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2hk-netcp.dtsi31 reg-names = "peek", "status", "config",
43 reg-names = "peek", "status", "config",
H A Dkeystone-k2g-netcp.dtsi31 reg-names = "peek", "config",
H A Dkeystone-k2l-netcp.dtsi31 reg-names = "peek", "status", "config",
/linux-6.15/arch/powerpc/include/asm/
H 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-6.15/rust/
H A Dbindgen_parameters23 # warning. We don't need to peek into it anyway.
/linux-6.15/rust/kernel/
H A Drbtree.rs838 self.peek(Direction::Prev) in peek_prev()
843 self.peek(Direction::Next) in peek_next()
846 fn peek(&self, direction: Direction) -> Option<(&K, &V)> { in peek() method
/linux-6.15/tools/bpf/bpftool/bash-completion/
H A Dbpftool651 show|list|dump|peek|pop|dequeue|freeze)
659 peek)
677 peek)
882 peek push enqueue pop dequeue freeze' -- \
/linux-6.15/drivers/dma-buf/
H A DKconfig62 exporters. Specifically it validates that importers do not peek at the
/linux-6.15/arch/arc/kernel/
H A Dentry.S195 ; save callee regs in case tracer/gdb wants to peek

123