Home
last modified time | relevance | path

Searched refs:attachments (Results 1 – 19 of 19) sorted by relevance

/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-net.rst5 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
A Dbpftool-perf.rst5 tool for inspection of perf related bpf prog attachments
/linux/drivers/dma-buf/heaps/
A Dcma_heap.c33 struct list_head attachments; member
77 list_add(&a->list, &buffer->attachments); in cma_heap_attach()
131 list_for_each_entry(a, &buffer->attachments, list) { in cma_heap_dma_buf_begin_cpu_access()
151 list_for_each_entry(a, &buffer->attachments, list) { in cma_heap_dma_buf_end_cpu_access()
294 INIT_LIST_HEAD(&buffer->attachments); in cma_heap_allocate()
A Dsystem_heap.c28 struct list_head attachments; member
108 list_add(&a->list, &buffer->attachments); in system_heap_attach()
165 list_for_each_entry(a, &buffer->attachments, list) { in system_heap_dma_buf_begin_cpu_access()
186 list_for_each_entry(a, &buffer->attachments, list) { in system_heap_dma_buf_end_cpu_access()
355 INIT_LIST_HEAD(&buffer->attachments); in system_heap_allocate()
/linux/drivers/dma-buf/
A Ddma-buf.c82 WARN_ON(!list_empty(&dmabuf->attachments)); in dma_buf_release()
324 if (!list_empty(&dmabuf->attachments)) { in dma_buf_set_name()
562 INIT_LIST_HEAD(&dmabuf->attachments); in dma_buf_export()
736 list_add(&attach->node, &dmabuf->attachments); in dma_buf_dynamic_attach()
1038 list_for_each_entry(attach, &dmabuf->attachments, node) in dma_buf_move_notify()
1385 list_for_each_entry(attach_obj, &buf_obj->attachments, node) { in dma_buf_debug_show()
/linux/Documentation/process/
A Demail-clients.rst23 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).
A D5.Posting.rst272 attachments; that makes it much harder for reviewers to quote sections of
A Dhowto.rst419 attachments or compressed patches; they may want to comment on
A Dsubmitting-patches.rst294 No MIME, no links, no compression, no attachments. Just plain text
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_amdkfd_gpuvm.c74 list_for_each_entry(entry, &mem->attachments, list) in kfd_mem_is_attached()
749 list_add(&attachment[i]->list, &mem->attachments); in kfd_mem_attach()
969 list_for_each_entry(entry, &mem->attachments, list) { in reserve_bo_and_cond_vms()
991 list_for_each_entry(entry, &mem->attachments, list) { in reserve_bo_and_cond_vms()
1442 INIT_LIST_HEAD(&(*mem)->attachments); in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
1701 list_for_each_entry(entry, &mem->attachments, list) { in amdgpu_amdkfd_gpuvm_map_memory_to_gpu()
1779 list_for_each_entry(entry, &mem->attachments, list) { in amdgpu_amdkfd_gpuvm_unmap_memory_from_gpu()
1950 INIT_LIST_HEAD(&(*mem)->attachments); in amdgpu_amdkfd_gpuvm_import_dmabuf()
2177 list_for_each_entry(attachment, &mem->attachments, list) { in validate_invalid_user_pages()
2383 list_for_each_entry(attachment, &mem->attachments, list) { in amdgpu_amdkfd_gpuvm_restore_process_bos()
[all …]
A Damdgpu_amdkfd.h67 struct list_head attachments; member
A Damdgpu_cs.c419 list_empty(&bo->tbo.base.dma_buf->attachments))) { in amdgpu_cs_bo_validate()
/linux/Documentation/admin-guide/
A Dsecurity-bugs.rst29 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
/linux/include/linux/
A Ddma-buf.h324 struct list_head attachments; member
/linux/drivers/misc/
A Dfastrpc.c150 struct list_head attachments; member
300 INIT_LIST_HEAD(&buf->attachments); in fastrpc_buf_alloc()
571 list_add(&a->node, &buffer->attachments); in fastrpc_dma_buf_attach()
/linux/Documentation/trace/coresight/
A Dcoresight-ect.rst43 no programmed trigger/channel attachments, so will not affect the system
/linux/Documentation/s390/
A Dvfio-ccw.rst69 different peripheral attachments like disk devices (aka. DASDs), tapes,
A Dcds.rst118 peripheral attachments like disk devices (aka. DASDs), tapes, communication
/linux/Documentation/virt/uml/
A Duser_mode_linux_howto_v2.rst1084 Note - the list does not accept HTML or attachments, all emails must

Completed in 42 milliseconds