Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 80 of 80) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-bench.c69 struct collection { struct
75 static struct collection collections[] = { argument
94 static void dump_benchmarks(struct collection *coll) in dump_benchmarks()
125 struct collection *coll; in print_usage()
181 static void run_collection(struct collection *coll) in run_collection()
208 struct collection *coll; in run_all_collections()
216 struct collection *coll; in cmd_bench()
/linux-4.4.14/drivers/hid/
Dhid-sensor-hub.c88 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()
668 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_probe() local
670 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_probe()
[all …]
Dhid-plantronics.c118 col_page = hdev->collection[i].usage & HID_USAGE_PAGE; in plantronics_device_type()
120 plt_type = hdev->collection[i].usage; in plantronics_device_type()
124 plt_type = hdev->collection[i].usage; in plantronics_device_type()
Dhid-core.c124 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 …]
Dhid-input.c1468 struct hid_collection *col = &hid->collection[i]; in hidinput_connect()
/linux-4.4.14/drivers/lightnvm/
DKconfig34 collection decisions on the host.
41 cost-based garbage collection. It is optimized for 4K IO sizes.
/linux-4.4.14/fs/jffs2/
DREADME.Locking49 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.4.14/drivers/hid/usbhid/
Dhiddev.c632 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()
Dhid-pidff.c851 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()
Dhid-core.c1086 if (hid->collection->usage == HID_GD_MOUSE && hid_mousepoll_interval > 0) in usbhid_start()
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt57 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
396 Chunk: A contiguous collection of bursts
397 Transfer: A collection of chunks (be it contiguous or not)
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-system-xen_cpu5 A collection of global/individual Xen physical cpu attributes
Dsysfs-fs-f2fs26 Controls the victim selection policy for garbage collection.
Dsysfs-bus-event_source-devices-events17 A collection of performance monitoring events that may be
Dsysfs-devices-system-cpu5 A collection of both global and individual CPU attributes
249 collection of cache lines with the same cache index
Dsysfs-class-powercap32 A power zone is a single or a collection of devices, which can
Dsysfs-firmware-acpi28 class of devices is a collection of settings defining the way
/linux-4.4.14/Documentation/hid/
Dhiddev.txt103 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.4.14/net/dcb/
DKconfig10 DCB is a collection of Ethernet enhancements which allow DCB capable
/linux-4.4.14/Documentation/filesystems/
Df2fs.txt102 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.
180 time for the garbage collection thread. Time is
184 time for the garbage collection thread. Time is
188 time for the garbage collection thread. Time is
192 policy for garbage collection. Setting gc_idle = 0
556 same as the unit size of garbage collection in FTL. Furthermore, with respect
Dlogfs.txt61 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
Dnilfs2.txt131 NILFS_IOCTL_CLEAN_SEGMENTS Do garbage collection operation in the
Dcoda.txt1577 SSuummmmaarryy Replace the Fid's for a collection of names.
/linux-4.4.14/Documentation/locking/
Dlockstat.txt70 Enable collection of statistics:
74 Disable collection of statistics:
/linux-4.4.14/Documentation/timers/
Dtimer_stats.txt7 data structure overhead. Even if collection is enabled runtime all the
/linux-4.4.14/tools/testing/selftests/ftrace/
DREADME3 This is a collection of testcases for ftrace tracing feature in the Linux
/linux-4.4.14/drivers/hwtracing/coresight/
DKconfig40 coresight components and a trace port collection engine, typically
/linux-4.4.14/Documentation/
Dbcache.txt340 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
Dgdb-kernel-debugging.txt7 kernel provides a collection of helper scripts that can simplify typical
Dparport.txt92 configured. In each of those directories are a collection of files
Dnommu-mmap.txt258 filesystem providing the service will probably allocate a contiguous collection
DManagementStyle214 guy who lost his whole 36GB porn-collection because of your incompetence
Dcpu-hotplug.txt111 for_each_cpu(x,mask) - Iterate over some random collection of cpu mask.
DCodingStyle587 reference counts. In the kernel, garbage collection doesn't exist (and
588 outside the kernel garbage collection is slow and inefficient), which
Dkobject.txt310 A kset is merely a collection of kobjects that want to be associated with
DSubmittingPatches10 with "the system." This text is a collection of suggestions which
Ddevices.txt1985 collection of NetWare Mirror Groups or NetWare
/linux-4.4.14/Documentation/networking/
Dnetdevices.txt7 The following is a random collection of documentation regarding
Dpktgen.txt222 A collection of tutorial scripts and helpers for pktgen is in the
Dswitchdev.txt248 garbage collection timer to monitor FBD entries. Expired entries will be
Darcnet.txt97 You can get the Crynwr packet driver collection (including arcether.com, the
Dip-sysctl.txt158 entries' time-to-live and time intervals between garbage collection
/linux-4.4.14/Documentation/trace/
Dcoresight.txt196 Before trace collection can start, a coresight sink needs to be identify.
230 Trace collection is stopped the same way:
/linux-4.4.14/Documentation/early-userspace/
Dbuffer-format.txt39 In human terms, the initramfs buffer contains a collection of
/linux-4.4.14/tools/perf/Documentation/
Dperf-trace.txt34 System-wide collection from all CPUs.
Dperf-kvm.txt130 System-wide collection from all CPUs.
Dperf-stat.txt59 system-wide collection from all CPUs
Dperf-script-perl.txt55 the above option: -a to enable system-wide collection.
Dperf-top.txt22 System-wide collection. (default)
Dperf-script.txt102 Force system-wide collection. Scripts run without a <command>
Dperf-report.txt300 The data collection must have used -b (or -j) and -g.
Dperf-record.txt92 System-wide collection from all CPUs.
Dperf-script-python.txt453 the above option: -a to enable system-wide collection.
Dintel-pt.txt502 collection of side-band information. In order to prevent that, a dummy
/linux-4.4.14/Documentation/hwmon/
Dsubmitting-patches4 This text is a collection of suggestions for people writing patches or
/linux-4.4.14/Documentation/device-mapper/
Dverity.txt108 Each entry in the tree is a collection of neighboring nodes that fit in one
Dstatistics.txt4 Device Mapper supports the collection of I/O statistics on user-defined
Dthin-provisioning.txt4 This document describes a collection of device-mapper targets that
/linux-4.4.14/Documentation/fb/
Dmodedb.txt69 first was the Discrete Video Timings (DVT) which is a collection of
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt35 ports are referred to as "dsa" ports in DSA terminology and code. A collection
218 collection of dsa_chip_data structure if multiples switches are cascaded, the
225 is also provided: CPU port. Finally, a collection of dsa_switch are referenced
/linux-4.4.14/include/linux/
Dhid.h496 struct hid_collection *collection; /* List of HID collections */ member
/linux-4.4.14/Documentation/video4linux/
Domap3isp.txt104 statistics collection are examples of such.
/linux-4.4.14/Documentation/scsi/
Dadvansys.txt136 Enabling this option adds statistics collection and display
DBusLogic.txt21 collection of bus architectures by virtue of their MultiMaster ASIC technology.
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt4 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.4.14/Documentation/ia64/
Dmca.txt1 An ad-hoc collection of notes on IA64 MCA and INIT processing. Feel
/linux-4.4.14/Documentation/input/
Dinput.txt31 This is a collection of drivers that is designed to support all input
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt1032 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.4.14/arch/sparc/
DKconfig402 SPARC-v8 standard. LEON is part of the GRLIB collection of
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt261 Immediately in the representative directory are a collection of directories
/linux-4.4.14/Documentation/security/
Dkeys.txt29 - Garbage collection
116 Keys in the last three states are subject to garbage collection. See the
117 section on "Garbage collection".
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt111 collection of items that share the same attributes and operations.
/linux-4.4.14/Documentation/RCU/
DRTFP.txt253 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.4.14/Documentation/development-process/
D2.Process265 Beyond that, -mm contains a significant collection of patches which have
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt78 collection of systems which agree on the meaning of particular values
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt264 desired collection of cgroups then that group is reused, otherwise a new
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped1910 /* Macros to append to our phrase collection list. */
/linux-4.4.14/lib/
DKconfig.debug903 The statistics collection is started by writing 1 to /proc/timer_stats,
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS4 This file is a collection of all the old Readme files distributed with
/linux-4.4.14/arch/x86/
DKconfig709 This option enables collection of various statistics for KVM guest.