| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-net.rst | 5 tool for inspection of netdev/tc related bpf prog attachments 34 List bpf program attachments in the kernel networking subsystem. 36 Currently, only device driver xdp attachments and tc filter 37 classification/action attachments are implemented, i.e., for 43 users can use **bpftool cgroup** to dump cgroup attachments. 47 The current output will start with all xdp program attachments, followed by 48 all tc class/qdisc bpf program attachments. Both xdp programs and
|
| H A D | bpftool-perf.rst | 5 tool for inspection of perf related bpf prog attachments
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | cma_heap.c | 33 struct list_head attachments; member 77 list_add(&a->list, &buffer->attachments); in cma_heap_attach() 134 list_for_each_entry(a, &buffer->attachments, list) { in cma_heap_dma_buf_begin_cpu_access() 155 list_for_each_entry(a, &buffer->attachments, list) { in cma_heap_dma_buf_end_cpu_access() 293 INIT_LIST_HEAD(&buffer->attachments); in cma_heap_allocate()
|
| H A D | sram_heap.c | 42 struct list_head attachments; member 91 list_add(&a->list, &buffer->attachments); in dma_heap_attach() 195 INIT_LIST_HEAD(&buffer->attachments); in sram_dma_heap_allocate() 282 INIT_LIST_HEAD(&buffer->attachments); in sram_heap_alloc_dma_buf()
|
| H A D | rk_cma_heap.c | 36 struct list_head attachments; member 85 list_add(&a->list, &buffer->attachments); in cma_heap_attach() 198 list_for_each_entry(a, &buffer->attachments, list) { in cma_heap_dma_buf_begin_cpu_access() 218 list_for_each_entry(a, &buffer->attachments, list) { in cma_heap_dma_buf_end_cpu_access() 370 INIT_LIST_HEAD(&buffer->attachments); in cma_heap_do_allocate()
|
| H A D | system_heap.c | 32 struct list_head attachments; member 117 list_add(&a->list, &buffer->attachments); in system_heap_attach() 182 list_for_each_entry(a, &buffer->attachments, list) { in system_heap_dma_buf_begin_cpu_access() 205 list_for_each_entry(a, &buffer->attachments, list) { in system_heap_dma_buf_end_cpu_access() 418 INIT_LIST_HEAD(&buffer->attachments); in system_heap_do_allocate()
|
| H A D | rk_system_heap.c | 41 struct list_head attachments; member 127 list_add(&a->list, &buffer->attachments); in system_heap_attach() 192 list_for_each_entry(a, &buffer->attachments, list) { in system_heap_dma_buf_begin_cpu_access() 215 list_for_each_entry(a, &buffer->attachments, list) { in system_heap_dma_buf_end_cpu_access() 539 INIT_LIST_HEAD(&buffer->attachments); in system_heap_do_allocate()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/ |
| H A D | dri2ext.c | 270 unsigned int *attachments; in ProcDRI2GetBuffers() local 285 attachments = (unsigned int *) &stuff[1]; in ProcDRI2GetBuffers() 287 attachments, stuff->count, &count); in ProcDRI2GetBuffers() 300 unsigned int *attachments; in ProcDRI2GetBuffersWithFormat() local 316 attachments = (unsigned int *) &stuff[1]; in ProcDRI2GetBuffersWithFormat() 318 attachments, stuff->count, &count); in ProcDRI2GetBuffersWithFormat()
|
| H A D | dri2.h | 57 unsigned int *attachments, 287 unsigned int *attachments, 316 *attachments,
|
| H A D | dri2.c | 558 unsigned int *attachments, int count, int *out_count, in do_get_buffers() argument 589 const unsigned attachment = *(attachments++); in do_get_buffers() 590 const unsigned format = (has_format) ? *(attachments++) : 0; in do_get_buffers() 699 unsigned int *attachments, int count, int *out_count) in DRI2GetBuffers() argument 701 return do_get_buffers(pDraw, width, height, attachments, count, in DRI2GetBuffers() 707 unsigned int *attachments, int count, int *out_count) in DRI2GetBuffersWithFormat() argument 709 return do_get_buffers(pDraw, width, height, attachments, count, in DRI2GetBuffersWithFormat()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/ |
| H A D | Kconfig | 60 bool "Map dma-buf attachments on attach" 64 This makes the Mali driver map dma-buf attachments after doing 65 attach. If this is not set the dma-buf attachments will be mapped for
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-cma-heap.c | 39 struct list_head attachments; member 89 list_add(&a->list, &buffer->attachments); in rk_cma_heap_attach() 150 list_for_each_entry(a, &buffer->attachments, list) { in rk_cma_heap_dma_buf_begin_cpu_access_partial() 180 list_for_each_entry(a, &buffer->attachments, list) { in rk_cma_heap_dma_buf_end_cpu_access_partial() 443 INIT_LIST_HEAD(&buffer->attachments); in rk_cma_heap_allocate()
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion_dma_buf.c | 77 list_add(&a->list, &buffer->attachments); in ion_dma_buf_attach() 175 list_for_each_entry(a, &buffer->attachments, list) { in ion_dma_buf_begin_cpu_access() 220 list_for_each_entry(a, &buffer->attachments, list) { in ion_dma_buf_end_cpu_access()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rk_dmabuf_procfs.c | 62 list_for_each_entry_safe(a, t, &dmabuf->attachments, node) { in rk_dmabuf_dump_sgt() 108 list_for_each_entry_safe(a, t, &dmabuf->attachments, node) { in rk_dmabuf_cb3()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxdri2.c | 641 unsigned int *attachments, int count, in dri2GetBuffers() argument 651 width, height, attachments, count, out_count); in dri2GetBuffers() 660 width, height, attachments, count, out_count); in dri2GetBuffers() 698 unsigned int *attachments, int count, in dri2GetBuffersWithFormat() argument 708 width, height, attachments, count, in dri2GetBuffersWithFormat() 718 width, height, attachments, count, in dri2GetBuffersWithFormat()
|
| /OK3568_Linux_fs/buildroot/package/libuecc/ |
| H A D | libuecc.mk | 8 LIBUECC_SITE = https://projects.universe-factory.net/attachments/download/85
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | email-clients.rst | 23 attachments, but then the attachments should have content-type 24 ``text/plain``. However, attachments are generally frowned upon because 152 You can safely GPG sign attachments, but inlined text is preferred for 156 If you absolutely must send patches as attachments instead of inlining 266 - Works well for inlining text (or using attachments).
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | rkisp_tb_helper.c | 108 attachment = list_first_entry(&dmabuf->attachments, struct dma_buf_attachment, node); in shm_begin_cpu_access() 120 attachment = list_first_entry(&dmabuf->attachments, struct dma_buf_attachment, node); in shm_end_cpu_access()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf.c | 154 WARN_ON(!list_empty(&dmabuf->attachments)); in dma_buf_release() 736 INIT_LIST_HEAD(&dmabuf->attachments); in dma_buf_export() 891 list_add(&attach->node, &dmabuf->attachments); in dma_buf_dynamic_attach() 1146 list_for_each_entry(attach, &dmabuf->attachments, node) in dma_buf_move_notify() 1578 list_for_each_entry(attach_obj, &buf_obj->attachments, node) { in dma_buf_debug_show()
|
| /OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/ |
| H A D | lpc32xxcdl.mk | 9 LPC32XXCDL_SITE = https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/lpcware-archive/61/2
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | security-bugs.rst | 29 Please send plain text emails without attachments where possible. 31 issue if all the details are hidden away in attachments. Think of it like a
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | common.c | 261 attachment = list_first_entry(&dmabuf->attachments, struct dma_buf_attachment, node); in rkcif_shm_begin_cpu_access() 273 attachment = list_first_entry(&dmabuf->attachments, struct dma_buf_attachment, node); in rkcif_shm_end_cpu_access()
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | dma-buf-test-exporter.txt | 33 * query kernel side API usage stats (number of attachments, number of mappings, mmaps)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ion.h | 49 struct list_head attachments; member
|
| H A D | dma-buf.h | 413 struct list_head attachments; member
|