/linux-6.6.21/tools/testing/kunit/ |
D | kunit_parser.py | 175 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/ |
D | qib_qsfp.c | 278 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/ |
D | sch_fifo.c | 188 .peek = qdisc_peek_head, 203 .peek = qdisc_peek_head, 218 .peek = qdisc_peek_head,
|
D | sch_blackhole.c | 33 .peek = blackhole_dequeue,
|
D | sch_plug.c | 210 .peek = qdisc_peek_dequeued,
|
D | sch_multiq.c | 138 skb = qdisc->ops->peek(qdisc); in multiq_peek() 390 .peek = multiq_peek,
|
D | sch_prio.c | 104 struct sk_buff *skb = qdisc->ops->peek(qdisc); in prio_peek() 413 .peek = prio_peek,
|
D | sch_drr.c | 380 skb = cl->qdisc->ops->peek(cl->qdisc); in drr_dequeue() 478 .peek = qdisc_peek_dequeued,
|
D | sch_tbf.c | 274 skb = q->qdisc->ops->peek(q->qdisc); in tbf_dequeue() 603 .peek = qdisc_peek_dequeued,
|
D | sch_red.c | 173 return child->ops->peek(child); in red_peek() 542 .peek = red_peek,
|
D | sch_qfq.c | 989 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,
|
D | sch_codel.c | 282 .peek = qdisc_peek_dequeued,
|
D | sch_skbprio.c | 287 .peek = qdisc_peek_dequeued,
|
/linux-6.6.21/Documentation/bpf/ |
D | map_queue_stack.rst | 13 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
|
D | map_bloom_filter.rst | 21 - peek: determining whether an element is present in the map 29 - ``BPF_MAP_LOOKUP_ELEM`` -> peek
|
/linux-6.6.21/drivers/rpmsg/ |
D | qcom_glink_native.h | 20 void (*peek)(struct qcom_glink_pipe *glink_pipe, void *data, member
|
/linux-6.6.21/rust/ |
D | bindgen_parameters | 18 # warning. We don't need to peek into it anyway.
|
/linux-6.6.21/arch/arm/boot/dts/ti/keystone/ |
D | keystone-k2hk-netcp.dtsi | 31 reg-names = "peek", "status", "config", 43 reg-names = "peek", "status", "config",
|
D | keystone-k2g-netcp.dtsi | 31 reg-names = "peek", "config",
|
D | keystone-k2l-netcp.dtsi | 31 reg-names = "peek", "status", "config",
|
D | keystone-k2e-netcp.dtsi | 31 reg-names = "peek", "status", "config",
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | fsl_hcalls.h | 493 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/ |
D | bpftool | 657 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/ |
D | entry.S | 195 ; save callee regs in case tracer/gdb wants to peek
|
/linux-6.6.21/drivers/dma-buf/ |
D | Kconfig | 60 exporters. Specifically it validates that importers do not peek at the
|