Home
last modified time | relevance | path

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

12345678

/linux-6.15/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c488 free(collection.keys); in init_default_key_collection()
489 collection.keys = NULL; in init_default_key_collection()
501 collection.keys = reallocarray(collection.keys, nr_keys, key_sz); in init_default_key_collection()
502 if (!collection.keys) in init_default_key_collection()
506 collection.nr_keys = nr_keys; in init_default_key_collection()
691 keys->nkeys = collection.nr_keys; in verify_keys()
873 if (i >= collection.nr_keys) in server_rotations()
975 key = &collection.keys[i]; in try_unmatched_keys()
978 } while (++i < collection.nr_keys); in try_unmatched_keys()
1008 key = &collection.keys[i]; in try_unmatched_keys()
[all …]
/linux-6.15/arch/arm64/kvm/vgic/
H A Dvgic-its.c298 return collection; in find_collection()
873 ite->collection = collection; in vgic_its_cmd_handle_movi()
996 collection = kzalloc(sizeof(*collection), GFP_KERNEL_ACCOUNT); in vgic_its_alloc_collection()
997 if (!collection) in vgic_its_alloc_collection()
1004 *colp = collection; in vgic_its_alloc_collection()
1021 if (!collection) in vgic_its_free_collection()
1030 kfree(collection); in vgic_its_free_collection()
1045 ite->collection = collection; in vgic_its_alloc_ite()
1088 if (!collection) { in vgic_its_cmd_handle_mapi()
2191 if (!collection) in vgic_its_restore_ite()
[all …]
/linux-6.15/tools/perf/
H A Dbuiltin-bench.c117 struct collection { struct
123 static struct collection collections[] = { argument
149 static void dump_benchmarks(struct collection *coll) in dump_benchmarks()
180 struct collection *coll; in print_usage()
236 static void run_collection(struct collection *coll) in run_collection()
262 struct collection *coll; in run_all_collections()
270 struct collection *coll; in cmd_bench()
/linux-6.15/drivers/hid/
H A Dhid-sensor-hub.c75 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_get_physical_device_count() local
76 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_get_physical_device_count()
77 collection->type == HID_COLLECTION_APPLICATION) in sensor_hub_get_physical_device_count()
480 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()
542 if (callback && collection && callback->send_event) in sensor_hub_raw_event()
543 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event()
660 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_probe() local
675 hsdev->usage = collection->usage; in sensor_hub_probe()
[all …]
H A Dhid-core.c171 collection = kmalloc( in open_collection()
176 if (collection == NULL) { in open_collection()
180 memcpy(collection, parser->device->collection, in open_collection()
187 parser->device->collection = collection; in open_collection()
195 collection = parser->device->collection + collection_index; in open_collection()
196 collection->type = type; in open_collection()
197 collection->usage = usage; in open_collection()
199 collection->parent_idx = (collection->level == 0) ? -1 : in open_collection()
229 struct hid_collection *collection = parser->device->collection; in hid_lookup_collection() local
1126 collection = &hid->collection[usage->collection_index]; in hid_apply_multiplier_to_field()
[all …]
H A Dhid-plantronics.c169 col_page = hdev->collection[i].usage & HID_USAGE_PAGE; in plantronics_device_type()
171 plt_type = hdev->collection[i].usage; in plantronics_device_type()
175 plt_type = hdev->collection[i].usage; in plantronics_device_type()
H A Dhid-cougar.c212 if (hdev->collection->usage == COUGAR_VENDOR_USAGE) { in cougar_probe()
232 if (hdev->collection->usage == HID_GD_KEYBOARD) { in cougar_probe()
240 } else if (hdev->collection->usage == COUGAR_VENDOR_USAGE) { in cougar_probe()
/linux-6.15/tools/testing/selftests/
H A Drun_kselftest.sh26 -c | --collection COLLECTION Run all tests from COLLECTION
27 -l | --list List the available collection:test entries
81 echo "No such collection '$collection'" >&2
/linux-6.15/Documentation/dev-tools/
H A Dkcov.rst6 the ``kcov`` debugfs file. Coverage collection is enabled on a task basis, and
12 (unless remove coverage collection is enabled, see below) and from some
16 See the "Comparison operands collection" section for details.
20 tasks or soft interrupts. See the "Remote coverage collection" section for
35 To enable comparison operands collection, set::
43 Coverage collection
76 /* A single fd descriptor allows coverage collection on a single
90 /* Enable coverage collection on the current thread. */
140 Comparison operands collection
143 Comparison operands collection is similar to coverage collection:
[all …]
/linux-6.15/Documentation/tools/rv/
H A Drv-mon-sched.rst7 Scheduler monitors collection
24 The scheduler monitor collection is a container for several monitors to model
H A Dindex.rst7 **rv** tool provides the interface for a collection of runtime verification
/linux-6.15/fs/jffs2/
H A 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-6.15/drivers/net/wireless/ath/ath12k/
H A DKconfig51 Enable ath12k coredump collection
54 dump collection not required choose N.
/linux-6.15/Documentation/virt/kvm/devices/
H A Darm-vgic-its.rst155 respectively. The collection table is not indexed by CollectionID, and the
156 entries in the collection are listed in no particular order.
186 - ICID is the collection ID
199 - ICID is the collection ID
211 - No collection or device table are used
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dqcom,coresight-tpdm.yaml11 The TPDM or Monitor serves as data collection component for various dataset
14 Single Bit (DSB). It performs data collection in the data producing clock
15 domain and transfers it to the data collection time domain, generally ATB
/linux-6.15/drivers/hid/usbhid/
H A Dhiddev.c630 if (hid->collection[i].type == in hiddev_ioctl()
635 r = hid->collection[i].usage; in hiddev_ioctl()
811 cinfo.type = hid->collection[cinfo.index].type; in hiddev_ioctl()
812 cinfo.usage = hid->collection[cinfo.index].usage; in hiddev_ioctl()
813 cinfo.level = hid->collection[cinfo.index].level; in hiddev_ioctl()
884 if (hid->collection[i].type == in hiddev_connect()
886 !IS_INPUT_APPLICATION(hid->collection[i].usage)) in hiddev_connect()
/linux-6.15/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1271 self.collection = collection
1338 start_time = self.collection.glb.StartTime(self.collection.machine_id)
1373 self.collection.AddHRegion(key, hregion)
1681 self.collection = collection
1798 self.collection = collection
1809 for data in collection.data:
2194 self.collection = collection
2203 hregions = collection.hregions.values()
2214 xsubrange = Subrange(0.0, float(collection.xrangehi - collection.xrangelo) + 1.0)
2215 ysubrange = Subrange(0.0, float(collection.yrangehi - collection.yrangelo) + 1.0)
[all …]
/linux-6.15/kernel/trace/rv/monitors/sco/
H A DKconfig11 This monitor is part of the sched monitors collection.
/linux-6.15/kernel/trace/rv/monitors/tss/
H A DKconfig11 This monitor is part of the sched monitors collection.
/linux-6.15/kernel/trace/rv/monitors/snroc/
H A DKconfig11 This monitor is part of the sched monitors collection.
/linux-6.15/kernel/trace/rv/monitors/snep/
H A DKconfig12 This monitor is part of the sched monitors collection.
/linux-6.15/kernel/trace/rv/monitors/scpd/
H A DKconfig12 This monitor is part of the sched monitors collection.
/linux-6.15/kernel/trace/rv/monitors/sncid/
H A DKconfig12 This monitor is part of the sched monitors collection.
/linux-6.15/Documentation/devicetree/bindings/iio/imu/
H A Dadi,adis16480.yaml77 collection and processing. See Fig 14 and 15 in the datasheet.
81 pps: In Pulse Per Second (PPS) Mode, the rate of data collection and
/linux-6.15/Documentation/hid/
H A Dhiddev.rst118 application collection. If the index is invalid (greater or equal to
129 also returns the level the collection lives in the hierarchy.
132 the other fields. If the index is larger than the last collection
226 Returns the collection index associated with this usage. This
227 indicates where in the collection hierarchy this usage sits.

12345678