| /linux/drivers/usb/gadget/udc/ |
| H A D | Kconfig | 43 dynamically linked module called "at91_udc" and force all 44 gadget drivers to also be dynamically linked. 55 dynamically linked module called "lpc32xx_udc" and force all 56 gadget drivers to also be dynamically linked. 89 dynamically linked module called "bcm63xx_udc". 102 dynamically linked module called "fsl_usb2_udc" and force 103 all gadget drivers to also be dynamically linked. 123 dynamically linked module called "omap_udc" and force all 124 gadget drivers to also be dynamically linked. 139 dynamically linked module called "pxa25x_udc" and force all [all …]
|
| /linux/Documentation/bpf/ |
| H A D | drgn.rst | 53 …654: BPF_PROG_TYPE_TRACING test_main linked:[650->25: BPF_TRAMP_… 54 …655: BPF_PROG_TYPE_TRACING test_subprog1 linked:[650->29: BPF_TRAMP_… 55 …656: BPF_PROG_TYPE_TRACING test_subprog2 linked:[650->31: BPF_TRAMP_… 56 …657: BPF_PROG_TYPE_TRACING test_subprog3 linked:[650->21: BPF_TRAMP_… 57 …658: BPF_PROG_TYPE_EXT new_get_skb_len linked:[650->16: BPF_TRAMP_… 58 …659: BPF_PROG_TYPE_EXT new_get_skb_ifindex linked:[650->23: BPF_TRAMP_… 59 …660: BPF_PROG_TYPE_EXT new_get_constant linked:[650->19: BPF_TRAMP_… 67 …658: BPF_PROG_TYPE_EXT new_get_skb_len linked:[650->16: BPF_TRAMP_… 109 if linked: 110 linked = f" linked:[{linked}]" [all …]
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | Kconfig | 63 dynamically linked module called "g_zero". 98 dynamically linked module called "g_audio". 151 dynamically linked module called "g_ether". 204 dynamically linked module called "g_ncm". 216 dynamically linked module called "gadgetfs". 235 a dynamically linked module called "g_ffs". 277 a dynamically linked module called "g_mass_storage". 310 dynamically linked module called "g_serial". 330 dynamically linked module called "g_midi". 344 dynamically linked module called "g_printer". [all …]
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | queue.h | 34 * This file defines five types of data structures: singly-linked lists, 35 * singly-linked tail queues, lists, tail queues, and circular queues. 37 * A singly-linked list is headed by a single forward pointer. The elements 38 * are singly linked for minimum space and pointer manipulation overhead at 42 * macro for this purpose for optimum efficiency. A singly-linked list may 43 * only be traversed in the forward direction. Singly-linked lists are ideal 47 * A singly-linked tail queue is headed by a pair of pointers, one to the 49 * singly linked for minimum space and pointer manipulation overhead at the 54 * A singly-linked tail queue may only be traversed in the forward direction. 55 * Singly-linked tail queues are ideal for applications with large datasets [all …]
|
| /linux/Documentation/locking/ |
| H A D | robust-futex-ABI.rst | 12 linked list in user space, where it can be updated efficiently as locks 30 as glibc linked with the application) has to manage and place the 56 pointer to a single linked list of 'lock entries', one per lock, 73 Each 'lock entry' on the single linked list starting at 'head' consists 109 linked list, but that doesn't matter to the kernel. 111 By keeping its locks linked this way, on a list starting with a 'head' 126 that thread's robust_futex linked lock list a given time. 145 of the 'lock word', to the linked list starting at 'head', and 174 1) the 'head' pointer or an subsequent linked list pointer
|
| /linux/drivers/staging/most/net/ |
| H A D | net.c | 57 bool linked; member 71 static DEFINE_MUTEX(probe_disc_mt); /* ch->linked = true, most_nd_open */ 72 static DEFINE_SPINLOCK(list_lock); /* list_head, ch->linked = false, dev_hold */ 297 if (nd && nd->rx.linked && nd->tx.linked) in get_net_dev_hold() 342 if (ch->linked) { in comp_probe_channel() 355 ch->linked = true; in comp_probe_channel() 377 if (nd->rx.linked && channel_idx == nd->rx.ch_id) { in comp_disconnect_channel() 379 } else if (nd->tx.linked && channel_idx == nd->tx.ch_id) { in comp_disconnect_channel() 386 if (nd->rx.linked && nd->tx.linked) { in comp_disconnect_channel() 388 ch->linked = false; in comp_disconnect_channel()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_linked_scalars.c | 9 __description("scalars: find linked scalars") 38 * The sync_linked_regs() function copies bounds from known_reg to linked 50 r1 = r0; /* r0, r1 linked with id 1 */ \ in sync_linked_regs_preserves_id() 271 * Test linked scalar tracking with alu32 and large positive offset (0x7FFFFFFF). 317 * Test alu32 linked register tracking with wrapping. 352 * Test that sync_linked_regs() checks reg->id (the linked target register) 362 r7 = r6; /* linked: same id as r6 */ \ in scalars_alu32_zext_linked_reg() 394 r7 = r6; /* linked: same id as r6 */ \ in scalars_alu32_alu64_cross_type() 396 r8 = r6; /* linked: same id as r6 */ \ in scalars_alu32_alu64_cross_type() 418 * point with linked registers carrying different ADD_CONST flags (one [all …]
|
| /linux/drivers/usb/typec/ |
| H A D | Kconfig | 64 If you choose to build this driver as a dynamically linked module, the 77 If you choose to build this driver as a dynamically linked module, the 88 If you choose to build this driver as a dynamically linked module, the 100 If you choose to build this driver as a dynamically linked module, the 110 If you choose to build this driver as a dynamically linked module, the
|
| /linux/drivers/usb/usbip/ |
| H A D | stub.h | 31 * stub_priv is always linked to any one of 3 lists; 32 * priv_init: linked to this until the comletion of a urb. 33 * priv_tx : linked to this after the completion of a urb. 34 * priv_free: linked to this after the sending of the result.
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | ocs-aes.c | 81 * Source link list enable bit. When the linked list is terminated 84 * Destination link list enable bit. When the linked list is 176 * struct ocs_dma_linked_list - OCS DMA linked list entry. 286 /* Activate DMA and enable src linked list */ 294 /* Activate DMA and enable dst linked list */ 302 /* Activate DMA and enable src and dst linked lists */ 422 /* Configure DMA to OCS, linked list mode */ 431 /* Configure DMA from OCS, linked list mode */ 627 * linked-list must be defined. in ocs_aes_validate_inputs() 647 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs() [all …]
|
| H A D | ocs-aes.h | 56 * struct ocs_dll_desc - Descriptor of an OCS DMA Linked List. 57 * @vaddr: Virtual address of the linked list head. 58 * @dma_addr: DMA address of the linked list head. 59 * @size: Size (in bytes) of the linked list.
|
| /linux/drivers/usb/cdns3/ |
| H A D | Kconfig | 23 If you choose to build this driver is a dynamically linked 59 be dynamically linked and module will be called cdns3-pci.ko 91 be dynamically linked and module will be called cdns3-starfive.ko 103 If you choose to build this driver is a dynamically linked
|
| /linux/Documentation/admin-guide/media/ |
| H A D | c3-isp.rst | 61 The `c3-isp-core` sub-device is linked to 2 video device nodes for statistics 67 Each `c3-isp-resizer` sub-device is linked to a capture video device node where 70 - `c3-isp-resizer0` is linked to the `c3-isp-cap0` capture video device 71 - `c3-isp-resizer1` is linked to the `c3-isp-cap1` capture video device 72 - `c3-isp-resizer2` is linked to the `c3-isp-cap2` capture video device
|
| /linux/include/crypto/internal/ |
| H A D | drbg.h | 36 * is used to build a linked list. The linked list defines the concatenation 38 * linked list determines the order of concatenation.
|
| /linux/Documentation/core-api/ |
| H A D | list.rst | 4 Linked Lists in Linux 14 Linked lists are one of the most basic data structures used in many programs. 15 The Linux kernel implements several different flavours of linked lists. The 16 purpose of this document is not to explain linked lists in general, but to show 17 new kernel developers how to use the Linux kernel implementations of linked 20 Please note that while linked lists certainly are ubiquitous, they are rarely 22 suffice. In particular, due to their poor data locality, linked lists are a bad 27 Linux implementation of doubly linked lists 30 Linux's linked list implementations can be used by including the header file 33 The doubly-linked list will likely be the most familiar to many readers. It's a [all …]
|
| /linux/security/integrity/ima/ |
| H A D | ima_asymmetric_keys.c | 19 * @keyring: keyring to which the key is linked to 51 * which the given key is linked to. in ima_post_key_create_or_update() 60 * if the IMA policy is configured to measure a key linked in ima_post_key_create_or_update()
|
| /linux/drivers/staging/greybus/ |
| H A D | audio_helper.c | 39 * check if widget is already linked, in gbaudio_dapm_link_dai_widget() 40 * if (w->linked) in gbaudio_dapm_link_dai_widget() 52 /* Add the DAPM path and set widget's linked status in gbaudio_dapm_link_dai_widget() 54 * w->linked = 1; in gbaudio_dapm_link_dai_widget()
|
| /linux/Documentation/PCI/endpoint/ |
| H A D | pci-endpoint-cfs.rst | 89 it's linked to another EPF device, cannot be linked to an EPC device. 111 that represents a physical function can be linked to an EPC device. 116 all the EPF devices are created and linked with the EPC device.
|
| /linux/include/net/ |
| H A D | fq.h | 23 * @flowchain: can be linked to fq_tin's new_flows or old_flows. Used for DRR++ 45 * @new_flows: linked list of fq_flow 46 * @old_flows: linked list of fq_flow
|
| H A D | bond_alb.h | 84 * There is a linked list (linked by the used_next and used_prev members) 88 * There are also linked lists of entries with identical hash(ip_src). These 91 * network. These are linked by the (src_next and src_prev members).
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | guc_capture_fwif.h | 33 * at an engine-instance level. We keep these nodes in a linked list. 41 * a linked list of these nodes that will eventually 218 * A linked list of parsed GuC error-capture output data before 219 * reporting with formatting via i915_gpu_coredump. Each node in this linked list shall
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | Makefile | 36 ## Output of this folder is `kvm_nvhe.o`, a partially linked object 72 # 5) Compile hyp-reloc.S and link it into the existing partially linked object. 75 # so that they get updated as the hyp object is linked into `vmlinux`. 80 # 6) Produce the final 'kvm_nvhe.o', ready to be linked into 'vmlinux'.
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | mkinitrd.sh | 24 echo "Creating a statically linked C-language initrd" 88 echo "Failed to create a statically linked C-language initrd" 93 echo "Done creating a statically linked C-language initrd"
|
| /linux/drivers/usb/gadget/udc/cdns2/ |
| H A D | Kconfig | 10 dynamically linked module called "cdns2-udc-pci.ko" and to 11 force all gadget drivers to also be dynamically linked.
|
| /linux/include/linux/ |
| H A D | w1.h | 53 * @w1_slave_entry: data for the linked list 173 * @w1_master_entry: master linked list 177 * @slist: linked list of slaves 178 * @async_list: linked list of netlink commands to execute 263 * @family_entry: family linked list
|