Home
last modified time | relevance | path

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

123

/linux/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/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/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_multiq.c138 skb = qdisc->ops->peek(qdisc); in multiq_peek()
390 .peek = multiq_peek,
H A Dsch_plug.c210 .peek = qdisc_peek_dequeued,
H A Dsch_prio.c104 struct sk_buff *skb = qdisc->ops->peek(qdisc); in prio_peek()
413 .peek = prio_peek,
H A Dsch_drr.c380 skb = cl->qdisc->ops->peek(cl->qdisc); in drr_dequeue()
478 .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_skbprio.c289 .peek = qdisc_peek_dequeued,
/linux/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/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/drivers/rpmsg/
H A Dqcom_glink_native.h20 void (*peek)(struct qcom_glink_pipe *glink_pipe, void *data, member
/linux/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/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/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/drivers/gpu/drm/ci/xfails/
H A Di915-tgl-fails.txt21 gen9_exec_parse@shadow-peek,Timeout
/linux/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/arch/arc/kernel/
H A Dentry.S195 ; save callee regs in case tracer/gdb wants to peek
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-map.rst39 | **bpftool** **map peek** *MAP*
136 bpftool map peek *MAP*
/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c454 peek: in verify_metadata()
491 goto peek; in verify_metadata()
/linux/net/ipv4/
H A Dtcp_bpf.c226 int peek = flags & MSG_PEEK; in tcp_bpf_recvmsg_parser() local
322 if (!peek) in tcp_bpf_recvmsg_parser()

123