| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | Kconfig | 44 gadget drivers to also be dynamically linked. 56 gadget drivers to also be dynamically linked. 89 dynamically linked module called "bcm63xx_udc". 130 gadget drivers to also be dynamically linked. 146 gadget drivers to also be dynamically linked. 168 gadget drivers to also be dynamically linked. 180 gadget drivers to also be dynamically linked. 204 gadget drivers to also be dynamically linked. 215 gadget drivers to also be dynamically linked. 340 gadget drivers to also be dynamically linked. [all …]
|
| /linux-6.15/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-6.15/drivers/staging/most/net/ |
| H A D | net.c | 57 bool linked; member 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-6.15/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-6.15/drivers/usb/gadget/function/ |
| H A D | uvc_configfs.h | 32 unsigned linked; member 58 unsigned linked; member 78 unsigned linked; member
|
| /linux-6.15/arch/mips/ |
| H A D | Kbuild | 12 # The object files are linked as core-y files would be linked
|
| /linux-6.15/tools/testing/selftests/rcutorture/doc/ |
| H A D | initrd.txt | 2 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-6.15/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". 330 dynamically linked module called "g_midi". 368 dynamically linked module. 425 dynamically linked module called "g_multi". 465 dynamically linked module called "g_hid". [all …]
|
| /linux-6.15/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-6.15/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-6.15/Documentation/PCI/endpoint/ |
| H A D | pci-endpoint-cfs.rst | 89 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-6.15/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-6.15/fs/bcachefs/ |
| H A D | btree_locking.c | 659 struct btree_path *linked; in __bch2_btree_path_upgrade() local 662 trans_for_each_path(trans, linked, i) in __bch2_btree_path_upgrade() 663 if (linked != path && in __bch2_btree_path_upgrade() 664 linked->cached == path->cached && in __bch2_btree_path_upgrade() 665 linked->btree_id == path->btree_id && in __bch2_btree_path_upgrade() 666 linked->locks_want < new_locks_want) { in __bch2_btree_path_upgrade() 667 linked->locks_want = new_locks_want; in __bch2_btree_path_upgrade() 668 btree_path_get_locks(trans, linked, true, NULL); in __bch2_btree_path_upgrade()
|
| /linux-6.15/Documentation/admin-guide/blockdev/drbd/ |
| H A D | data-structure-v9.rst | 33 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-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-kunpeng_hccs | 17 linked (bool). 18 linked_full_lane: (RO) if all linked ports on this chip are full 41 linked (bool). 42 linked_full_lane: (RO) if all linked ports on this die are full
|
| /linux-6.15/Documentation/driver-api/surface_aggregator/clients/ |
| H A D | san.rst | 24 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-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | vkms-none-skips.txt | 42 # Modules linked in: vkms 93 # Modules linked in: vkms 144 # Modules linked in: vkms 197 # Modules linked in: vkms 246 # Modules linked in: vkms 265 # Modules linked in: vkms 353 # Modules linked in: vkms 371 # Modules linked in: vkms 459 # Modules linked in: vkms 477 # Modules linked in: vkms [all …]
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | orphan.rst | 14 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-6.15/Documentation/RCU/ |
| H A D | rcu.rst | 12 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-6.15/drivers/usb/gadget/udc/bdc/ |
| H A D | Kconfig | 13 linked module called "bdc".
|
| /linux-6.15/drivers/usb/typec/tipd/ |
| H A D | Kconfig | 11 If you choose to build this driver as a dynamically linked module, the
|
| /linux-6.15/arch/arm/include/debug/ |
| H A D | tegra.S | 69 ldr \rv, [\rp] @ linked addr is stored there 71 ldr \rp, [\rp, #4] @ linked tegra_uart_config
|
| /linux-6.15/scripts/ksymoops/ |
| H A D | README | 2 free standing utility, not linked to any particular kernel version.
|
| /linux-6.15/io_uring/ |
| H A D | io-wq.c | 604 struct io_wq_work *next_hashed, *linked; in io_worker_handle_work() local 618 linked = wq->free_work(work); in io_worker_handle_work() 620 if (!work && linked && !io_wq_is_hashed(linked)) { in io_worker_handle_work() 621 work = linked; in io_worker_handle_work() 622 linked = NULL; in io_worker_handle_work() 625 if (linked) in io_worker_handle_work() 626 io_wq_enqueue(wq, linked); in io_worker_handle_work()
|
| /linux-6.15/drivers/net/ethernet/apm/xgene-v2/ |
| H A D | Kconfig | 7 which uses a linked list of DMA descriptor architecture (v2) for
|