Home
last modified time | relevance | path

Searched refs:kit (Results 1 – 25 of 44) sorted by relevance

12

/linux/kernel/bpf/
H A Ddmabuf_iter.c163 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 Dhelpers.c3425 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 Dmpfs-icicle-kit-prod.dts6 #include "mpfs-icicle-kit-common.dtsi"
11 "microchip,mpfs-icicle-kit-prod",
12 "microchip,mpfs-icicle-kit",
H A Dmpfs-icicle-kit.dts6 #include "mpfs-icicle-kit-common.dtsi"
11 "microchip,mpfs-icicle-kit",
/linux/arch/arm64/boot/dts/renesas/
H A Dr8a774c0-ek874.dts3 * 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 Dr8a774c0-ek874-mipi-2.1.dts16 …model = "Silicon Linux RZ/G2E evaluation kit EK874 (CAT874 + CAT875) with aistarvision-mipi-v2-ada…
H A Dr8a774c0-ek874-idk-2121wr.dts3 * Device Tree Source for the Silicon Linux RZ/G2E evaluation kit (EK874),
/linux/arch/arm/boot/dts/microchip/
H A Dat91rm9200ek.dts3 * at91rm9200ek.dts - Device Tree file for Atmel AT91RM9200 evaluation kit
11 model = "Atmel AT91RM9200 evaluation kit";
/linux/arch/arm64/boot/dts/marvell/
H A Dac5x-rd-carrier.dtsi12 * the box to "external" mode, and connect via an external cable a kit
14 * mounted on top of an interposer kit.
H A Dac5x-rd-carrier-cn9131.dts12 * 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 Dimx6ul-isiot-nand.dts12 model = "Engicam Is.IoT MX6UL NAND Starter kit";
H A Dimx6ul-isiot-emmc.dts12 model = "Engicam Is.IoT MX6UL eMMC Starter kit";
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am625-verdin-wifi-dahlia.dts6 * https://www.toradex.com/products/carrier-board/dahlia-carrier-board-kit
H A Dk3-am625-verdin-nonwifi-dahlia.dts6 * https://www.toradex.com/products/carrier-board/dahlia-carrier-board-kit
H A Dk3-am625-verdin-nonwifi-dev.dts6 * https://www.toradex.com/products/carrier-board/verdin-development-board-kit
H A Dk3-am62p5-verdin-wifi-dahlia.dts6 * https://www.toradex.com/products/carrier-board/dahlia-carrier-board-kit
H A Dk3-am62p5-verdin-nonwifi-dev.dts6 * https://www.toradex.com/products/carrier-board/verdin-development-board-kit
H A Dk3-am62p5-verdin-nonwifi-dahlia.dts6 * https://www.toradex.com/products/carrier-board/dahlia-carrier-board-kit
H A Dk3-am625-verdin-wifi-dev.dts6 * https://www.toradex.com/products/carrier-board/verdin-development-board-kit
H A Dk3-am62p5-verdin-wifi-dev.dts6 * https://www.toradex.com/products/carrier-board/verdin-development-board-kit
/linux/kernel/sched/
H A Dext.c8342 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 Dqcs6490-rb3gen2-vision-mezzanine.dtso7 * Camera Sensor overlay on top of rb3gen2 core kit.
H A Dlemans-evk-camera.dtso7 * Camera Sensor overlay on top of leman evk core kit.
/linux/Documentation/arch/arm/sa1100/
H A Dcerf.rst27 evaluation kit on how to use the bootloader. This series of commands
/linux/drivers/usb/isp1760/
H A DKconfig13 capable bus. NXP's eval kit brings this chip on PCI card

12