Home
last modified time | relevance | path

Searched full:linked (Results 1 – 25 of 1193) sorted by relevance

12345678910>>...48

/Linux-v6.1/drivers/usb/gadget/udc/
DKconfig43 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.
120 dynamically linked module called "fotg210_udc".
141 dynamically linked module called "omap_udc" and force all
142 gadget drivers to also be dynamically linked.
[all …]
/Linux-v6.1/Documentation/bpf/
Ddrgn.rst53 …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-v6.1/drivers/usb/gadget/legacy/
DKconfig63 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-v6.1/Documentation/locking/
Drobust-futex-ABI.rst12 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-v6.1/drivers/scsi/aic7xxx/
Dqueue.h34 * 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-v6.1/drivers/staging/most/net/
Dnet.c57 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-v6.1/drivers/usb/usbip/
Dstub.h31 * 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-v6.1/drivers/usb/typec/
DKconfig64 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
123 If you choose to build this driver as a dynamically linked module, the
/Linux-v6.1/drivers/crypto/keembay/
Docs-aes.h56 * 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.
Docs-aes.c80 * Source link list enable bit. When the linked list is terminated
83 * Destination link list enable bit. When the linked list is
175 * struct ocs_dma_linked_list - OCS DMA linked list entry.
285 /* Activate DMA and enable src linked list */
293 /* Activate DMA and enable dst linked list */
301 /* Activate DMA and enable src and dst linked lists */
421 /* Configure DMA to OCS, linked list mode */
430 /* Configure DMA from OCS, linked list mode */
626 * linked-list must be defined. in ocs_aes_validate_inputs()
646 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs()
[all …]
/Linux-v6.1/security/integrity/ima/
Dima_asymmetric_keys.c19 * @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-v6.1/Documentation/PCI/endpoint/
Dpci-endpoint-cfs.rst89 it's linked to another EPF device, cannot be linked to a EPC device.
111 that represents a physical function can be linked to a EPC device.
116 all the EPF devices are created and linked with the EPC device.
/Linux-v6.1/include/net/
Dfq.h23 * @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
Dbond_alb.h84 * 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-v6.1/drivers/usb/cdns3/
DKconfig23 If you choose to build this driver is a dynamically linked
59 be dynamically linked and module will be called cdns3-pci.ko
92 If you choose to build this driver is a dynamically linked
/Linux-v6.1/drivers/staging/greybus/
Daudio_helper.c39 * 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-v6.1/drivers/staging/emxx_udc/
DKconfig10 dynamically linked module called "emxx_udc" and force all
11 gadget drivers to also be dynamically linked.
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/
DMakefile33 ## Output of this folder is `kvm_nvhe.o`, a partially linked object
69 # 5) Compile hyp-reloc.S and link it into the existing partially linked object.
72 # so that they get updated as the hyp object is linked into `vmlinux`.
77 # 6) Produce the final 'kvm_nvhe.o', ready to be linked into 'vmlinux'.
/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/
Dguc_capture_fwif.h33 * at an engine-instance level. We keep these nodes in a linked list.
41 * a linked list of these nodes that will eventually
210 * A linked list of parsed GuC error-capture output data before
211 * reporting with formatting via i915_gpu_coredump. Each node in this linked list shall
/Linux-v6.1/drivers/usb/gadget/function/
Duvc_configfs.h32 unsigned linked; member
48 unsigned linked; member
67 unsigned linked; member
/Linux-v6.1/arch/mips/
DKbuild18 # The object files are linked as core-y files would be linked
/Linux-v6.1/Documentation/RCU/
Drcu.rst12 from a linked list would first remove the item from the list, wait for
14 information on using RCU with linked lists.
37 linked list, and then wait until all CPUs have switched context,
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-devices-node123 nodes found in this access class's linked initiators.
130 from nodes found in this access class's linked initiators.
137 found in this access class's linked initiators.
144 from nodes found in this class's linked initiators.
/Linux-v6.1/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt2 a single statically linked binary named "init" that loops over a
6 However, if you don't like the notion of statically linked bare-bones
/Linux-v6.1/include/linux/
Dw1.h53 * @w1_slave_entry: data for the linked list
172 * @w1_master_entry: master linked list
176 * @slist: linked list of slaves
177 * @async_list: linked list of netlink commands to execute
262 * @family_entry: family linked list

12345678910>>...48