| /linux/kernel/bpf/ |
| H A D | dmabuf_iter.c | 163 struct bpf_iter_dmabuf_kern *kit = (void *)it; in bpf_iter_dmabuf_new() local 165 BUILD_BUG_ON(sizeof(*kit) > sizeof(*it)); in bpf_iter_dmabuf_new() 166 BUILD_BUG_ON(__alignof__(*kit) != __alignof__(*it)); in bpf_iter_dmabuf_new() 168 kit->dmabuf = NULL; in bpf_iter_dmabuf_new() 174 struct bpf_iter_dmabuf_kern *kit = (void *)it; in bpf_iter_dmabuf_next() local 176 if (kit->dmabuf) in bpf_iter_dmabuf_next() 177 kit->dmabuf = dma_buf_iter_next(kit->dmabuf); in bpf_iter_dmabuf_next() 179 kit->dmabuf = dma_buf_iter_begin(); in bpf_iter_dmabuf_next() 181 return kit->dmabuf; in bpf_iter_dmabuf_next() 186 struct bpf_iter_dmabuf_kern *kit = (void *)it; in bpf_iter_dmabuf_destroy() local [all …]
|
| H A D | helpers.c | 3425 struct bpf_iter_bits_kern *kit = (void *)it; in bpf_iter_bits_new() local 3434 kit->nr_bits = 0; in bpf_iter_bits_new() 3435 kit->bits_copy = 0; in bpf_iter_bits_new() 3436 kit->bit = -1; in bpf_iter_bits_new() 3445 err = bpf_probe_read_kernel_common(&kit->bits_copy, nr_bytes, unsafe_ptr__ign); in bpf_iter_bits_new() 3449 swap_ulong_in_u64(&kit->bits_copy, nr_words); in bpf_iter_bits_new() 3451 kit->nr_bits = nr_bits; in bpf_iter_bits_new() 3459 kit->bits = bpf_mem_alloc(&bpf_global_ma, nr_bytes); in bpf_iter_bits_new() 3460 if (!kit->bits) in bpf_iter_bits_new() 3463 err = bpf_probe_read_kernel_common(kit->bits, nr_bytes, unsafe_ptr__ign); in bpf_iter_bits_new() [all …]
|
| /linux/arch/riscv/boot/dts/microchip/ |
| H A D | mpfs-icicle-kit-prod.dts | 6 #include "mpfs-icicle-kit-common.dtsi" 11 "microchip,mpfs-icicle-kit-prod", 12 "microchip,mpfs-icicle-kit",
|
| H A D | mpfs-icicle-kit.dts | 6 #include "mpfs-icicle-kit-common.dtsi" 11 "microchip,mpfs-icicle-kit",
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a774c0-ek874.dts | 3 * Device Tree Source for the Silicon Linux RZ/G2E evaluation kit (EK874) 12 model = "Silicon Linux RZ/G2E evaluation kit EK874 (CAT874 + CAT875)";
|
| H A D | r8a774c0-ek874-mipi-2.1.dts | 16 …model = "Silicon Linux RZ/G2E evaluation kit EK874 (CAT874 + CAT875) with aistarvision-mipi-v2-ada…
|
| H A D | r8a774c0-ek874-idk-2121wr.dts | 3 * Device Tree Source for the Silicon Linux RZ/G2E evaluation kit (EK874),
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91rm9200ek.dts | 3 * at91rm9200ek.dts - Device Tree file for Atmel AT91RM9200 evaluation kit 11 model = "Atmel AT91RM9200 evaluation kit";
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | ac5x-rd-carrier.dtsi | 12 * the box to "external" mode, and connect via an external cable a kit 14 * mounted on top of an interposer kit.
|
| H A D | ac5x-rd-carrier-cn9131.dts | 12 * board), and connect via an external cable a kit 14 * mounted on top of an interposer kit.
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6ul-isiot-nand.dts | 12 model = "Engicam Is.IoT MX6UL NAND Starter kit";
|
| H A D | imx6ul-isiot-emmc.dts | 12 model = "Engicam Is.IoT MX6UL eMMC Starter kit";
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am625-verdin-wifi-dahlia.dts | 6 * https://www.toradex.com/products/carrier-board/dahlia-carrier-board-kit
|
| H A D | k3-am625-verdin-nonwifi-dahlia.dts | 6 * https://www.toradex.com/products/carrier-board/dahlia-carrier-board-kit
|
| H A D | k3-am625-verdin-nonwifi-dev.dts | 6 * https://www.toradex.com/products/carrier-board/verdin-development-board-kit
|
| H A D | k3-am62p5-verdin-wifi-dahlia.dts | 6 * https://www.toradex.com/products/carrier-board/dahlia-carrier-board-kit
|
| H A D | k3-am62p5-verdin-nonwifi-dev.dts | 6 * https://www.toradex.com/products/carrier-board/verdin-development-board-kit
|
| H A D | k3-am62p5-verdin-nonwifi-dahlia.dts | 6 * https://www.toradex.com/products/carrier-board/dahlia-carrier-board-kit
|
| H A D | k3-am625-verdin-wifi-dev.dts | 6 * https://www.toradex.com/products/carrier-board/verdin-development-board-kit
|
| H A D | k3-am62p5-verdin-wifi-dev.dts | 6 * https://www.toradex.com/products/carrier-board/verdin-development-board-kit
|
| /linux/kernel/sched/ |
| H A D | ext.c | 8342 static bool scx_dsq_move(struct bpf_iter_scx_dsq_kern *kit, in scx_dsq_move() argument 8345 struct scx_dispatch_q *src_dsq = kit->dsq, *dst_dsq; in scx_dsq_move() 8402 if (nldsq_cursor_lost_task(&kit->cursor, src_rq, src_dsq, p)) { in scx_dsq_move() 8415 if (kit->cursor.flags & __SCX_DSQ_ITER_HAS_VTIME) in scx_dsq_move() 8416 p->scx.dsq_vtime = kit->vtime; in scx_dsq_move() 8417 if (kit->cursor.flags & __SCX_DSQ_ITER_HAS_SLICE) in scx_dsq_move() 8418 p->scx.slice = kit->slice; in scx_dsq_move() 8433 kit->cursor.flags &= ~(__SCX_DSQ_ITER_HAS_SLICE | in scx_dsq_move() 8570 struct bpf_iter_scx_dsq_kern *kit = (void *)it__iter; in scx_bpf_dsq_move_set_slice() local 8572 kit->slice = slice; in scx_bpf_dsq_move_set_slice() [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | qcs6490-rb3gen2-vision-mezzanine.dtso | 7 * Camera Sensor overlay on top of rb3gen2 core kit.
|
| H A D | lemans-evk-camera.dtso | 7 * Camera Sensor overlay on top of leman evk core kit.
|
| /linux/Documentation/arch/arm/sa1100/ |
| H A D | cerf.rst | 27 evaluation kit on how to use the bootloader. This series of commands
|
| /linux/drivers/usb/isp1760/ |
| H A D | Kconfig | 13 capable bus. NXP's eval kit brings this chip on PCI card
|