/Linux-v4.19/virt/kvm/arm/vgic/ |
D | vgic-its.c | 148 struct its_collection *collection; member 264 struct its_collection *collection; in find_collection() local 266 list_for_each_entry(collection, &its->collection_list, coll_list) { in find_collection() 267 if (coll_id == collection->collection_id) in find_collection() 268 return collection; in find_collection() 391 if (!its_is_collection_mapped(ite->collection)) in update_affinity_ite() 394 vcpu = kvm_get_vcpu(kvm, ite->collection->target_addr); in update_affinity_ite() 409 if (!ite->collection || coll != ite->collection) in update_affinity_collection() 558 if (!ite || !its_is_collection_mapped(ite->collection)) in vgic_its_resolve_lpi() 561 vcpu = kvm_get_vcpu(kvm, ite->collection->target_addr); in vgic_its_resolve_lpi() [all …]
|
/Linux-v4.19/tools/perf/ |
D | builtin-bench.c | 70 struct collection { struct 76 static struct collection collections[] = { argument 95 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() 126 struct collection *coll; in print_usage() 182 static void run_collection(struct collection *coll) in run_collection() 209 struct collection *coll; in run_all_collections() 217 struct collection *coll; in cmd_bench()
|
/Linux-v4.19/drivers/hid/ |
D | hid-sensor-hub.c | 89 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_get_physical_device_count() local 90 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_get_physical_device_count() 91 collection->type == HID_COLLECTION_APPLICATION) in sensor_hub_get_physical_device_count() 481 struct hid_collection *collection = NULL; in sensor_hub_raw_event() local 504 collection = &hdev->collection[ in sensor_hub_raw_event() 507 collection->usage); in sensor_hub_raw_event() 541 if (callback && collection && callback->send_event) in sensor_hub_raw_event() 542 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event() 660 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_probe() local 662 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_probe() [all …]
|
D | hid-plantronics.c | 122 col_page = hdev->collection[i].usage & HID_USAGE_PAGE; in plantronics_device_type() 124 plt_type = hdev->collection[i].usage; in plantronics_device_type() 128 plt_type = hdev->collection[i].usage; in plantronics_device_type()
|
D | hid-core.c | 126 struct hid_collection *collection; in open_collection() local 147 collection = kmalloc( in open_collection() 152 if (collection == NULL) { in open_collection() 156 memcpy(collection, parser->device->collection, in open_collection() 159 memset(collection + parser->device->collection_size, 0, in open_collection() 162 kfree(parser->device->collection); in open_collection() 163 parser->device->collection = collection; in open_collection() 170 collection = parser->device->collection + in open_collection() 172 collection->type = type; in open_collection() 173 collection->usage = usage; in open_collection() [all …]
|
D | hid-cougar.c | 210 if (hdev->collection->usage == COUGAR_VENDOR_USAGE) { in cougar_probe() 230 if (hdev->collection->usage == HID_GD_KEYBOARD) { in cougar_probe() 239 } else if (hdev->collection->usage == COUGAR_VENDOR_USAGE) { in cougar_probe()
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kcov.rst | 6 exported via the "kcov" debugfs file. Coverage collection is enabled on a task 35 Coverage collection 37 The following program demonstrates coverage collection from within a test 66 /* A single fd descriptor allows coverage collection on a single 80 /* Enable coverage collection on the current thread. */ 91 /* Disable coverage collection for the current thread. After this call 129 Comparison operands collection 131 Comparison operands collection is similar to coverage collection: 203 Note that the kcov modes (coverage collection or comparison operands) are
|
D | index.rst | 5 This document is a collection of documents about development tools that can
|
/Linux-v4.19/fs/jffs2/ |
D | README.Locking | 49 avoid deadlocks with garbage collection -- the VFS will lock the i_sem 51 allocation may trigger garbage-collection, which may need to move a 53 VFS. If the garbage collection code were to attempt to lock the i_sem 59 mutex, which is obtained by the garbage collection code and also 94 pointer when the garbage collection thread exits. The code to kill the 133 collection code is looking at them.
|
/Linux-v4.19/Documentation/virtual/kvm/devices/ |
D | arm-vgic-its.txt | 124 respectively. The collection table is not indexed by CollectionID, and the 125 entries in the collection are listed in no particular order. 153 - ICID is the collection ID 165 - ICID is the collection ID 177 - No collection or device table are used
|
/Linux-v4.19/drivers/hid/usbhid/ |
D | hiddev.c | 630 if (hid->collection[i].type == in hiddev_ioctl() 635 r = hid->collection[i].usage; in hiddev_ioctl() 812 cinfo.type = hid->collection[cinfo.index].type; in hiddev_ioctl() 813 cinfo.usage = hid->collection[cinfo.index].usage; in hiddev_ioctl() 814 cinfo.level = hid->collection[cinfo.index].level; in hiddev_ioctl() 894 if (hid->collection[i].type == in hiddev_connect() 896 !IS_INPUT_APPLICATION(hid->collection[i].usage)) in hiddev_connect()
|
/Linux-v4.19/drivers/gpu/drm/amd/lib/ |
D | Kconfig | 18 Enable collection of performance statistics for closed hash tables.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-system-xen_cpu | 5 A collection of global/individual Xen physical cpu attributes
|
/Linux-v4.19/Documentation/hid/ |
D | hiddev.txt | 103 application collection. If the index is invalid (greater or equal to 112 also returns the level the collection lives in the hierarchy. 115 the other fields. If the index is larger than the last collection 185 Returns the collection index associated with this usage. This 186 indicates where in the collection hierarchy this usage sits.
|
/Linux-v4.19/Documentation/vm/ |
D | index.rst | 5 This is a collection of documents about Linux memory management (mm) subsystem.
|
/Linux-v4.19/Documentation/driver-api/dmaengine/ |
D | provider.rst | 58 The latter are usually programmed using a collection of chunks to 60 over that collection, doing whatever we programmed there. 62 This collection is usually either a table or a linked list. You will 65 and whenever a DRQ will be asserted, it will go through the collection 68 Either way, the format of this collection is completely dependent on 212 deal with a single chunk to copy or a collection of them, here, 223 - A cyclic transfer is a transfer where the chunk collection will 502 - Chunk: A contiguous collection of bursts 504 - Transfer: A collection of chunks (be it contiguous or not)
|
/Linux-v4.19/Documentation/lightnvm/ |
D | pblk.txt | 13 - Implement garbage collection.
|
/Linux-v4.19/Documentation/driver-api/ |
D | index.rst | 6 of device drivers. This document is an only somewhat organized collection
|
D | frame-buffer.rst | 10 fb_info, there exists a fb_ops structure which is a collection of
|
/Linux-v4.19/net/dcb/ |
D | Kconfig | 10 DCB is a collection of Ethernet enhancements which allow DCB capable
|
/Linux-v4.19/Documentation/filesystems/ |
D | f2fs.txt | 102 collection, triggered in background when I/O subsystem is 104 collection and if background_gc=off, garbage collection 106 on synchronous garbage collection running in background. 108 collection is on by default. 242 time for the garbage collection thread. Time is 246 time for the garbage collection thread. Time is 250 time for the garbage collection thread. Time is 254 policy for garbage collection. Setting gc_idle = 0 627 same as the unit size of garbage collection in FTL. Furthermore, with respect
|
/Linux-v4.19/Documentation/locking/ |
D | lockstat.txt | 70 Enable collection of statistics: 74 Disable collection of statistics:
|
/Linux-v4.19/Documentation/admin-guide/ |
D | index.rst | 4 The following is a collection of user-oriented documents that have been
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | about.rst | 42 Also see http://www.nongnu.org/ext2-doc/ for quite a collection of
|
/Linux-v4.19/tools/testing/selftests/ftrace/ |
D | README | 3 This is a collection of testcases for ftrace tracing feature in the Linux
|