Home
last modified time | relevance | path

Searched refs:linked (Results 1 – 25 of 141) sorted by relevance

123456

/linux/drivers/usb/gadget/udc/
H A 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.
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/drivers/usb/gadget/udc/cdns2/
H A DKconfig10 dynamically linked module called "cdns2-udc-pci.ko" and to
11 force all gadget drivers to also be dynamically linked.
/linux/drivers/usb/gadget/function/
H A Duvc_configfs.h32 unsigned linked; member
58 unsigned linked; member
77 unsigned linked; member
/linux/arch/mips/
H A DKbuild12 # The object files are linked as core-y files would be linked
/linux/tools/testing/selftests/rcutorture/doc/
H A 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/drivers/usb/gadget/legacy/
H A 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/drivers/usb/typec/
H A 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
110 If you choose to build this driver as a dynamically linked module, the
/linux/Documentation/core-api/
H A Dlist.rst15 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
36 The Linux kernel's doubly-linked list is circular in nature. This means that to
44 A node in a doubly-linked list is declared by adding a struct list_head
[all …]
/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddata-structure-v9.rst33 linked lists. There are back pointers from peer_devices to their connections a
36 All resources are in the drbd_resources double-linked list. In addition, all
/linux/Documentation/driver-api/surface_aggregator/clients/
H A Dsan.rst24 A client to the SAN interface can be linked as consumer to the SAN device
31 loaded, regardless of being linked as client or not. Registration is done
/linux/arch/mips/loongson32/
H A DKconfig8 for the DTS file that will be used to produce the DTB linked into
/linux/Documentation/filesystems/ext4/
H A Dorphan.rst14 Traditionally ext4 tracks orphan inodes in a form of single linked list where
18 global single linked list is a scalability bottleneck for workloads that result
/linux/Documentation/RCU/
H A 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/drivers/usb/gadget/udc/bdc/
H A DKconfig13 linked module called "bdc".
/linux/drivers/usb/typec/tipd/
H A DKconfig11 If you choose to build this driver as a dynamically linked module, the
/linux/scripts/ksymoops/
H A DREADME2 free standing utility, not linked to any particular kernel version.
/linux/arch/arm/include/debug/
H A Dtegra.S69 ldr \rv, [\rp] @ linked addr is stored there
71 ldr \rp, [\rp, #4] @ linked tegra_uart_config
H A Dbrcmstb.S49 ldr \rv, [\rp] @ linked addr is stored there
51 ldr \rp, [\rp, #4] @ linked brcmstb_uart_config
/linux/drivers/net/ethernet/apm/xgene-v2/
H A DKconfig7 which uses a linked list of DMA descriptor architecture (v2) for
/linux/io_uring/
H A Dio-wq.c645 struct io_wq_work *next_hashed, *linked; in io_worker_handle_work() local
663 linked = io_wq_free_work(work); in io_worker_handle_work()
665 if (!work && linked && !io_wq_is_hashed(linked)) { in io_worker_handle_work()
666 work = linked; in io_worker_handle_work()
667 linked = NULL; in io_worker_handle_work()
670 if (linked) in io_worker_handle_work()
671 io_wq_enqueue(wq, linked); in io_worker_handle_work()
/linux/tools/perf/Documentation/
H A Dperfconfig.example13 # Defaults if linked with libslang
/linux/drivers/usb/renesas_usbhs/
H A DKconfig17 dynamically linked module called "renesas_usbhs"
/linux/drivers/pci/controller/plda/
H A DKconfig29 linked and module will be called pcie-starfive.ko.
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-waiting_for_supplier11 suppliers to be added and then linked to using device links
/linux/Documentation/mm/
H A Dksm.rst35 Every "chain" and all "dups" linked into a "chain" enforce the
73 The whole list of stable_node "dups" linked in the stable_node

123456