/linux-4.1.27/tools/perf/ |
D | builtin-bench.c | 66 struct collection { struct 72 static struct collection collections[] = { argument 91 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() 122 struct collection *coll; in print_usage() 178 static void run_collection(struct collection *coll) in run_collection() 205 struct collection *coll; in run_all_collections() 213 struct collection *coll; in cmd_bench()
|
/linux-4.1.27/drivers/hid/ |
D | hid-sensor-hub.c | 88 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_get_physical_device_count() local 89 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_get_physical_device_count() 90 collection->type == HID_COLLECTION_APPLICATION) in sensor_hub_get_physical_device_count() 464 struct hid_collection *collection = NULL; in sensor_hub_raw_event() local 487 collection = &hdev->collection[ in sensor_hub_raw_event() 490 collection->usage); in sensor_hub_raw_event() 524 if (callback && collection && callback->send_event) in sensor_hub_raw_event() 525 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event() 654 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_probe() local 656 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_probe() [all …]
|
D | hid-core.c | 124 struct hid_collection *collection; in open_collection() local 135 collection = kmalloc(sizeof(struct hid_collection) * in open_collection() 137 if (collection == NULL) { in open_collection() 141 memcpy(collection, parser->device->collection, in open_collection() 144 memset(collection + parser->device->collection_size, 0, in open_collection() 147 kfree(parser->device->collection); in open_collection() 148 parser->device->collection = collection; in open_collection() 155 collection = parser->device->collection + in open_collection() 157 collection->type = type; in open_collection() 158 collection->usage = usage; in open_collection() [all …]
|
D | hid-input.c | 1464 struct hid_collection *col = &hid->collection[i]; in hidinput_connect()
|
/linux-4.1.27/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-4.1.27/drivers/hid/usbhid/ |
D | hiddev.c | 632 if (hid->collection[i].type == in hiddev_ioctl() 637 r = hid->collection[i].usage; in hiddev_ioctl() 805 cinfo.type = hid->collection[cinfo.index].type; in hiddev_ioctl() 806 cinfo.usage = hid->collection[cinfo.index].usage; in hiddev_ioctl() 807 cinfo.level = hid->collection[cinfo.index].level; in hiddev_ioctl() 887 if (hid->collection[i].type == in hiddev_connect() 889 !IS_INPUT_APPLICATION(hid->collection[i].usage)) in hiddev_connect()
|
D | hid-pidff.c | 851 hid->collection[i - 1].type != HID_COLLECTION_LOGICAL) in pidff_find_reports() 853 ret = pidff_check_usage(hid->collection[i - 1].usage); in pidff_find_reports()
|
D | hid-core.c | 1085 if (hid->collection->usage == HID_GD_MOUSE && hid_mousepoll_interval > 0) in usbhid_start()
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 57 The latter are usually programmed using a collection of chunks to 59 over that collection, doing whatever we programmed there. 61 This collection is usually either a table or a linked list. You will 64 and whenever a DRQ will be asserted, it will go through the collection 67 Either way, the format of this collection is completely dependent on 204 deal with a single chunk to copy or a collection of them, here, 212 - A cyclic transfer is a transfer where the chunk collection will 378 Chunk: A contiguous collection of bursts 379 Transfer: A collection of chunks (be it contiguous or not)
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-system-xen_cpu | 5 A collection of global/individual Xen physical cpu attributes
|
D | sysfs-fs-f2fs | 26 Controls the victim selection policy for garbage collection.
|
D | sysfs-bus-event_source-devices-events | 17 A collection of performance monitoring events that may be
|
D | sysfs-devices-system-cpu | 5 A collection of both global and individual CPU attributes 249 collection of cache lines with the same cache index
|
D | sysfs-class-powercap | 32 A power zone is a single or a collection of devices, which can
|
D | sysfs-firmware-acpi | 28 class of devices is a collection of settings defining the way
|
/linux-4.1.27/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-4.1.27/net/dcb/ |
D | Kconfig | 10 DCB is a collection of Ethernet enhancements which allow DCB capable
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 102 collection, triggered in background when I/O subsystem is 104 collection and if background_gc=off, garbage collection 107 collection is on by default. 177 time for the garbage collection thread. Time is 181 time for the garbage collection thread. Time is 185 time for the garbage collection thread. Time is 189 policy for garbage collection. Setting gc_idle = 0 553 same as the unit size of garbage collection in FTL. Furthermore, with respect
|
D | logfs.txt | 61 Garbage collection (GC) may fail if all data is written 155 Garbage collection is invoked whenever the number of free segments 164 garbage collection. If a stale segments erase count is significantly
|
D | nilfs2.txt | 131 NILFS_IOCTL_CLEAN_SEGMENTS Do garbage collection operation in the
|
D | coda.txt | 1577 SSuummmmaarryy Replace the Fid's for a collection of names.
|
/linux-4.1.27/Documentation/locking/ |
D | lockstat.txt | 70 Enable collection of statistics: 74 Disable collection of statistics:
|
/linux-4.1.27/drivers/hwtracing/coresight/ |
D | Kconfig | 40 coresight components and a trace port collection engine, typically
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
D | README | 3 This is a collection of testcases for ftrace tracing feature in the Linux
|
/linux-4.1.27/Documentation/timers/ |
D | timer_stats.txt | 7 data structure overhead. Even if collection is enabled runtime all the
|
/linux-4.1.27/Documentation/ |
D | bcache.txt | 340 Amount of dirty data is in the cache (updated when garbage collection runs). 375 duration: garbage collection, btree read, btree node sorts and btree splits. 398 Writing to this file forces garbage collection to run. 427 the SSD's garbage collection easier by effectively giving it more reserved
|
D | gdb-kernel-debugging.txt | 7 kernel provides a collection of helper scripts that can simplify typical
|
D | parport.txt | 92 configured. In each of those directories are a collection of files
|
D | nommu-mmap.txt | 258 filesystem providing the service will probably allocate a contiguous collection
|
D | cpu-hotplug.txt | 111 for_each_cpu(x,mask) - Iterate over some random collection of cpu mask.
|
D | ManagementStyle | 214 guy who lost his whole 36GB porn-collection because of your incompetence
|
D | CodingStyle | 587 reference counts. In the kernel, garbage collection doesn't exist (and 588 outside the kernel garbage collection is slow and inefficient), which
|
D | kobject.txt | 310 A kset is merely a collection of kobjects that want to be associated with
|
D | SubmittingPatches | 10 with "the system." This text is a collection of suggestions which
|
D | devices.txt | 1985 collection of NetWare Mirror Groups or NetWare
|
/linux-4.1.27/Documentation/networking/ |
D | netdevices.txt | 7 The following is a random collection of documentation regarding
|
D | pktgen.txt | 198 A collection of small tutorial scripts for pktgen is in the
|
D | arcnet.txt | 97 You can get the Crynwr packet driver collection (including arcether.com, the
|
D | ip-sysctl.txt | 158 entries' time-to-live and time intervals between garbage collection
|
/linux-4.1.27/Documentation/trace/ |
D | coresight.txt | 196 Before trace collection can start, a coresight sink needs to be identify. 230 Trace collection is stopped the same way:
|
/linux-4.1.27/Documentation/early-userspace/ |
D | buffer-format.txt | 39 In human terms, the initramfs buffer contains a collection of
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-trace.txt | 34 System-wide collection from all CPUs.
|
D | perf-stat.txt | 59 system-wide collection from all CPUs
|
D | perf-kvm.txt | 130 System-wide collection from all CPUs.
|
D | perf-top.txt | 22 System-wide collection. (default)
|
D | perf-script-perl.txt | 55 the above option: -a to enable system-wide collection.
|
D | perf-script.txt | 102 Force system-wide collection. Scripts run without a <command>
|
D | perf-record.txt | 68 System-wide collection from all CPUs.
|
D | perf-report.txt | 282 The data collection must have used -b (or -j) and -g.
|
D | perf-script-python.txt | 453 the above option: -a to enable system-wide collection.
|
/linux-4.1.27/Documentation/hwmon/ |
D | submitting-patches | 4 This text is a collection of suggestions for people writing patches or
|
/linux-4.1.27/Documentation/device-mapper/ |
D | statistics.txt | 4 Device Mapper supports the collection of I/O statistics on user-defined
|
D | verity.txt | 108 Each entry in the tree is a collection of neighboring nodes that fit in one
|
D | thin-provisioning.txt | 4 This document describes a collection of device-mapper targets that
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 4 The configuration database is a collection of configuration options 347 This is a collection of Kconfig tips, most of which aren't obvious at
|
/linux-4.1.27/Documentation/fb/ |
D | modedb.txt | 69 first was the Discrete Video Timings (DVT) which is a collection of
|
/linux-4.1.27/include/linux/ |
D | hid.h | 496 struct hid_collection *collection; /* List of HID collections */ member
|
/linux-4.1.27/Documentation/video4linux/ |
D | omap3isp.txt | 104 statistics collection are examples of such.
|
/linux-4.1.27/Documentation/scsi/ |
D | advansys.txt | 136 Enabling this option adds statistics collection and display
|
D | BusLogic.txt | 21 collection of bus architectures by virtue of their MultiMaster ASIC technology.
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 1 An ad-hoc collection of notes on IA64 MCA and INIT processing. Feel
|
/linux-4.1.27/Documentation/input/ |
D | input.txt | 31 This is a collection of drivers that is designed to support all input
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1032 This part of the message comes from the states collection. 1039 The number is the position of the message in the given collection. 1054 To load a whole collection of messages from a new source, simply use 1464 You may make a collection consisting of the Document and other documents 1467 the collection, provided that you follow the rules of this License for 1470 You may extract a single document from such a collection, and distribute
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 402 SPARC-v8 standard. LEON is part of the GRLIB collection of
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | cachefiles.txt | 261 Immediately in the representative directory are a collection of directories
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 29 - Garbage collection 116 Keys in the last three states are subject to garbage collection. See the 117 section on "Garbage collection".
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 111 collection of items that share the same attributes and operations.
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 253 garbage-collection mechanism to handle concurrent use and deletion 286 garbage-collection mechanism to handle concurrent use and deletion 783 currently referencing. Sort of an inside-out garbage collection
|
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 78 collection of systems which agree on the meaning of particular values
|
/linux-4.1.27/Documentation/development-process/ |
D | 2.Process | 265 Beyond that, -mm contains a significant collection of patches which have
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 264 desired collection of cgroups then that group is reused, otherwise a new
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 1910 /* Macros to append to our phrase collection list. */
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 888 The statistics collection is started by writing 1 to /proc/timer_stats,
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 4 This file is a collection of all the old Readme files distributed with
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 699 This option enables collection of various statistics for KVM guest.
|